elsa-core icon indicating copy to clipboard operation
elsa-core copied to clipboard

A .NET workflows library

Results 695 elsa-core issues
Sort by recently updated
recently updated
newest added

Whether the cascade drop-down box is supported in the workflow node configuration item, or how to Net project added custom attribute types.

enhancement

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...

enhancement

[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...

bug

I want to set the time to Beijing time

workflow tooling

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)...

bug

_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...

enhancement
activity
prio low

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...

enhancement
good first issue
elsa 3

- [ ] Conductor (integrating application with Elsa as external workflow server) - [ ] Cascading dropdown input control (extending Elsa Designer with advanced custom controls) - [x] [Invoke workflows...

documentation

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 ?

documentation
prio low

_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...

bug