Hi Supporters,
I have workflow like that:
In Download task I create a variable is comfirmId to store the result
In Confirm task I assign confirmId to id in input.
Example:
The array is [ “file1”, “file2”, “file3”, “file4” ]
The first loop:
The current element in this loop should be file1. (the download task is correct)
But when message come to the Confirm Task the confirmId and the id is file2.
I’m using Zeebe version 1.1.3.
Did issue fix? If yes, please give me the ticket and the Zeebe version fixed it.
Thanks