The WorkflowState type exposes the following members.

Properties

  NameDescription
Public propertyIsSystem
Indicates if the state is a system state. System states (i.e.: Draft, Published) have a special behavior. They cannot be deleted or moved.
Public propertyOrder
State Order
Public propertySendNotification
If set to true the Workflow Engine will send system notification to the reviewer of the state when the workflow reach it
Public propertySendNotificationToAdministrators
If set to true the Workflow Engine IWorkflowEngine will send system notification to administrators user when the workflow reach it
Public propertyStateID
State Id
Public propertyStateName
State name
Public propertyWorkflowID
Workflow associated to the state

See Also