jdevillard

Results 31 comments of jdevillard

Hello, some thoughts here Seems very interesting, indeed, as I work a lot on WF4 Activities, I can see the inspiration ;). I like the concept of sequence and new...

Do we plan to add a input text to validate the name of the workflow or yes (for bulk) delete operation? Or a flag to enable this kind of feature...

This question comes up many time, so I've just publish a sample here : https://github.com/jdevillard/ElsaWorkflowDashboard-Angular and I think we'll try to add the wrapper in the packaging to get the...

Hello, @mlditga , have you update the mongoDb provider? I think this PR should be close without merge and a new PR with only the MongoDb provider should be done....

Hello, It seems to be by design because to avoid conflict when combining activities in *CompositeActivities*. https://github.com/elsa-workflows/elsa-core/blob/0183a77d28df39b75ec97ace35e9dc2b3eb0da6e/src/core/Elsa.Core/Builders/CompositeActivityBuilder.cs#L198-L202 We Prefix the Id with activityIdPrefix (by default equal to activity). Then we...

Thanks for this PR, have you take a look at the Service Bus Implementation for Request/Response Pattern using Correlation? In case you need to Send a message and receive a...

We can also change the way we select data, from older to newer. https://github.com/elsa-workflows/elsa-core/blob/e4bab8810afc201cd7b474fccb1e0757e448d528/src/modules/retention/Elsa.Retention/Jobs/CleanupJob.cs#L49 to ```csharp var orderBy = new OrderBy(x => x.CreatedAt, SortDirection.asc); ```

Hello, We totally agree with you comment. The idea is not to develop any identity server inside Elsa. - On server side: - we need to apply configuration as you...

This issue refers to discussion #2932 where I try to bring a start of reflexion! Indeed the idea is to allow fine granularity to execute activity on specific node ....