Adding Outcome to Non-Specified Flow

Adding Outcome to Non-Specified Flow

Comments

  • In the flow above, I am using a Truth Table to output a flow ID that I can then use to select the flow I want in runtime (These are not Async flows). Everything is working as expected, except for the part where I want to exit the sub flow and go back to my main flow. I have tried using a GoTo step at the end of my sub flows, but that doesn’t seem to work. The outcome path you see in the screenshot above is the exception path, but I am also not crazy about using that method because the exceptions are logged.

    Are there any other ways to select a user interactive flow in runtime?

    Thank you.

  • Even though youre selecting the flow at run time, youll need to pick a trivial flow on this step to get an outcome path.

  • Hello,

    That worked! I did get an error stating that I needed to add a task to the trivial flow, but that did the trick.

Sign In or Register to comment.