| Suspendable |
Suspends any due transitions from this activity. Due transitions
will not expire and the process instance will only continue to the next Activity
based on user input.
|
| User Selects Transition |
Allows the activity to have more than one unconditional
transition. The user must select which Activity the process instance follows.
|
| Auto Complete |
Causes the process instance to automatically more to the next
activity after all mandatory tasks are finished. If Auto Complete is not enabled,
the user must explicitly route the process instance to the next activity.
|
| Abortable |
Allows the user to abort the process instance from this activity.
The process instance proceeds directly to the End Activity in an aborted state.
|
| Assignable |
Allows the user to assign the process instance to another user.
|