The activity described in case is executed if the current error code is found in its list of error codes. The case activity replaces the activity in which the faulthandler is located.
The context objects of the replaced activity are copied to the context of the case activity if still present. The contexts of the child activities (including those in which the error occurred) are no longer accessible.
For information on execution, see section “sequence”.
Format
<case code="codelist" > comment? context? Activity+ </case>
Attributes
Name | Value | Meaning |
| codelist | A list of error codes for which this case activity is to be executed. |