IWorkflow Methods |
The IWorkflow type exposes the following members.
Name | Description | |
---|---|---|
Advance |
Advances this workflow from its current Work State to the next Work State,
using a specified Transition.
Meanwhile, determines which User to whom to assign the workflow, and whether to perform Actions.
| |
AllowedTransitions |
Gets the allowed Transitions to execute from the workflow's current Work State.
| |
AssignUser | ||
Jump |
Puts the workflow directly on the specified Work State without going through any Transitions.
| |
LogEntries |
Returns the collection of Log entries on this workflow. These logs entries record the history of Workflow Transitions.
| |
LogEntriesCount |
Gets the count of Log entries on this workflow.
| |
ValidateData |
Validates this entity's data. Implemented by concrete inheriting types.
(Inherited from IEntity.) | |
ValidateUserPermission |
Validates the user permission on the current entity. Implemented by concrete inheriting types.
It is called automatically upon saving an entity.
(Inherited from IEntity.) |