Click or drag to resize
WorkflowHelper Class
Class for workflow helper methods.
Inheritance Hierarchy
SystemObject
  CMS.WorkflowEngineWorkflowHelper

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
public static class WorkflowHelper

The WorkflowHelper type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberACTION_SATUS_RUNNING
Action status - running action
Top
Properties
  NameDescription
Public propertyStatic memberMaxStepsHopsCount
Maximum number of allowed step hops (to prevent endless cycles)
Top
Methods
  NameDescription
Public methodStatic memberCreateSourcePoint
Creates source point with respect to workflow step type.
Public methodStatic memberGetDefaultEmailTemplateName
Gets default e-mail template name.
Public methodStatic memberGetProcessStatusString
Gets process status string representation.
Public methodStatic memberGetResolverName
Gets macro resolver name for given workflow
Public methodStatic memberGetScheduledTaskName
Gets scheduled task name for given object and step
Public methodStatic memberGetWorkflowActionString
Gets workflow action string representation
Public methodStatic memberGetWorkflowEmailsSender
Gets workflow e-mails default sender from settings
Public methodStatic memberGetWorkflowTriggerTypeString
Gets workflow trigger type string representation.
Public methodStatic memberGetWorkflowTypeString
Gets workflow type string representation
Public methodStatic memberRefreshDesignerFromDialog
Refreshes designer from dialog edit
Public methodStatic memberSendWorkflowEmails
Gets settings indicating if workflow e-mails should be sent
Top
See Also