Defines the properties for the Termination Wait Activity.
| Property | Description |
|---|---|
| Process Creation Activity | Selects the Process Creation activity which the Termination activity corresponds to. The subprocess associated to the Process Creation determines the arguments returned (found in the subprocess' End Argument Mapping.) Based on the Argument Mapping defined in the Termination Wait activity, the received arguments set the instance variables defined and become available within the process. |
| Property | Description |
|---|---|
| Generate Events | Defines how Auditing Events are generated for the Activity. See Audit Events. |
| Process notification immediately | Speeds up the notification process. When this option is selected, the receiving activity's argument mapping will be run upon receipt of the notification. If it is disabled, the notification will be stored in a queue and its argument mapping will be processed in the order that it was added to the queue. This option is selected by default. |