Introduction
Once the FIdentity identification is done - it produces a number of documents (pdf/jpg). The document can be uploaded to AIGR 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": { "Aigr": 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