I have created a process where, depending on what is entered in a field, it either triggers a task with another form or a subprocess. I have tested the option to launch a new task, and it works well. However, when I test the subprocess, it stays with the green box, and the interface for the subprocess doesn't generate. Could someone help me?
Discussion posts and replies are publicly visible
Can you clarify - do you have the Form within the sub-process node or is the form in a User Input Task in the process model referenced by that sub-process node? In general I don't recommend including a form on any node except for a User Input Task.
The form is within a user input task inside the process that launches the subprocess:
In your main process for the sub process node change the assignment to "This node will run as an automated activity. It will not be assigned to anyone as a task" as you have gave it to the user group . It will receive as a task to that group once any of the person submits the task then the process instance will be moved to next step
Now it works, thank you very much. What happens is that the interface does not map the fields that were filled in the parent process interface.