Click or drag to resize
Step Class
Class to hold the workflow step definition.
Inheritance Hierarchy
SystemObject
  CMS.WorkflowEngine.DefinitionsStep

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

The Step type exposes the following members.

Constructors
  NameDescription
Public methodStep
Constructor
Top
Properties
  NameDescription
Public propertyDefinitionPoint
Source point with additional definitions
Public propertyPosition
Position of the step
Public propertySourcePoints
List of source points for transitions
Public propertyTimeoutEnabled
Indicates whether timeout is enabled for the step.
Public propertyTimeoutInterval
Timeout interval of the step
Public propertyTimeoutTarget
GUID of target transition to use after timeout
Top
Methods
  NameDescription
Public methodClear
Clears data
Public methodGetData
Gets XML node representation
Public methodLoadData
Loads data from string
Top
See Also