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