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

« Previous Version 2 Next »

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 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

CoreIdentityId

The Core Identity Id of user that was identified

EnvironmentName

DMS Environment Name (Test, Staging, Prod)

ProfileName

Profile Name

DocName

Document Name

Author

Document Author

Typist

Document Typist

Application

Application

Type

Type

  • No labels