AddObjectToProcess

Description

This activity allow to add a profile to a process (the one with specificed Id/ExternalId or the current one). Look at the DocsMarshal.Workflow.ActivityLibrary.Process description for more informations about object related to processes.


Misc

ExternalId InArgument<String>

The ExternalId to set to the process object.

IdProcess InArgument<Guid?>

The Id of the process where the object must be added.

ObjectId InArgument<Guid> REQUIRED

The ObjectId of the profile to be related to the process.

ProcessExternalId InArgument<String>

The ExternalId of the process where the object must be added.

Result OutArgument<Guid>