Changing the context of a subprocess
You can change the scope of a subprocess that you call from a flow. By running a subprocess in the context of a specific class or case, you can use properties, rules, and other functionality in your application that you cannot access from the parent flow.
- In the Explorer panel, click Case types, and then click the case type that you want to open.
- On the Workflow tab, click Life cycle.
- Click the process that contains the subprocess step.
- Click Open process.
- On the Diagram tab of the Flow form, double-click the Subprocess shape to open the property panel.
- Optional: To allow the parent flow to continue processing without waiting for this subprocess to return, select the Spinoff flow check box.
- Choose a context for the subprocess.
- Click Submit to close the property panel.
- Click Save.