elsa-core
elsa-core copied to clipboard
A .NET workflows library
Whether the cascade drop-down box is supported in the workflow node configuration item, or how to Net project added custom attribute types.
Activity input properties can be hidden by setting IsBrowseable to false. I would definitely like to have ability to do that with activity output properties. Use case, I inherit from...
[error-loop.zip](https://github.com/elsa-workflows/elsa-core/files/8680534/error-loop.zip) Following workflow loops forever because of the RunJavascript (that has error) inside While loop. **It loops forever** instead of faulting. Workflow is attached. It seems to be connected to...
The Exception ```csharp Elsa.Exceptions.TypeConversionException HResult=0x80131500 Message=Failed to convert an object of type Workflows.ForEachIssue+GridAreaTest to System.Collections.Generic.List`1[Workflows.ForEachIssue+GridAreaTest] Source=Elsa.Abstractions StackTrace: at Elsa.ObjectConverter.ConvertTo(Object value, Type targetType) at Elsa.ObjectConverter.ConvertTo[T](Object value) at Elsa.Services.Models.ActivityExecutionContext.GetInput[T]() at Workflows.ForEachIssue.c.b__0_0(ActivityExecutionContext context)...
_Originally posted by @sfmskywalker in https://github.com/elsa-workflows/elsa-core/issues/749#issuecomment-797483211_ I propose the following step/idea to update the Azure Service Bus Activities : - [ ] Implement opt-in/out to check / create service bus...
I would like to implement a ActivityInput Field in my custom Activity where in the Workflow Designer it will be shown like a usual Password Input, so having either Dots...
- [ ] Conductor (integrating application with Elsa as external workflow server) - [ ] Cascading dropdown input control (extending Elsa Designer with advanced custom controls) - [x] [Invoke workflows...
Hi! Would you, please, provide an example on how it is possible to implement Saga pattern using Elsa to orchestrate a couple of web services ?
_Elsa version : 2.6.0_ Hello, Excuse me for the long post that's coming. I've been trying to use the method **DispatchPendingWorkflowAsync** and **CollectAndExecuteWorkflowsAsync** from the workflow launchpad service. I am...