elsa-core/src/modules/Elsa.Workflows.Core/Serialization
Sipke Schoorstra fefe36f49a
Include $schema when exporting workflow definition (#6056)
* Refactor AdditionalConvertersConfigurator constructor

Simplify AdditionalConvertersConfigurator by using constructor injection directly in the class declaration. Also, annotate the class with [UsedImplicitly] to improve code clarity and maintainability.

* Update workflow serialization to be asynchronous

Refactor the workflow definition serialization to use asynchronous operations, improving efficiency and handling cancellation tokens. This change ensures the schema is correctly included in the serialized output.
2024-10-25 14:51:27 +02:00
..
Configurators Include $schema when exporting workflow definition (#6056) 2024-10-25 14:51:27 +02:00
Converters Fix variable serialization (#5974) 2024-09-19 16:18:56 +02:00
Helpers Lazy loading of subgraphs (#5643) 2024-06-25 09:21:50 +02:00
ReferenceHandlers Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Serializers Update serialization and conversion functions (#5682) 2024-07-03 20:47:46 +02:00