elsa-core/src
Sipke Schoorstra 558486920b
Add PropertyBag for non-polymorphic data transfer between server and client (#5735)
* Fix issues with workflow deletion, newline, and DB context.

Retract published workflows before deletion to avoid exceptions. Added missing newline at EOF for consistency. Removed redundant DisposeAsync call in migration service.

* Add PropertyBag for storing custom workflow properties

Replaced `CustomProperties` with `PropertyBag` class for more structured property management across workflows. Adjusted serializations, extensions, and middleware for seamless integration with the new `PropertyBag` structure.
2024-07-10 10:29:45 +02:00
..
bundles Change MassTransit broker to in-memory 2024-07-05 19:07:23 +02:00
clients/Elsa.Api.Client Add PropertyBag for non-polymorphic data transfer between server and client (#5735) 2024-07-10 10:29:45 +02:00
common Lazy loading of subgraphs (#5643) 2024-06-25 09:21:50 +02:00
modules Add PropertyBag for non-polymorphic data transfer between server and client (#5735) 2024-07-10 10:29:45 +02:00
Directory.Build.props Make JetBrains.Annotations Private (#5151) 2024-03-29 19:46:00 +01:00