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
You need to use a startProcessLink instead of startProcess.
This might be helpful:
Thanks a lot