Skip to main content

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

NameDescription
ContextGets the business context in which the workflow step is being executed.
StepGets the arguments containing information about the current workflow step.
ProcessIdGets the unique identifier of the workflow process instance.
IsSessionStarterObjectGets whether this execution is for a session starter object.

Constructors

NameDescription
OnAfterExecutionArguments(step, processId, isSessionStarterObject, context)Initializes a new instance of the OnAfterExecutionArguments class with complete workflow execution information.
OnAfterExecutionArguments(step, processId, isSessionStarterObject, context)Constructor for the OnAfterExecutionArguments class. Initializes a new instance of OnAfterExecutionArguments with the specified step arguments, process ID, session starter object status, and context.