elsa-core
elsa-core copied to clipboard
A .NET workflows library
When using the run workflow activity and using the following Liquid syntax, the parent workflow does not find the child workflow when the name contains spaces. `{{ "Child with space"...
Hello, This may fix the issue #3038. Let me know if I need to change something.
When you have many workflow definitions..... Would be nice if API and dashboard supported filtering and/or sorting workflow definitions based on part of name and/or display name (or even version...
Hi, in pervious version of Elsa there was no query on ModelType columns which exist in Bookmark and some other table and the problem is that it uses text datatype...
Hi, I did notice that the QuartzTimers-example fails within the CancelWorkflow example. If you execute the example the string "Should not be executed" will be written to the console although...
As a developper, I would like to integrate the designer and other part of the Web Components inside my application. A discussion around __Embedding designer already exist__ #800 but this...
It would be great to have an option to provide custom syntax in elsa designer including syntax highlighting based on the supported languages by Monaco editor. An example use case...
I propose to introduce an `ExecuteSql` activity that can enable reading or writing data using an SQL query. The activity will have the following properties: - Lets the user select...
Hello @sfmskywalker, I have a custom activity whose return type as "**DataRowCollection**". ``` [ActivityOutput(DefaultWorkflowStorageProvider = TransientWorkflowStorageProvider.ProviderName)] public DataRowCollection Output { get; set; } ``` So I have designed a workflow...
I have just created a simple flow where json data is coming from HTTpPoint where foreach needs to iterate for orders. instead of running for 3 orders, its keep on...