Class | Description |
---|---|
AuthoritySelector |
this user selector will send a potential task to all users part of an
authority
|
ChangeObjectState |
A workflow step changing the state of a workflow
|
ChoiceFieldObjectToAuthorityMapper |
an authority mapper choosing an authority depending on the value of a choice
field on the object the workflow is working on.
|
ComplexWorkflowClose |
A task closing a complex workflow.
|
ComplexWorkflowGround |
A ground is a task ending a branch, without closing other potentially running
branches of the workflow
|
ObjectParentUserSelector |
A user selector that will use a parent link from the object to a user
|
ObjectToAuthorityMapper |
An object to authority mapper will determine for an object the authority to
use for a workflow task.
|
SimpleObjectToAuthorityMapper |
A simple object to authority mapper will map an object to a predefined total
authority
|
Switch |
a switch will go to one branch of the workflow or another depending on a
condition
|
SwitchCondition |
a switch condition to be used in a complex workflow switch
|
SwitchConditionChoiceField |
a switch condition performing the switch based on a choice field on the
object the workflow is running on
|
TaskUserSelector |
A selector of users for the task (depending on object attributes)
|
UserTask |
A user task is a workflow step where the user will make a choice on the
workflow
|
UserTaskChoice |
a choice for a user task.
|
WorkflowStep |
A workflow step is an action performed by a workflow.
|
WorkflowTriggerCondition |
Definition of the trigger condition for the workflow to start
|