elsa-core/src/modules
Sipke Schoorstra 7c632a5b55 Refactor HTTP request handling by removing SendHttpRequestTask
SendHttpRequestTask was deleted and its functionality was merged into SendHttpRequestBase. This consolidation led to the addition of StatusCode and ResponseHeaders output fields in SendHttpRequestBase. Another change includes the update in FlowSendHttpRequest to indicate that it's no longer deprecated. Also, HttpHeaders class was extended to accommodate HttpResponseHeaders objects. The consolidation was done to streamline the HTTP request handling process.
2024-01-06 10:33:44 +01:00
..
Elsa.Alterations Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Elsa.Alterations.Core Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Elsa.Alterations.MassTransit Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.AzureServiceBus Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Elsa.Common Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.CSharp Add non-generic variable accessor method 2023-12-31 09:53:00 +01:00
Elsa.Dapper Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Elsa.Dapper.Migrations Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.Dsl Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Elsa.Elasticsearch Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.Email Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Elsa.EntityFrameworkCore Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Elsa.EntityFrameworkCore.Common Fix BulkUpsert for EF Core 8 2023-11-27 19:25:44 +01:00
Elsa.EntityFrameworkCore.MySql Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Elsa.EntityFrameworkCore.PostgreSql Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Elsa.EntityFrameworkCore.Sqlite Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.EntityFrameworkCore.SqlServer Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Elsa.Environments Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.Expressions Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Elsa.FileStorage Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Elsa.Hangfire Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Elsa.Http Refactor HTTP request handling by removing SendHttpRequestTask 2024-01-06 10:33:44 +01:00
Elsa.Identity Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Elsa.JavaScript Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Elsa.Labels Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Elsa.Liquid Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Elsa.MassTransit Add background execution to activities and update HTTP requests 2024-01-05 21:22:18 +01:00
Elsa.MassTransit.AzureServiceBus Refactor MassTransit & AzureServiceBus configuration and delete unnecessary options 2023-12-11 19:59:13 +01:00
Elsa.MassTransit.RabbitMq Refactor MassTransit & AzureServiceBus configuration and delete unnecessary options 2023-12-11 19:59:13 +01:00
Elsa.MongoDb Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Elsa.ProtoActor Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Elsa.ProtoActor.Cluster.AzureContainerApps Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.Python Disable PythonEngine Shutdown to prevent deadlock 2023-12-29 15:37:43 +03:00
Elsa.Quartz Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Elsa.Quartz.EntityFrameworkCore.MySql Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.Quartz.EntityFrameworkCore.PostgreSql Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.Quartz.EntityFrameworkCore.Sqlite Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.Quartz.EntityFrameworkCore.SqlServer Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.SasTokens Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.Scheduling Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Elsa.Telnyx Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Elsa.Webhooks Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
Elsa.WorkflowContexts Add background execution handling to activity context 2024-01-05 21:45:02 +01:00
Elsa.WorkflowProviders.BlobStorage Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Elsa.Workflows.Api Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Elsa.Workflows.Core Add scheduling function for background activities 2024-01-05 22:27:56 +01:00
Elsa.Workflows.Management Refactor input output assignment and JSON converter 2023-12-27 20:01:52 +01:00
Elsa.Workflows.Runtime Add scheduling function for background activities 2024-01-05 22:27:56 +01:00