elsa-core/src/modules
Raymond den Haan f3a8ff5e47 Add WorkflowExecutionLogRecordExtractor
Introduced a new service, WorkflowExecutionLogRecordExtractor, to abstract the logic for extracting workflow execution logs records from the WorkflowExecutionContext. Updated StoreWorkflowExecutionLogSink to use this new service, which simplifies the execution log persistence method. This modification enhances code readability and enables potential reuse of the extraction logic.
2024-07-08 16:13:58 +02:00
..
Elsa.Alterations Lazy loading of subgraphs (#5643) 2024-06-25 09:21:50 +02:00
Elsa.Alterations.Core Refactor serializer options usage and enhance caching in workflow serialization (#5275) 2024-04-25 11:42:48 +02:00
Elsa.Alterations.MassTransit
Elsa.AzureServiceBus
Elsa.Caching Fix WorkflowActivity to Use Cached Workflow Definitions for Consistent Behavior (#5223) 2024-04-15 10:06:27 +02:00
Elsa.Caching.Distributed Fix WorkflowActivity to Use Cached Workflow Definitions for Consistent Behavior (#5223) 2024-04-15 10:06:27 +02:00
Elsa.Caching.Distributed.MassTransit Fix MT consumer registration when DisableConsumers is set (#5578) 2024-06-12 19:59:39 +02:00
Elsa.Common Refactor serializer options usage and enhance caching in workflow serialization (#5275) 2024-04-25 11:42:48 +02:00
Elsa.CSharp Add validation before getting workflow in GenerateWorkflowInputAccessors 2024-05-28 23:00:47 +02:00
Elsa.Dapper Update serialization and conversion functions (#5682) 2024-07-03 20:47:46 +02:00
Elsa.Dapper.Migrations
Elsa.Dsl Fix naming issues 2024-06-07 14:01:14 +02:00
Elsa.Elasticsearch Update packages (#5286) 2024-04-26 20:07:34 +02:00
Elsa.Email
Elsa.EntityFrameworkCore Update serialization and conversion functions (#5682) 2024-07-03 20:47:46 +02:00
Elsa.EntityFrameworkCore.Common Refactor ElsaDbContextBase to clean up schema setup 2024-05-28 21:12:45 +02:00
Elsa.EntityFrameworkCore.MySql Add option for setting a specific MySQL server version 2024-06-20 10:49:34 +02:00
Elsa.EntityFrameworkCore.PostgreSql Add V3_2 migration to Elsa modules 2024-06-10 20:54:23 +02:00
Elsa.EntityFrameworkCore.Sqlite Add V3_2 migration to Elsa modules 2024-06-10 20:54:23 +02:00
Elsa.EntityFrameworkCore.SqlServer Updated Azure.Identity for vulnerability 2024-06-13 15:49:29 +02:00
Elsa.Environments
Elsa.Expressions Update serialization and conversion functions (#5682) 2024-07-03 20:47:46 +02:00
Elsa.FileStorage
Elsa.Hangfire
Elsa.Hosting.Management
Elsa.Http Lazy loading of subgraphs (#5643) 2024-06-25 09:21:50 +02:00
Elsa.Identity
Elsa.JavaScript Lazy loading of subgraphs (#5643) 2024-06-25 09:21:50 +02:00
Elsa.KeyValues
Elsa.Labels
Elsa.Liquid Rename FluidFiltersDelegate to ConfigureFilters 2024-04-26 15:52:38 +02:00
Elsa.MassTransit Workflow refresh feature (#5713) 2024-07-05 18:35:22 +02:00
Elsa.MassTransit.AzureServiceBus Fix subscription name matching in RemoveOrphanedSubscriptions 2024-06-25 09:43:19 +02:00
Elsa.MassTransit.RabbitMq Fix MT consumer registration when DisableConsumers is set (#5578) 2024-06-12 19:59:39 +02:00
Elsa.MongoDb Fixed DI registration for MongoAlterationPlanStore (#5564) 2024-06-09 17:36:36 +02:00
Elsa.ProtoActor Lazy loading of subgraphs (#5643) 2024-06-25 09:21:50 +02:00
Elsa.ProtoActor.Cluster.AzureContainerApps
Elsa.Python Add Component Testing Framework (#5261) 2024-04-26 15:49:14 +02:00
Elsa.Quartz Update packages (#5286) 2024-04-26 20:07:34 +02:00
Elsa.Quartz.EntityFrameworkCore.MySql Allow user to use DbContext pooling with Quartz (#5625) 2024-06-18 16:02:27 +03:00
Elsa.Quartz.EntityFrameworkCore.PostgreSql Allow user to use DbContext pooling with Quartz (#5625) 2024-06-18 16:02:27 +03:00
Elsa.Quartz.EntityFrameworkCore.Sqlite Allow user to use DbContext pooling with Quartz (#5625) 2024-06-18 16:02:27 +03:00
Elsa.Quartz.EntityFrameworkCore.SqlServer Allow user to use DbContext pooling with Quartz (#5625) 2024-06-18 16:02:27 +03:00
Elsa.SasTokens
Elsa.Scheduling Refactor logging instances in DefaultTriggerScheduler.cs 2024-06-07 14:01:14 +02:00
Elsa.Telnyx
Elsa.Webhooks
Elsa.WorkflowContexts
Elsa.WorkflowProviders.BlobStorage Add Component Testing Framework (#5261) 2024-04-26 15:49:14 +02:00
Elsa.Workflows.Api Workflow refresh feature (#5713) 2024-07-05 18:35:22 +02:00
Elsa.Workflows.Core Improve comment for workflow execution context creation. 2024-07-05 18:20:34 +02:00
Elsa.Workflows.Management Fix nullability issue and improve code comments 2024-07-05 18:18:12 +02:00
Elsa.Workflows.Runtime Add WorkflowExecutionLogRecordExtractor 2024-07-08 16:13:58 +02:00