Imageware DMS - Delete Document
Introduction
Once the FIdentity identification is done - it produces a number of documents (pdf/jpg). The document can be uploaded to Imageware DMS system using this activity.
This activity is customer specific. You cannot see it in most installations.
How to enable:
manually → edit the
ElsaWorkflow_ApplicationConfiguration.json
by adding:
},
"Elsa": {
"Features": {
"Activities": {
"Dms": true
}
}
}
installer GUI → check the
Load DMS activities:
checkbox in Workflow Runner configuration stepinstaller silent mode
set
EnableDmsActivities
property to trueOR you can also do it by changing the Elsa node like in
ElsaWorkflow_ApplicationConfiguration.json
but you can make typo so it is NOT recommended
Input Data
ApiUrl
URL for DMS SOAP API
SecretName
Name of the secret with username/password for DMS system. Elsa Credential Manager
has to be used. The secret type has to be Basic
.
ServerName
DMS Server Name
LibraryName
DMS Library Name
DocumentMetaData
The metadata is used to search the document to delete
Has to be a javascript object that can be converted to a dictionary<string, string>
For example:
return {
"Reference ID": WorkflowInput.Data.CoreIdentityId,
"Environment": "Test"
}
ProfileName
Profile Name
© ITSENSE AG. Alle Rechte vorbehalten. ITSENSE und CoreOne sind eingetragene Marken der ITSENSE AG.