FlowContinueProperties
Defines properties for continuing a workflow process, including identifiers for the process, object, and event.
Properties
Name | Description |
---|---|
EventId | The identifier of the event that triggers the continuation. |
IsChanged | Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications. |
ObjectName | The name of the object involved in the process continuation. |
Caption | A dictionary containing captions for workflow objects, mapping identifiers to their display names. |
ProcessId | The identifier for the project associated with the continuation process. |