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
IsSessionStarterObjectGets whether this execution is for a session starter object.
StepGets the arguments containing information about the current workflow step.
ContextGets the business context in which the workflow step is being executed.
ProcessIdGets the unique identifier of the workflow process instance.

Constructors

NameDescription
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.
OnAfterExecutionArguments(step, processId, isSessionStarterObject, context)Initializes a new instance of the OnAfterExecutionArguments class with complete workflow execution information.