Given the following setup:
- Workflow 1 has a userTask U1 and a serviceTask S1.
- Workflow 2 has a userTask U2 and a userTask U3.
- S1 is configured to complete U2, moving it to U3.
When a user completes U1, then S1 tries to manipulate workflow 2, but this results in an error: “Cannot trigger execution with id 62549 : no current flow element found. Check the execution id that is being passed (it should not be a process instance execution, but a child execution currently referencing a flow element)”.
Who has experience with this kind of error? Is Flowable able to do this kind of nested workflow operations?