GetProfileById

Description

This activity allows to get a profile given its ObjectId.


Misc

AdditionalFieldsToLoadExternalIds InArgument<List<String>>

The list of the externalIds of the fied you want to load. If left null all the fields will be loaded.

CommandTimeoutSeconds InArgument<Int32>

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

ObjectId InArgument<Guid> REQUIRED

The ObjectId of the profile to get.

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.

RaiseWorkflowEvents InArgument<Boolean>

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