Unable to spin off from Screen Flow

Hello,

We want to spin off a sub process from main process, shown as below.

If the flow rule of main process is Standard Flow, this requirement can be easily done with the following two ways.

  • Approach 1:

Add a Sub Process shape on main process flow rule and turn on Spinoff flow checkbox in the shape.

  • Approach 2:

Another approach is to directly trigger sub process from Case Type rule. Select Start upon stage entry from drop down. This approach doesn’t require adding any shape on a flow rule.

However, we have just realized neither of these approaches work when the flow rule of main process is Screen Flow. For example, I can’t find Spinoff flow checkbox in the added Sub Process shape.

Also, Case Type rule doesn’t seem to have any settings for Spinoff.

How can I configure Spin off from Screen Flow?

Regards,

Screen Flow is not actually a flow it just an assignment which shows the UI in sub parts so that the screen can be broken to multiple smaller screen. It does not have the feature of a flow.

If you want to start a new flow from screen flow then you need to create an activity in that you can use Flow-New method to start the new subprocess.

Thanks

@gasharma

Thanks, I was able to spin off by adding an activity with Flow-New method. Here are the screenshots for reference.

Regards