Summary
LIC010 - Calling a Processing Sequence (Optional)
- This exercise has shown how one processing sequence can be called from another.
- See the guide for further information.
- See also the shipped sequences such as TXDOC_INBOUND.
- When the nested processing sequence runs, it has its own independent variable pool.
- Communication of variables is only possible through processing sequence parameters.
- Nested processing sequences run under the same job number as the containing processing sequence.
- Log output is shown in the log for the containing processing sequence.
- Restarting of failed processing sequences is fully supported.