Sipke Schoorstra

Results 367 comments of Sipke Schoorstra

I think that makes perfect sense. We can take https://github.com/elsa-workflows/elsa-orchard-core as a starting point, clean it up and update it.

Thanks for the additional information, much appreciated.

The issue is that the Step variable lives in a shared scope (at the workflow-level) and so is continuously overwritten. What you need to do instead, is define the variable...

They aren't ported yet, but let's add it to the roadmap.

Hi @lujie19930803, I don't have any plans for this yet, but if someone wants to do a PR then that would be great.

Could it be an issue with the CSharp syntax support? I.e., does it work when you switch to JavaScript syntax?

Make sure to configure your variable with a storage driver that persists the value. There are different drivers, the most common one being the `WorkflowStorageDriver` (deprecated with 3.3-preview and beyond...

> Is there a way to not retry faulted workflows in Elsa 2? Yes, retries aren't automatic, so as long as you don't explicitly retry a faulted workflow, it will...

When the host crashes, and you inspect the DB, can you see if the workflow instance's Status column is indeed Faulted (4)? The expected behaviour is that when the app...

Hi @Nokecy , is this happening with the latest build?