hi,
I've a process made of serviceTasks A,B and C but each of these tasks depending on some conditions should be able to insert some userTask into the running. So, if for instance serviceTask B needs to create a userTask, the process should become like below
Start -> serviceTaskA ->serviceTaskB -> userTask -> serviceTaskC -> End
As you can see userTask has been inserted into the working process.
Is it possible to create something like that or is there any other way to solve these scenarios where some steps in the process i.e. number of userTasks depends on e.g. passed variable into the process?