Click or drag to resize
IWorkflowActionEventArgs Interface
Interface for workflow action arguments.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 8.2.23
Syntax
C#
public interface IWorkflowActionEventArgs

The IWorkflowActionEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyActionDefinition
Action definition.
Public propertyActionStep
Current step.
Public propertyComment
Comment used when action moves to next step.
Public propertyInitialStep
Current step.
Public propertyOriginalStep
Current step.
Public propertyParameters
Parameters of action.
Public propertyStopProcessing
Indicates if the process should be stopped. Process is not moved to the next step.
Public propertyUser
User running action.
Public propertyWorkflow
Current workflow.
Top
See Also