Hi all,
I have a process as following with parallel tasks.
We are not using camunda cockpit and tasklist and we have an external application for task list operations. On this application for human task detail, different pages can be used, firstly we planned to keep this task detail page info as a variable and on process definition the process developer sets this variable’s value with groovy script task listener on task creation event. It works for serial human tasks but when it comes to parallel human tasks that requiring different page info, it fails. What is the best practise for this kind of requirements?
Thanks