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 |
|---|
| Context | Gets the business context in which the workflow step is being executed. |
| Step | Gets the arguments containing information about the current workflow step. |
| ProcessId | Gets the unique identifier of the workflow process instance. |
| IsSessionStarterObject | Gets whether this execution is for a session starter object. |
Constructors