Hi,
I'm in an interface A, and I'm calling a process from a!startProcess.Inside the process I have an Input task to display interface B.
Could you explain me why when I call the process, it works fine but the Interface B is never displayed ?
(all the nodes are linked with chaining)
Discussion posts and replies are publicly visible
I think for your use case, you may have the parent interface as a startForm to the process and then any other subsequent interfaces as input task and have the activity chaining will achieve whatever you are trying to do.
Great idea, thank you. I will think about it.