Click or drag to resize
BaseWorkflowActionInfoType, StateInfoType, ActionEnumType Class
General base class for workflow actions.
Inheritance Hierarchy
SystemObject
  CMS.WorkflowEngineBaseWorkflowActionInfoType, StateInfoType, ActionEnumType
    CMS.AutomationAutomationAction
    CMS.DocumentEngineDocumentWorkflowAction

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 10.0.0
Syntax
C#
public abstract class BaseWorkflowAction<InfoType, StateInfoType, ActionEnumType> : IWorkflowAction
where InfoType : BaseInfo
where StateInfoType : BaseInfo
where ActionEnumType : struct, new(), IConvertible

Type Parameters

InfoType
StateInfoType
ActionEnumType

The BaseWorkflowActionInfoType, StateInfoType, ActionEnumType type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyActionDefinition
Action definition.
Public propertyActionStep
Current step.
Public propertyArguments
Action arguments
Public propertyComment
Comment used when action moves to next step.
Public propertyInfoObject
Current info object.
Public propertyInitialStep
Current step.
Public propertyMacroResolver
Macro resolver for action.
Public propertyManager
Manager.
Public propertyOriginalStep
Current step.
Public propertyParameters
Parameters of action.
Public propertyStateObject
Current state object.
Public propertyUser
User running action.
Public propertyWorkflow
Current workflow.
Top
Methods
  NameDescription
Public methodCode exampleExecute
Executes action. You can use parameters to allow users to modify the behavior.
Protected methodGetDefaultMacroResolver
Prepares macro resolver for usage.
Protected methodGetResolvedParameterReturnType
Gets resolved value of parameter.
Public methodLogMessage
Logs message to event log.
Public methodProcess
Processes action.
Top
See Also