OnAfterExecutionArguments
The OnAfterExecutionArguments class represents the arguments passed after the execution of a workflow step, extending from OnExecutionArguments and including details like step information, process ID, and session starter object status.
Properties
Name | Description |
---|
IsSessionStarterObject | Gets whether this execution is for a session starter object. |
Step | Gets the arguments containing information about the current workflow step. |
Context | Gets the business context in which the workflow step is being executed. |
ProcessId | Gets the unique identifier of the workflow process instance. |
Constructors