Rational Developer for System z

CRRZE7502E

Flow playback or HATS macro generation stopped with an error. Switch nodes are not supported in this context.

Explanation

Flow playback and HATS macro generation do not support Switch nodes (see Limitations on features and capabilities when generating HATS macros or when playing flows).

User response

To resolve this problem:
  • If you plan to generate runtime code for the Service Flow Runtime, you might not need to make any changes in the flow at all, because Switch nodes are supported in the Service Flow Runtime context.
  • However, if you are required to use flow playback or HATS macro generation, and the Switch node is an essential component, then modify the flow to fix the problem:
    1. Delete the Switch node from the flow.
    2. Modify the flow so that the Switch node is not required.

Feedback