elsa-core/src/modules/Elsa.Workflows.Api
Sipke Schoorstra 551c91bb4f Refactor response handling in workflow API
Simplified the response creation and sending in the `Post` endpoint of `WorkflowDefinitions` in the `Elsa.Workflows.Api` module. Previous logic was replaced with a streamlined approach of creating and sending the JSON response. Additionally, `Response` data model in the same endpoint has been updated to include an `AlreadyPublished` field.
2024-06-07 18:24:20 +02:00
..
Constants Global read-only and read-only workflows (#5406) 2024-05-27 10:06:39 +02:00
Contracts Global read-only and read-only workflows (#5406) 2024-05-27 10:06:39 +02:00
Endpoints Refactor response handling in workflow API 2024-06-07 18:24:20 +02:00
Extensions Implement real time workflow update broadcasting using SignalR 2023-07-25 15:12:27 +02:00
Features Global read-only and read-only workflows (#5406) 2024-05-27 10:06:39 +02:00
Middleware Global read-only and read-only workflows (#5406) 2024-05-27 10:06:39 +02:00
Models Global read-only and read-only workflows (#5406) 2024-05-27 10:06:39 +02:00
RealTime Alteration Improvements and fixes (#4518) 2023-10-10 12:34:32 +02:00
Requirements Global read-only and read-only workflows (#5406) 2024-05-27 10:06:39 +02:00
Serialization Global read-only and read-only workflows (#5406) 2024-05-27 10:06:39 +02:00
Services Global read-only and read-only workflows (#5406) 2024-05-27 10:06:39 +02:00
AssemblyInfo.cs Fix WorkflowExecutionContext bug (#4919) 2024-02-09 19:37:37 +01:00
Elsa.Workflows.Api.csproj Global read-only and read-only workflows (#5406) 2024-05-27 10:06:39 +02:00
FodyWeavers.xml