Calling one process from another process
Make your business processes more granular by complementing a process with a subprocess in your case life cycle. As a result, you avoid creating long and complex case types and deliver an application that is easier to maintain and edit if your business requirements change. Additionally, you save time because you reuse assets across your application.
For example, in a loan request case type, you can create a process that represents revising a banking history of a customer, and then complement it with a subprocess of revising monthly regular payments. You can also reuse the subprocess for other case types, such as a mortgage request.When you add a subprocess to your case life cycle, you add a whole set of steps at once. Consequently, you save even more time, because you avoid adding and configuring individual steps.
- In the navigation pane of App Studio, click Case types, and then click the case type that you want to open.
- In the Case life cycle section, locate the process that you want
to complement with a subprocess, and then click .
- Optional: To adjust the subprocess name to your current business needs, in the subprocess step, in the field, enter a new name.
- Click Save.
Previous topic Subprocesses Next topic Adding additional configuration to a subprocess