elsa-core/src/modules
Sipke Schoorstra 29742db513
Add application roles and configure them in MassTransit (#5561)
A new enum ApplicationRole has been added for distinguishing among different roles (Hybrid, Api, Worker) an application can take. In the configuration of MassTransit, it is now possible to disable the consumers based on application role, which can help optimize the usage of resources and increase application efficiency.
2024-06-10 10:45:12 +02:00
..
Elsa.Alterations Add Fault Code, Category and Type (#5362) 2024-05-10 15:30:32 +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 Add alteration notifications and management (#5097) 2024-03-20 10:58:59 +01:00
Elsa.AzureServiceBus Convert to use Central Package Management 2024-02-04 13:49:54 +02:00
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 WorkflowActivity to Use Cached Workflow Definitions for Consistent Behavior (#5223) 2024-04-15 10:06:27 +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 Global read-only and read-only workflows (#5406) 2024-05-27 10:06:39 +02:00
Elsa.Dapper.Migrations Alterations with Queries (#5032) 2024-03-13 20:34:46 +01:00
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 Convert to use Central Package Management 2024-02-04 13:49:54 +02:00
Elsa.EntityFrameworkCore Update and optimize WorkflowDefinitionStore logic (#5462) 2024-05-29 10:35:42 +02:00
Elsa.EntityFrameworkCore.Common Refactor ElsaDbContextBase to clean up schema setup 2024-05-28 21:12:45 +02:00
Elsa.EntityFrameworkCore.MySql Regenerate V3.1 EF Core migrations with custom runtime schema support (#5155) 2024-03-29 21:15:23 +01:00
Elsa.EntityFrameworkCore.PostgreSql Update Npgsql package versions 2024-05-22 16:33:57 +02:00
Elsa.EntityFrameworkCore.Sqlite Regenerate V3.1 EF Core migrations with custom runtime schema support (#5155) 2024-03-29 21:15:23 +01:00
Elsa.EntityFrameworkCore.SqlServer Regenerate V3.1 EF Core migrations with custom runtime schema support (#5155) 2024-03-29 21:15:23 +01:00
Elsa.Environments Remove version number from Elsa.Environments project file 2024-02-12 19:11:18 +01:00
Elsa.Expressions Add JSON Serialization for Elsa expression (#5490) 2024-06-03 08:38:18 +02:00
Elsa.FileStorage #5107 Add framework reference & package removal (#5128) 2024-03-28 21:35:47 +01:00
Elsa.Hangfire Implement dispatch channels (#4949) 2024-02-16 10:56:30 +01:00
Elsa.Hosting.Management Add caching to workflow runtime and workflow management stores (#5174) 2024-04-10 11:51:40 +02:00
Elsa.Http Fix naming issues 2024-06-07 14:01:14 +02:00
Elsa.Identity Convert to use Central Package Management 2024-02-04 13:49:54 +02:00
Elsa.JavaScript Fix naming issues 2024-06-07 14:01:14 +02:00
Elsa.KeyValues Refactor code and update comments for better readability 2024-02-20 11:26:52 +01:00
Elsa.Labels Convert to use Central Package Management 2024-02-04 13:49:54 +02:00
Elsa.Liquid Rename FluidFiltersDelegate to ConfigureFilters 2024-04-26 15:52:38 +02:00
Elsa.MassTransit Add application roles and configure them in MassTransit (#5561) 2024-06-10 10:45:12 +02:00
Elsa.MassTransit.AzureServiceBus Add application roles and configure them in MassTransit (#5561) 2024-06-10 10:45:12 +02:00
Elsa.MassTransit.RabbitMq Add application roles and configure them in MassTransit (#5561) 2024-06-10 10:45:12 +02:00
Elsa.MongoDb Fixed DI registration for MongoAlterationPlanStore (#5564) 2024-06-09 17:36:36 +02:00
Elsa.ProtoActor Fix Race Condition in WorkflowDefinitionActivity (#5315) 2024-05-01 14:53:37 +02:00
Elsa.ProtoActor.Cluster.AzureContainerApps Convert to use Central Package Management 2024-02-04 13:49:54 +02:00
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 update AppAny package version and fix MySql and SqlServer migration for Quartz (#4921) 2024-02-09 19:38:43 +01:00
Elsa.Quartz.EntityFrameworkCore.PostgreSql Update Npgsql package versions 2024-05-22 16:33:57 +02:00
Elsa.Quartz.EntityFrameworkCore.Sqlite update AppAny package version and fix MySql and SqlServer migration for Quartz (#4921) 2024-02-09 19:38:43 +01:00
Elsa.Quartz.EntityFrameworkCore.SqlServer update AppAny package version and fix MySql and SqlServer migration for Quartz (#4921) 2024-02-09 19:38:43 +01:00
Elsa.SasTokens Convert to use Central Package Management 2024-02-04 13:49:54 +02:00
Elsa.Scheduling Refactor logging instances in DefaultTriggerScheduler.cs 2024-06-07 14:01:14 +02:00
Elsa.Telnyx #5106 Cleanup packages to leverage framework (#5129) 2024-03-29 09:54:44 +01:00
Elsa.Webhooks Convert to use Central Package Management 2024-02-04 13:49:54 +02:00
Elsa.WorkflowContexts replace configureawait.props and frameworks.props with Directory.Build.props 2024-01-26 19:04:39 +02:00
Elsa.WorkflowProviders.BlobStorage Add Component Testing Framework (#5261) 2024-04-26 15:49:14 +02:00
Elsa.Workflows.Api Refactor response handling in workflow API 2024-06-07 18:24:20 +02:00
Elsa.Workflows.Core Remove logging scope from OnChildCompletedAsync method 2024-06-07 18:04:31 +02:00
Elsa.Workflows.Management Made ActivityRegistryUpdateService provider specific 2024-06-07 14:01:14 +02:00
Elsa.Workflows.Runtime Update activity registry & workflow definitions 2024-06-07 14:01:14 +02:00