Sub processes can be used to model the start of further processes within a process. Thus, processes can be divided into smaller reusable sub-processes and processed both serially and in parallel. In addition, it is possible to specify at the process start whether the process to be started should be synchronized, i.e. waited for the process end, or whether the process to be started should run completely independently.
...
The functionality of containers is described in the chapter Containers and Items. In the following the most important containers and items are described:
Container/Item | Description |
---|---|
HEADER | Header data |
ASYNCHRONOUS | Process was started asynchronously |
ITERATION | Number of Iterations |
RUNTIME_STATUS | Current status at runtime |
...