Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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 step

  • installer silent mode

    • set EnableDmsActivities property to true

    • OR 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 that 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

  • No labels