Multi instance task variables

Hi, I just started using camunda and ran into such a problem.
I have a process of 3 tasks.

  1. script task creating an array of 2 elements
  2. 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.
  3. custom job, used as a breakpoint.

Problem:

  1. 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?
  2. How to make an array of variables of parallel jobs for further processing?test_multi_instanse.bpmn (4.5 KB)