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

Namespace: CMS.WorkflowEngine.Definitions
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax
C#
[SerializableAttribute]
public class Step

The Step type exposes the following members.

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 methodClone
Creates a clone of the object.
Protected methodCloneInternal
Returns empty the instance of SourcePoint or derived type used for cloning.
Public methodGetData
Gets XML node representation.
Protected methodGetSerializer
Return instance of XmlSerializer used afterwards to serialize the object.
Top
Remarks
Use CreateStep(WorkflowStepTypeEnum, String) to get the instance.
See Also