Hi everyone,
We're running into an issue with creating a form with parallel approval. Scenario: A form needs to be approved by 3 different departments. This cannot be done on a sequence as each department takes different time to make a decision. In the past, I was able to resolve this with suggestions from the Presales team and Blake (https://answers.laserfiche.com/questions/49761/Forms-Gateways-and-Outflows) however, it looks like this is not working properly on Forms 9.1.1.1522 and Forms 9.2.0.853. I have the following BP:
- The inclusive Gateway was added to simply loop back on the process instead of starting a new BP for each test.
- On the parallel gateway, the conditions are set this way:
With this setup, I've gotten the following set of results:
Upon testing, figured out that the "Action" on the parallel activity can be changed and invoked individually from each User Task by changing the label (instead of calling it just "Approve", can be changed to "Department Approval"), but then any condition added would result in an error on the event viewer "Message: Routing cannot be split to any subsequent branch. XPath evaluation may fail for every possible condition".
Has anyone run into this kind of situation and made it work?