Workflow Collections not progressing parallelly as expected
Summary:
Workflow Collections not progressing parallelly as expected
Content (required):
Hi Team. We are looking to implement invoice line approval workflow instead of invoice approval workflow. To accomplish the same, we utilized the concept of Collections. As mentioned in the screenshot, the option at the stage level says - Repeat stage in parallel for each item in a collection. However, opposite to the text, the approval is progressing serially for both the lines.
For example, if invoice line 1 has approval hierarchy as: A->B->C
and invoice line 2 has approval hierarchy as X->Y->Z,
then workflow is progressing as: A->B->C->X->Y->Z instead of flowing parallelly for both the lines.