Sipke Schoorstra

Results 360 comments of Sipke Schoorstra
trafficstars

The correct syntaxes are: - `Variables.CurrentValue` - `Variables.Get("CurrentValue") // assuming "string" as the list element type. This works with the latest docker images: - elsaworkflows/elsa-server-and-studio-v3:latest - elsaworkflows/elsa-server-and-studio-v3-3-0-preview

I will take a look soon. Question: are you using Quartz, Hangfire, or the default scheduling provider?

I was able to reproduce this with the latest version on the main branch and created a PR containing a fix: #5454

I see. Let me reopen this issue and update the label to match Elsa 2.

Fixed via 23d27d49d9c52d47bf5f7b36904c22f9fb413993

I understand the issue, and you are right with your observations. The heart of the issue lies with the way the Join activity is waiting for all inbound paths to...

Would it make sense to use INotificationSender instead of IWebhookDispatcher?

I was more thinking that we want to be able to publish domain events, which are "lower-level" than webhook events. Ergo, it doesn't make sense to me to use a...

Hi @cfgiugliano, thank you for all the nice work! I need more time to go through the PR, but I'll offer som initial thoughts. - I am not a fan...