Hi, I just started using camunda and ran into such a problem.
I have a process of 3 tasks.
- script task creating an array of 2 elements
- A user task that runs in parallel by the number of array elements from task 1. The task form consists of 2 fields of the string type.
- custom job, used as a breakpoint.
Problem:
- The variables indicated in the form of task 2 relate to the process and, when performing one parallel task, the values are written to the second task, which has not yet been completed. Is it possible to make form variables (all or several) accessible only to a specific task?
- How to make an array of variables of parallel jobs for further processing?test_multi_instanse.bpmn (4.5 KB)