Sipke Schoorstra

Results 367 comments of Sipke Schoorstra

Thanks for the info @Nokecy ! I noticed that your sample workflow is using a custom activity called `AdvancedUserTask` - is that something you share as well? Or, perhaps even...

Hi @Nokecy , I looked into it, and it seems to me that the behavior is as should be expected: - The Switch activity produces the Case 1 outcome -...

Make sure that the JoinMode of the Join activity is set to **Wait Any**.

Both Task 1 and Task 2 will execute, even though Join will not wait for it. But, if you want to ensure Task 1 and Task 2 have executed before...

No worries! Let's reopen this issue and let it marinate for a while 😄 Thanks for clarifying the use case!

I received a similar request from a user that essentially tries to model BPMN's **Inclusive OR** gateway: ![image](https://github.com/elsa-workflows/elsa-core/assets/938393/2e7ae973-90f7-437c-ab45-5e12a7e9655d) In this diagram, the second gateway merges the paths into a single...

The latest version uses INSERT rather than UPSERT, so that should improve things. However, it could still be an issue if there are just too many records to insert within...

Although I certainly won't complain that you added Elsa (thank you!), I was wondering what you mean when you say that Wexflow is no longer available? The GitHub project seems...

Any chance you can share with us a stripped down version of your integration test that we can look at?