ingpconci

Results 3 comments of ingpconci

I tried to verify with a simpler parallel gateway example https://bpmn.omniworkflow.com/model/edit/test_gateway_parallel1.bpmn/?userId=undefined The result is ![image](https://user-images.githubusercontent.com/8488830/197143734-87eccced-a95f-4fdf-aaec-3fddf310eed5.png) I try to modify the source code in the Gateway.ts ``` async start(item: Item): Promise...

I've modified the code of Gateway and now the flow it's quite ok. First I restart the parent token ``` // ------------------------------------------------------------------------------------------------- // Move the waiting token at diverging gateway...

Don't worry, If it can help, I submitted a Pull Request with my modification. I added more log information to make it easier to read the flow of code executions,...