Hi, I am trying to call a process from parent process model but the start form in child process does not open and flow just pass through it. I tried with activity chaining or used subprocess but nothing worked.
One way i know to change the process start form to task based form but wanted to check if there is any other way without it?
Parent PM:
Child PM:
Discussion posts and replies are publicly visible
Start Forms are for gathering process parameters. When you call a process as a subprocess, the parameters are automatically set from the parent. If you want the user to see a form upon start of the subprocess, you need to use a User Input Task.