Click or drag to resize
WorkflowActionEventArgsInfoType, StateInfoType, ActionEnumType Properties

The WorkflowActionEventArgsInfoType, StateInfoType, ActionEnumType generic 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 propertyCurrentHandler
Currently executing handler
(Inherited from CMSEventArgs.)
Public propertyInfoObject
Current info object.
Public propertyInitialStep
Current step.
Public propertyManager
Manager.
Public propertyOriginalEventArgs
Original event arguments for the event
(Inherited from CMSEventArgs.)
Public propertyOriginalStep
Current step.
Public propertyParameters
Parameters of action.
Public propertyStateObject
Info object representing automation state. Used for automation processes.
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