ProfileBulkUpdate

Description

This activity allows to massively update profiles in DocsMarshal given a list of ProfileForUpdate.

Videos:


DocsMarshal Connection

Orchestrator InArgument<IManager>

The orchestrator object represents the connection to a DocsMarshal installation.

If this argument is left null the activity will work on the running installation. To work on another installation you must get its orchestrator by the activity DatabaseOrchestrator.

Misc

CommandTimeoutSeconds InArgument<Int32>

The maximum number of seconds the activity can take to perform every update operation. The default value is 30.

ProfilesForUpdate InArgument<List<IProfileForUpdate>> REQUIRED

The list of the prifiles to be updated.

RaiseWorkflowEvents InArgument<Boolean>

Default is TRUE.Set it to False if you don't want to raise the OnUpdate events for the workflows.