v3 Vocabulary
In the unified registry
ActRelationshipCheckpoint
ActRelationshipCheckpoint2.16.840.1.113883.5.10
Details
| Name | ActRelationshipCheckpoint |
|---|---|
| Title | — |
| OID | 2.16.840.1.113883.5.10 |
| Concepts | 5 |
Concepts5
| Code | Display | Status |
|---|---|---|
B | beginningCondition is tested every time before execution of the service (WHILE condition DO service). | active |
E | endCondition is tested at the end of a repeated service execution. The service is repeated only if the condition is true (DO service WHILE condition). | active |
S | entryCondition is tested once before the service is executed (IF condition THEN service). | active |
T | throughCondition must be true throughout the execution and the service is interrupted (asynchronously) as soon as the condition turns false (asynchronous WHILE loop). The service must be interruptible. | active |
X | exitCondition is a loop checkpoint, i.e. it is a step of an activity plan and, if negative causes the containing loop to exit. | active |