SetProcess Action

Sets the process that associates with a given target entity. The user can set to another business process or specify null to clear out the current process.

Parameters

Parameters allow for data to be passed to the action.

Name Type Nullable Unicode Description
Target
crmbaseentity False True

The target entity.

NewProcess
crmbaseentity True True

The business process flow definition to be set to the target entity.

NewProcessInstance
crmbaseentity True True

The business process flow instance to be set as the active business process flow instance for the target entity. Optional. If you do not specify this parameter and there isn't any active business process flow instance for the target entity record and the specified business process flow definition, a new business process flow instance will be created and set as the active instance.

See also