Skip to main content

OnExecuteEventArguments

Provides event arguments for the execution of workflow steps.

The OnExecuteEventArguments class extends OnExecutionArguments to provide specialized event arguments for workflow step execution. It includes information about the step being executed, the process ID, session starter object status, and execution context. This class is used to pass execution-specific information to event handlers during workflow step processing.

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