IWorkflowActionEventArgs Interface |
Namespace: CMS.WorkflowEngine
public interface IWorkflowActionEventArgs
The IWorkflowActionEventArgs type exposes the following members.
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.
|