Click or drag to resize
ActionsExecutorInfoType, StatusInfoType, ActionEnumType Class
Action executor.
Inheritance Hierarchy
SystemObject
  CMS.WorkflowEngineActionsExecutorInfoType, StatusInfoType, ActionEnumType

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
public class ActionsExecutor<InfoType, StatusInfoType, ActionEnumType>
where InfoType : BaseInfo
where StatusInfoType : BaseInfo
where ActionEnumType : struct, new(), IConvertible

Type Parameters

InfoType
StatusInfoType
ActionEnumType

The ActionsExecutorInfoType, StatusInfoType, ActionEnumType type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyArguments
Parameters of step action.
Public propertyManager
Workflow manager.
Top
Methods
  NameDescription
Public methodExecute
Executes action in asynchronous thread if allowed.
Protected methodRun
Executes action.
Top
See Also