Click or drag to resize

IWorkflow Properties


The IWorkflow type exposes the following members.

Properties
  NameDescription
Public propertyAsset
Public propertyAssignedUser
Gets the User to whom the Page this workflow holds is assigned.
Public propertyComment
Gets the user comments from the last Advancement of this workflow.
Public propertyContentItem
Public propertyCreated
Gets the entity's creation date.
(Inherited from IEntity.)
Public propertyCreationUser
Gets the ID of the User who created this entity.
(Inherited from IEntity.)
Public propertyCurrentGroup
Gets the current group to which page assignments are restricted in the current Work State.
Public propertyCurrentWorkState
Gets the workflow's current Work State.
Public propertyDefaultTransition
Gets the default transition of this workflow's CurrentWorkState.
Public propertyDontExecuteActions
Gets and sets whether or not to execute Actions during a workflow advance.
Public propertyIsActive
Gets whether the workflow's current Work State is active.
Public propertyLastModified
Gets the date when the entity was most recently modified.
(Inherited from IEntity.)
Public propertyLastModifiedUser
Gets the ID of the User who lasted edited the entity.
(Inherited from IEntity.)
Public propertyLocked
Gets and sets whether this workflow is in lockdown mode. When a workflow is in lockdown mode, advancing it throws an error.
Public propertyManager
Gets the manager that retrieved this entity instance.
(Inherited from IEntityTManager.)
Public propertyName
Gets and sets the entity's name.
(Inherited from IEntity.)
Public propertyPage
Gets the Page associated with this workflow.
Public propertySession
Gets the session that retrieved this entity. An entity is always session-specific.
(Inherited from IEntity.)
Public propertySessionId
Gets the unique ID of the session that retrieved this entity.
(Inherited from IEntity.)
Public propertyWorkflowDefinition
Gets the Workflow Definition from which the workflow was created.
Top
See Also