An activity that associates multiple activities with the And condition. All associated activities must be completed successful before the start of the exit activity of the And condition activity.
Design-Time Properties
(Name)
ReadOnly
Default value: And.xxx
The display name of the AgileShape.
(UID)
ReadOnly
Default value: And.xxx
The ID that uniquely identifies this AgileShape from all others within the same process template.
Description
Optional
NOTE: This property is ignored at runtime.
A description of the AgileShape. This property is primarily used as a means of recording additional notes, comments, and details about this AgileShape in order to make the process template more understandable to process modelers.
Optional
The name of an Email Template that should be used to generate an automatic email notification when this AgileShape is entered at runtime.
Dynamic
NOTE: This property is ignored at runtime unless the AgileShape has multiple In-Connectors.
Default value: True
When an AgileShape has multiple direct predecessors (i.e. it has multiple In-Connectors leading directly from other AgileShapes), this property determines how many of the predecessor AgileShapes must be exited (at runtime) before this AgileShape can be entered (at runtime). This property can be set to the following specific values:
- True
This value indicates that the And AgileShape will be entered after one of the AgileShape’s “enterable” direct predecessors are exited (at runtime). If any of the direct predecessors are un-enterable (e.g. they will never be entered in this process instance because conditional logic in the process bypassed them), then those predecessors are not required to be exited before this AgileShape is entered and the process proceeds.
- False
This value indicates that the AgileShape will be entered (at runtime) only after all of the AgileShape’s direct predecessors are exited (at runtime).
NOTE: If any of the direct predecessors are un-enterable (see above), then this AgileShape will never be entered, and the process instance may be permanently delayed at this AgileShape.