jdevillard

Results 35 comments of jdevillard

Hello, thanks for this PR , I think we need to check some elements because the different persistence stores are not managed in the same way as in the v2....

Hello, I just started to use the schedule library and see the same issue. The code which translate TimeSpan to Cron seems to be wrong (you 2nd affirmation is correct...

Hello @d82krai , thanks for submitting this PR. To be able to merge this, I think it could be really useful to follow the module/feature convention. This allows to defined...

Hello, what have you done ? For example, I use : ```INotificationHandler``` And then in the implementation ```csharp public Task HandleAsync(WorkflowExecuting notification, CancellationToken cancellationToken) { notification.Workflow.Variables.Add(new Elsa.Workflows.Memory.Variable("MyCustomVariable", "MyCustomValue")); } ```...

Hello, I'm currently playing with these counters, what about : - __Workflows Finished__ : Total number of workflows successfully finished. For what I've done , a lot could be inserted...