elsa-core/src/modules/Elsa.Workflows.Api
Sipke Schoorstra 683f0ee6d8
Add Bulk Dispatch Workflow activity (#4683)
* Initial version of BulkDispatchWorkflow

* Update comments

* Refactor options models for running workflows and add Properties

* Fix resumption

* Add ability to provide arguments when evaluating expressions

* Update args syntax for JS

* Fix ProtoActor Runtime Properties mapping

* Use default constructor

* Provide completed workflow instance ID as input to BulkDispatchWorkflows

* Implement ChildFaulted port

* Switch to Publish to make Memory service bus work

* Update input evaluation and activity output retrieval

Refined the input evaluation process to only consider inputs with AutoEvaluate set to true. Added a comment to clarify the purpose of the GetActivitiesWithOutputs method. Removed the unnecessary check for AutoEvaluate from the EvaluateInputPropertyAsync method.
2023-12-06 22:32:08 +01:00
..
Endpoints Add Bulk Dispatch Workflow activity (#4683) 2023-12-06 22:32:08 +01:00
Extensions Implement real time workflow update broadcasting using SignalR 2023-07-25 15:12:27 +02:00
Features Decouple Expression Types (#4622) 2023-11-14 20:44:42 +01:00
Middleware Remove unused namespaces 2022-11-13 12:45:34 +01:00
Models Bulk Import + Export of Workflow Definitions and Instances (#4643) 2023-11-22 14:31:48 +01:00
RealTime Alteration Improvements and fixes (#4518) 2023-10-10 12:34:32 +02:00
Serialization Feature: Alterations (#4501) 2023-10-07 12:47:36 +02:00
AssemblyInfo.cs Import publish execute integration test (#3872) 2023-04-05 19:07:04 +02:00
Elsa.Workflows.Api.csproj Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
FodyWeavers.xml