I am trying to use the EnforceOrder processor to do a Merge in a determinate order. To do so, this is my flow:
In the updateAttribute, I am generating an attribute to set order I want in the merge. On the one of the left, I am setting the value '1' and on the other, I am setting the value of '2'.
And then the configuration of the EnforceOrder is the nextone:
The problem is that only arrives the flow of the process.order = 1 and is not taking out the number 2. What am I doing wrong?
Cheers