Hi, We're using the start process writer function to launch a pro

Hi,

We're using the start process writer function to launch a process from within a task form of another process instance. The "called" process starts fine and the data is passed properly to it. Within the process model of the process that is launched from the function, I have activity chaining set up to the first user input task. However, the task form itself isn't opening when the link is clicked that launches the new process instance. Does anyone know of a way to both launch the new process instance and automatically open the form?

OriginalPostID-138947

OriginalPostID-138947

  Discussion posts and replies are publicly visible

Parents
  • Is the requirement that the first task remains open, but the user is chained into the newly started process? I haven't tested this but if so, you might be able to use a pattern like the one I've attached, where the subprocess contains the second, chained task but that the first task is also restarted. It will probably require some more complexity to make sure the multiple flows are handled correctly and that the second process can't be started multiple times. Apologies if I've misunderstood your requirement.

Reply
  • Is the requirement that the first task remains open, but the user is chained into the newly started process? I haven't tested this but if so, you might be able to use a pattern like the one I've attached, where the subprocess contains the second, chained task but that the first task is also restarted. It will probably require some more complexity to make sure the multiple flows are handled correctly and that the second process can't be started multiple times. Apologies if I've misunderstood your requirement.

Children
No Data