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: 8.2.23
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
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
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
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
See Also