DatabaseOrchestrator

Description

This activity returns the connection to a DocsMarshal database.


Database

DatabaseConnectionType EDMConnectionType REQUIRED

The DocsMarshal's database connection type

DatabaseName InArgument<String> REQUIRED

The name of DocsMarshal database.

ServerName InArgument<String> REQUIRED

The url of the server where DocsMarshal's database is installed

SqlPassword InArgument<String>

The password for SQL authentication.

SqlUserName InArgument<String>

The username for SQL authentication.


DocsMarshal credentials

DocsMarshalPassword InArgument<String>

The password for DocsMarshal authentication.

DocsMarshalSessionId InArgument<Guid?>

The static session id for DocsMarshal authentication.

DocsMarshalUsername InArgument<String>

The username for DocsMarshal authentication.


Misc