| IWorkflowActionEventArgs Interface | 
Namespace: CMS.WorkflowEngine
 Syntax
Syntaxpublic interface IWorkflowActionEventArgs
The IWorkflowActionEventArgs type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ActionDefinition | 
            Action definition.
             | 
|  | ActionStep | 
            Current step.
             | 
|  | Comment | 
            Comment used when action moves to next step.
             | 
|  | InitialStep | 
            Current step.
             | 
|  | OriginalStep | 
            Current step.
             | 
|  | Parameters | 
            Parameters of action.
             | 
|  | StopProcessing | 
            Indicates if the process should be stopped. Process is not moved to the next step.
             | 
|  | User | 
            User running action.
             | 
|  | Workflow | 
            Current workflow.
             | 
 See Also
See Also