| WorkflowHelper Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.WorkflowEngine
 Syntax
Syntaxpublic static class WorkflowHelper
The WorkflowHelper type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | CreateSourcePoint | 
            Creates source point with respect to workflow step type.
             | 
|   | GetDefaultEmailTemplateName | 
            Gets default e-mail template name.
             | 
|   | GetProcessStatusString | 
            Gets process status string representation.
             | 
|   | GetResolverName | 
            Gets macro resolver name for given workflow
             | 
|   | GetScheduledTaskName | 
            Gets scheduled task name for given object and step
             | 
|   | GetWorkflowActionString | 
            Gets workflow action string representation
             | 
|   | GetWorkflowEmailsSender | 
            Gets workflow e-mails default sender from settings
             | 
|   | GetWorkflowTriggerTypeString | 
            Gets workflow trigger type string representation.
             | 
|   | GetWorkflowTypeString | 
            Gets workflow type string representation
             | 
|   | RefreshDesignerFromDialog | 
            Refreshes designer from dialog edit
             | 
|   | SendWorkflowEmails | 
            Gets settings indicating if workflow e-mails should be sent
             | 
 Fields
Fields| Name | Description | |
|---|---|---|
|   | ACTION_SATUS_RUNNING | 
            Action status - running action
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|   | MaxStepsHopsCount | 
            Maximum number of allowed step hops (to prevent endless cycles)
             | 
 See Also
See Also