Decision Activity Property Reference

Defines Decision Activity properties.

General Properties

The following table lists the general properties.
Property Description
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.

Advanced Properties

The following table lists the advanced properties.
Property Description
Unlimited concurrent executions Allows an unlimited number of concurrent executions to occur in the Decision Activity. Unchecking this option allows you specify the number of concurrent executions allowed.
Action performed when limit is reached Specifies how concurrent executions are handled when the defined limit has been reached.
Generate Events Defines how Auditing Events are generated for the Activity. See Audit Events.