The IWorkflow type exposes the following members.
Properties
Name | Description | |
---|---|---|
AssignedUser | ||
Comment |
Gets the user comments from the last Advancement of this workflow.
|
|
Created |
Gets the entity's creation date.
(Inherited from IEntity.) |
|
CreationUser |
Gets the ID of the User who created this entity.
(Inherited from IEntity.) |
|
CurrentGroup | ||
CurrentWorkState |
Gets the workflow's current Work State.
|
|
DefaultTransition |
Gets the default transition of this workflow's CurrentWorkState.
|
|
DontExecuteActions |
Gets and sets whether or not to execute Actions during a workflow advance.
|
|
IsActive |
Gets whether the workflow's current Work State is active.
|
|
LastModified |
Gets the date when the entity was most recently modified.
(Inherited from IEntity.) |
|
LastModifiedUser |
Gets the ID of the User who lasted edited the entity.
(Inherited from IEntity.) |
|
Locked |
Gets and sets whether this workflow is in lockdown mode. When a workflow is in lockdown mode, advancing it throws an error.
|
|
Name |
Gets and sets the entity's name.
(Inherited from IEntity.) |
|
Page |
Gets the Page associated with this workflow.
|
|
Session |
Gets the session that retrieved this entity. An entity is always session-specific.
(Inherited from IEntity.) |
|
SessionId |
Gets the unique ID of the session that retrieved this entity.
(Inherited from IEntity.) |
|
WorkflowDefinition |
Gets the Workflow Definition from which the workflow was created.
|
See Also