elsa-core/src/modules/Elsa.Workflows.Runtime
Sipke Schoorstra 10c721786a
Workflow Context Updates (#3933)
* Incremental work on context activity

* Add extensions to get and set context params

* Update polymorphic converter to handle objects serialized to primitives

* Add convenience factory methods for SetWorkflowContextParameter activity

* Add API endpoint to list available provider types

* Implement workflow context provider selection property panel

* Update context provider picker to be based on selected providers

* Make SendEmail support different types of input for To, Cc and Bcc fields

* Fix EF Core WorkflowDefinitionStore to use polymorphic serialization for metadata

* Add JS support for getting workflow contexts

* Add Installed Features endpoint

* Update polymorphic object converter to skip start array

* Update activity execution middleware to handle background execution

* Fix sample program to include activity middleware for contexts

* Comments and cleanup
2023-04-19 21:28:58 +02:00
..
ActivationValidators Store & display evaluated activity state in workflow instance viewer (#3776) 2023-03-07 21:40:53 +01:00
Activities Quartz.NET integration (#3887) 2023-04-11 20:17:15 +02:00
Bookmarks Dispatch Workflow activity (#3710) 2023-02-16 11:00:06 +01:00
Commands Quartz.NET integration (#3887) 2023-04-11 20:17:15 +02:00
Comparers Exportable & importable workflow state + execution (#3317) 2022-10-04 11:57:01 +02:00
Contracts Simplify Proto.Actor bookmarks and triggers (#3917) 2023-04-17 15:23:05 +02:00
Entities Improve JSON serializationfor workflow state (#3913) 2023-04-17 00:11:58 +02:00
Extensions Fix missing feature dependency 2023-04-17 15:58:07 +02:00
Features Simplify Proto.Actor bookmarks and triggers (#3917) 2023-04-17 15:23:05 +02:00
Handlers Improve JSON serializationfor workflow state (#3913) 2023-04-17 00:11:58 +02:00
HostedServices Simplify Proto.Actor bookmarks and triggers (#3917) 2023-04-17 15:23:05 +02:00
Instructions RunTask activity (#3594) 2023-01-04 20:36:38 +01:00
Middleware Workflow Context Updates (#3933) 2023-04-19 21:28:58 +02:00
Models Improve JSON serializationfor workflow state (#3913) 2023-04-17 00:11:58 +02:00
Notifications Improve JSON serializationfor workflow state (#3913) 2023-04-17 00:11:58 +02:00
Options Store & display evaluated activity state in workflow instance viewer (#3776) 2023-03-07 21:40:53 +01:00
Services Simplify Proto.Actor bookmarks and triggers (#3917) 2023-04-17 15:23:05 +02:00
Elsa.Workflows.Runtime.csproj Update packages 2022-12-22 15:55:20 +01:00
FodyWeavers.xml Prepare projects for packaging 2022-11-03 21:40:23 +01:00
IsExternalInit.cs