diff --git a/src/clients/Elsa.Api.Client/Resources/ActivityDescriptors/Contracts/IWorkflowDefinitionsApi.cs b/src/clients/Elsa.Api.Client/Resources/ActivityDescriptors/Contracts/IWorkflowDefinitionsApi.cs index 19344d47b..cad84167d 100644 --- a/src/clients/Elsa.Api.Client/Resources/ActivityDescriptors/Contracts/IWorkflowDefinitionsApi.cs +++ b/src/clients/Elsa.Api.Client/Resources/ActivityDescriptors/Contracts/IWorkflowDefinitionsApi.cs @@ -1,4 +1,3 @@ -using Elsa.Api.Client.Resources.ActivityDescriptors.Models; using Elsa.Api.Client.Resources.ActivityDescriptors.Requests; using Elsa.Api.Client.Resources.ActivityDescriptors.Responses; using Refit; diff --git a/src/clients/Elsa.Api.Client/Resources/StorageDrivers/Contracts/IStorageDriversApi.cs b/src/clients/Elsa.Api.Client/Resources/StorageDrivers/Contracts/IStorageDriversApi.cs index f988b5e9d..0040883ba 100644 --- a/src/clients/Elsa.Api.Client/Resources/StorageDrivers/Contracts/IStorageDriversApi.cs +++ b/src/clients/Elsa.Api.Client/Resources/StorageDrivers/Contracts/IStorageDriversApi.cs @@ -1,4 +1,3 @@ -using Elsa.Api.Client.Resources.StorageDrivers.Models; using Elsa.Api.Client.Resources.StorageDrivers.Responses; using Refit; diff --git a/src/clients/Elsa.Api.Client/Resources/VariableTypes/Contracts/IStorageDriversApi.cs b/src/clients/Elsa.Api.Client/Resources/VariableTypes/Contracts/IStorageDriversApi.cs index 9f71be088..fb77e6426 100644 --- a/src/clients/Elsa.Api.Client/Resources/VariableTypes/Contracts/IStorageDriversApi.cs +++ b/src/clients/Elsa.Api.Client/Resources/VariableTypes/Contracts/IStorageDriversApi.cs @@ -1,4 +1,3 @@ -using Elsa.Api.Client.Resources.VariableTypes.Models; using Elsa.Api.Client.Resources.VariableTypes.Responses; using Refit; diff --git a/src/modules/Elsa.Dapper/Modules/Management/Services/DapperWorkflowInstanceStore.cs b/src/modules/Elsa.Dapper/Modules/Management/Services/DapperWorkflowInstanceStore.cs index aa2505922..f6776a933 100644 --- a/src/modules/Elsa.Dapper/Modules/Management/Services/DapperWorkflowInstanceStore.cs +++ b/src/modules/Elsa.Dapper/Modules/Management/Services/DapperWorkflowInstanceStore.cs @@ -8,7 +8,6 @@ using Elsa.Dapper.Services; using Elsa.Extensions; using Elsa.Workflows.Core; using Elsa.Workflows.Core.Contracts; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Management.Contracts; using Elsa.Workflows.Management.Entities; using Elsa.Workflows.Management.Filters; diff --git a/src/modules/Elsa.Dapper/Modules/Runtime/Services/DapperWorkflowStateStore.cs b/src/modules/Elsa.Dapper/Modules/Runtime/Services/DapperWorkflowStateStore.cs index e1beb280a..96118be3d 100644 --- a/src/modules/Elsa.Dapper/Modules/Runtime/Services/DapperWorkflowStateStore.cs +++ b/src/modules/Elsa.Dapper/Modules/Runtime/Services/DapperWorkflowStateStore.cs @@ -4,7 +4,6 @@ using Elsa.Dapper.Modules.Runtime.Records; using Elsa.Dapper.Services; using Elsa.Workflows.Core; using Elsa.Workflows.Core.Contracts; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Core.State; using Elsa.Workflows.Runtime.Contracts; diff --git a/src/modules/Elsa.Dsl/Contracts/IDslEngine.cs b/src/modules/Elsa.Dsl/Contracts/IDslEngine.cs index a217690dc..d35095f12 100644 --- a/src/modules/Elsa.Dsl/Contracts/IDslEngine.cs +++ b/src/modules/Elsa.Dsl/Contracts/IDslEngine.cs @@ -1,4 +1,4 @@ -using Elsa.Workflows.Core.Models; +using Elsa.Workflows.Core.Activities; namespace Elsa.Dsl.Contracts; diff --git a/src/modules/Elsa.Dsl/Interpreters/WorkflowDefinitionBuilderInterpreter/VisitWorkflowVariable.cs b/src/modules/Elsa.Dsl/Interpreters/WorkflowDefinitionBuilderInterpreter/VisitWorkflowVariable.cs index 759c35988..9649e4596 100644 --- a/src/modules/Elsa.Dsl/Interpreters/WorkflowDefinitionBuilderInterpreter/VisitWorkflowVariable.cs +++ b/src/modules/Elsa.Dsl/Interpreters/WorkflowDefinitionBuilderInterpreter/VisitWorkflowVariable.cs @@ -1,6 +1,5 @@ using Elsa.Workflows.Core.Contracts; using Elsa.Workflows.Core.Memory; -using Elsa.Workflows.Core.Models; namespace Elsa.Dsl.Interpreters; diff --git a/src/modules/Elsa.Dsl/Services/DslEngine.cs b/src/modules/Elsa.Dsl/Services/DslEngine.cs index 76680183c..52a96c41d 100644 --- a/src/modules/Elsa.Dsl/Services/DslEngine.cs +++ b/src/modules/Elsa.Dsl/Services/DslEngine.cs @@ -1,8 +1,8 @@ using Antlr4.Runtime; using Elsa.Dsl.Contracts; using Elsa.Dsl.Interpreters; +using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.Contracts; -using Elsa.Workflows.Core.Models; namespace Elsa.Dsl.Services; diff --git a/src/modules/Elsa.EntityFrameworkCore.MySql/Migrations/Management/20230706133103_Initial.cs b/src/modules/Elsa.EntityFrameworkCore.MySql/Migrations/Management/20230706133103_Initial.cs index ab97fbf63..812d1c8a4 100644 --- a/src/modules/Elsa.EntityFrameworkCore.MySql/Migrations/Management/20230706133103_Initial.cs +++ b/src/modules/Elsa.EntityFrameworkCore.MySql/Migrations/Management/20230706133103_Initial.cs @@ -1,5 +1,4 @@ -using System; -using Microsoft.EntityFrameworkCore.Migrations; +using Microsoft.EntityFrameworkCore.Migrations; #nullable disable diff --git a/src/modules/Elsa.EntityFrameworkCore.MySql/Migrations/Runtime/20230709103833_Initial.cs b/src/modules/Elsa.EntityFrameworkCore.MySql/Migrations/Runtime/20230709103833_Initial.cs index 1be7a6d83..d1e720b8d 100644 --- a/src/modules/Elsa.EntityFrameworkCore.MySql/Migrations/Runtime/20230709103833_Initial.cs +++ b/src/modules/Elsa.EntityFrameworkCore.MySql/Migrations/Runtime/20230709103833_Initial.cs @@ -1,5 +1,4 @@ -using System; -using Microsoft.EntityFrameworkCore.Migrations; +using Microsoft.EntityFrameworkCore.Migrations; #nullable disable diff --git a/src/modules/Elsa.EntityFrameworkCore.PostgreSql/Migrations/Management/20230706133144_Initial.cs b/src/modules/Elsa.EntityFrameworkCore.PostgreSql/Migrations/Management/20230706133144_Initial.cs index 678ca63ea..7d09e54f2 100644 --- a/src/modules/Elsa.EntityFrameworkCore.PostgreSql/Migrations/Management/20230706133144_Initial.cs +++ b/src/modules/Elsa.EntityFrameworkCore.PostgreSql/Migrations/Management/20230706133144_Initial.cs @@ -1,5 +1,4 @@ -using System; -using Microsoft.EntityFrameworkCore.Migrations; +using Microsoft.EntityFrameworkCore.Migrations; #nullable disable diff --git a/src/modules/Elsa.EntityFrameworkCore.PostgreSql/Migrations/Runtime/20230709103914_Initial.cs b/src/modules/Elsa.EntityFrameworkCore.PostgreSql/Migrations/Runtime/20230709103914_Initial.cs index 08626e44e..890ea4140 100644 --- a/src/modules/Elsa.EntityFrameworkCore.PostgreSql/Migrations/Runtime/20230709103914_Initial.cs +++ b/src/modules/Elsa.EntityFrameworkCore.PostgreSql/Migrations/Runtime/20230709103914_Initial.cs @@ -1,5 +1,4 @@ -using System; -using Microsoft.EntityFrameworkCore.Migrations; +using Microsoft.EntityFrameworkCore.Migrations; #nullable disable diff --git a/src/modules/Elsa.EntityFrameworkCore.SqlServer/Migrations/Management/20230706133258_Initial.cs b/src/modules/Elsa.EntityFrameworkCore.SqlServer/Migrations/Management/20230706133258_Initial.cs index a04666826..f2f270bc0 100644 --- a/src/modules/Elsa.EntityFrameworkCore.SqlServer/Migrations/Management/20230706133258_Initial.cs +++ b/src/modules/Elsa.EntityFrameworkCore.SqlServer/Migrations/Management/20230706133258_Initial.cs @@ -1,5 +1,4 @@ -using System; -using Microsoft.EntityFrameworkCore.Migrations; +using Microsoft.EntityFrameworkCore.Migrations; #nullable disable diff --git a/src/modules/Elsa.EntityFrameworkCore.SqlServer/Migrations/Runtime/20230709103937_Initial.cs b/src/modules/Elsa.EntityFrameworkCore.SqlServer/Migrations/Runtime/20230709103937_Initial.cs index f81d44cdd..341834c02 100644 --- a/src/modules/Elsa.EntityFrameworkCore.SqlServer/Migrations/Runtime/20230709103937_Initial.cs +++ b/src/modules/Elsa.EntityFrameworkCore.SqlServer/Migrations/Runtime/20230709103937_Initial.cs @@ -1,5 +1,4 @@ -using System; -using Microsoft.EntityFrameworkCore.Migrations; +using Microsoft.EntityFrameworkCore.Migrations; #nullable disable diff --git a/src/modules/Elsa.EntityFrameworkCore/Modules/Management/Configurations.cs b/src/modules/Elsa.EntityFrameworkCore/Modules/Management/Configurations.cs index 9a4a83200..1da319c0f 100644 --- a/src/modules/Elsa.EntityFrameworkCore/Modules/Management/Configurations.cs +++ b/src/modules/Elsa.EntityFrameworkCore/Modules/Management/Configurations.cs @@ -1,6 +1,5 @@ using System.Linq.Expressions; using Elsa.Workflows.Core; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Management.Entities; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Metadata.Builders; diff --git a/src/modules/Elsa.EntityFrameworkCore/Modules/Runtime/Configurations.cs b/src/modules/Elsa.EntityFrameworkCore/Modules/Runtime/Configurations.cs index 99ef4b28a..29dfc8910 100644 --- a/src/modules/Elsa.EntityFrameworkCore/Modules/Runtime/Configurations.cs +++ b/src/modules/Elsa.EntityFrameworkCore/Modules/Runtime/Configurations.cs @@ -1,5 +1,4 @@ using Elsa.Workflows.Core; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Core.State; using Elsa.Workflows.Runtime.Entities; using Microsoft.EntityFrameworkCore; diff --git a/src/modules/Elsa.EntityFrameworkCore/Modules/Runtime/WorkflowStateStore.cs b/src/modules/Elsa.EntityFrameworkCore/Modules/Runtime/WorkflowStateStore.cs index 60ccf40df..def80890b 100644 --- a/src/modules/Elsa.EntityFrameworkCore/Modules/Runtime/WorkflowStateStore.cs +++ b/src/modules/Elsa.EntityFrameworkCore/Modules/Runtime/WorkflowStateStore.cs @@ -2,7 +2,6 @@ using Elsa.Common.Contracts; using Elsa.EntityFrameworkCore.Common; using Elsa.Workflows.Core; using Elsa.Workflows.Core.Contracts; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Core.State; using Elsa.Workflows.Runtime.Contracts; using Microsoft.EntityFrameworkCore; diff --git a/src/modules/Elsa.Http/Middleware/WorkflowsMiddleware.cs b/src/modules/Elsa.Http/Middleware/WorkflowsMiddleware.cs index 3ecfffdd6..f2df79857 100644 --- a/src/modules/Elsa.Http/Middleware/WorkflowsMiddleware.cs +++ b/src/modules/Elsa.Http/Middleware/WorkflowsMiddleware.cs @@ -3,7 +3,6 @@ using Elsa.Http.Models; using Elsa.Http.Options; using Elsa.Workflows.Core.Contracts; using Elsa.Workflows.Core.Helpers; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Runtime.Contracts; using JetBrains.Annotations; using Microsoft.AspNetCore.Http; diff --git a/src/modules/Elsa.JavaScript/Handlers/WorkflowDefinitionActivityJavaScriptHandler.cs b/src/modules/Elsa.JavaScript/Handlers/WorkflowDefinitionActivityJavaScriptHandler.cs index 87b0bb511..8881ab57b 100644 --- a/src/modules/Elsa.JavaScript/Handlers/WorkflowDefinitionActivityJavaScriptHandler.cs +++ b/src/modules/Elsa.JavaScript/Handlers/WorkflowDefinitionActivityJavaScriptHandler.cs @@ -5,7 +5,6 @@ using Elsa.JavaScript.Notifications; using Elsa.Mediator.Contracts; using Elsa.Workflows.Core.Contracts; using Elsa.Workflows.Core.Memory; -using Elsa.Workflows.Core.Models; using Humanizer; using JetBrains.Annotations; using Jint; diff --git a/src/modules/Elsa.JavaScript/Services/JintJavaScriptEvaluator.cs b/src/modules/Elsa.JavaScript/Services/JintJavaScriptEvaluator.cs index 6a1eb387e..6bc6b848c 100644 --- a/src/modules/Elsa.JavaScript/Services/JintJavaScriptEvaluator.cs +++ b/src/modules/Elsa.JavaScript/Services/JintJavaScriptEvaluator.cs @@ -9,7 +9,6 @@ using Elsa.JavaScript.Notifications; using Elsa.JavaScript.Options; using Elsa.Mediator.Contracts; using Elsa.Workflows.Core.Memory; -using Elsa.Workflows.Core.Models; using Humanizer; using Jint; using Microsoft.Extensions.Options; diff --git a/src/modules/Elsa.JavaScript/TypeDefinitions/Models/TypeDefinitionContext.cs b/src/modules/Elsa.JavaScript/TypeDefinitions/Models/TypeDefinitionContext.cs index 9346f5795..21b808351 100644 --- a/src/modules/Elsa.JavaScript/TypeDefinitions/Models/TypeDefinitionContext.cs +++ b/src/modules/Elsa.JavaScript/TypeDefinitions/Models/TypeDefinitionContext.cs @@ -1,4 +1,4 @@ -using Elsa.Workflows.Core.Models; +using Elsa.Workflows.Core.Activities; namespace Elsa.JavaScript.TypeDefinitions.Models; diff --git a/src/modules/Elsa.Liquid/Handlers/ConfigureLiquidEngine.cs b/src/modules/Elsa.Liquid/Handlers/ConfigureLiquidEngine.cs index 4a0e2669e..d47628c9d 100644 --- a/src/modules/Elsa.Liquid/Handlers/ConfigureLiquidEngine.cs +++ b/src/modules/Elsa.Liquid/Handlers/ConfigureLiquidEngine.cs @@ -6,7 +6,6 @@ using Elsa.Liquid.Notifications; using Elsa.Liquid.Options; using Elsa.Mediator.Contracts; using Elsa.Workflows.Core.Memory; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Management.Options; using Fluid; using Fluid.Values; diff --git a/src/modules/Elsa.Liquid/Helpers/LiquidActivityModel.cs b/src/modules/Elsa.Liquid/Helpers/LiquidActivityModel.cs index 5180ffdaf..da066b0dc 100644 --- a/src/modules/Elsa.Liquid/Helpers/LiquidActivityModel.cs +++ b/src/modules/Elsa.Liquid/Helpers/LiquidActivityModel.cs @@ -1,5 +1,4 @@ using Elsa.Workflows.Core; -using Elsa.Workflows.Core.Models; namespace Elsa.Liquid.Helpers; diff --git a/src/modules/Elsa.MassTransit/Activities/MessageReceived.cs b/src/modules/Elsa.MassTransit/Activities/MessageReceived.cs index c8de283d8..05de46990 100644 --- a/src/modules/Elsa.MassTransit/Activities/MessageReceived.cs +++ b/src/modules/Elsa.MassTransit/Activities/MessageReceived.cs @@ -4,7 +4,6 @@ using Elsa.Expressions.Models; using Elsa.Extensions; using Elsa.MassTransit.Implementations; using Elsa.Workflows.Core; -using Elsa.Workflows.Core.Models; namespace Elsa.MassTransit.Activities; diff --git a/src/modules/Elsa.MongoDb/Features/MongoDbFeature.cs b/src/modules/Elsa.MongoDb/Features/MongoDbFeature.cs index 6d035fc79..3c55f4f88 100644 --- a/src/modules/Elsa.MongoDb/Features/MongoDbFeature.cs +++ b/src/modules/Elsa.MongoDb/Features/MongoDbFeature.cs @@ -3,7 +3,6 @@ using Elsa.Features.Services; using Elsa.MongoDB.Options; using Elsa.MongoDb.Serializers; using Elsa.Workflows.Core.Memory; -using Elsa.Workflows.Core.Models; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Options; using MongoDB.Bson.Serialization; diff --git a/src/modules/Elsa.MongoDb/Modules/Management/WorkflowInstanceStore.cs b/src/modules/Elsa.MongoDb/Modules/Management/WorkflowInstanceStore.cs index d38690f41..45cd54086 100644 --- a/src/modules/Elsa.MongoDb/Modules/Management/WorkflowInstanceStore.cs +++ b/src/modules/Elsa.MongoDb/Modules/Management/WorkflowInstanceStore.cs @@ -1,9 +1,7 @@ using Elsa.Common.Models; using Elsa.Extensions; using Elsa.MongoDb.Common; -using Elsa.MongoDb.Extensions; using Elsa.MongoDb.Helpers; -using Elsa.Workflows.Core.Contracts; using Elsa.Workflows.Management.Contracts; using Elsa.Workflows.Management.Entities; using Elsa.Workflows.Management.Filters; diff --git a/src/modules/Elsa.MongoDb/Modules/Runtime/BookmarkStore.cs b/src/modules/Elsa.MongoDb/Modules/Runtime/BookmarkStore.cs index 7e08be78e..e428dfc89 100644 --- a/src/modules/Elsa.MongoDb/Modules/Runtime/BookmarkStore.cs +++ b/src/modules/Elsa.MongoDb/Modules/Runtime/BookmarkStore.cs @@ -1,6 +1,4 @@ using Elsa.MongoDb.Common; -using Elsa.MongoDb.Extensions; -using Elsa.Workflows.Core.Contracts; using Elsa.Workflows.Runtime.Contracts; using Elsa.Workflows.Runtime.Entities; using MongoDB.Driver.Linq; diff --git a/src/modules/Elsa.MongoDb/Modules/Runtime/DefaultWorkflowRuntimePersistenceFeature.cs b/src/modules/Elsa.MongoDb/Modules/Runtime/DefaultWorkflowRuntimePersistenceFeature.cs index 48ed33754..07f54cee9 100644 --- a/src/modules/Elsa.MongoDb/Modules/Runtime/DefaultWorkflowRuntimePersistenceFeature.cs +++ b/src/modules/Elsa.MongoDb/Modules/Runtime/DefaultWorkflowRuntimePersistenceFeature.cs @@ -2,7 +2,6 @@ using Elsa.Features.Attributes; using Elsa.Features.Services; using Elsa.MongoDb.Common; using Elsa.Workflows.Core.State; -using Elsa.Workflows.Runtime.Entities; using Elsa.Workflows.Runtime.Features; using Microsoft.Extensions.DependencyInjection; diff --git a/src/modules/Elsa.MongoDb/Modules/Runtime/TriggerStore.cs b/src/modules/Elsa.MongoDb/Modules/Runtime/TriggerStore.cs index 610834f14..d89443258 100644 --- a/src/modules/Elsa.MongoDb/Modules/Runtime/TriggerStore.cs +++ b/src/modules/Elsa.MongoDb/Modules/Runtime/TriggerStore.cs @@ -1,5 +1,4 @@ using Elsa.MongoDb.Common; -using Elsa.Workflows.Core.Contracts; using Elsa.Workflows.Runtime.Contracts; using Elsa.Workflows.Runtime.Entities; using MongoDB.Driver.Linq; diff --git a/src/modules/Elsa.MongoDb/Modules/Runtime/WorkflowStateStore.cs b/src/modules/Elsa.MongoDb/Modules/Runtime/WorkflowStateStore.cs index 2e53ed81d..b47b2fd7c 100644 --- a/src/modules/Elsa.MongoDb/Modules/Runtime/WorkflowStateStore.cs +++ b/src/modules/Elsa.MongoDb/Modules/Runtime/WorkflowStateStore.cs @@ -1,8 +1,6 @@ using Elsa.Common.Contracts; using Elsa.MongoDb.Common; using Elsa.Workflows.Core; -using Elsa.Workflows.Core.Contracts; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Core.State; using Elsa.Workflows.Runtime.Contracts; using MongoDB.Driver; diff --git a/src/modules/Elsa.WorkflowContexts/Abstractions/WorkflowContextProvider.cs b/src/modules/Elsa.WorkflowContexts/Abstractions/WorkflowContextProvider.cs index 2e57c566d..284d921df 100644 --- a/src/modules/Elsa.WorkflowContexts/Abstractions/WorkflowContextProvider.cs +++ b/src/modules/Elsa.WorkflowContexts/Abstractions/WorkflowContextProvider.cs @@ -1,6 +1,5 @@ using Elsa.WorkflowContexts.Contracts; using Elsa.Workflows.Core; -using Elsa.Workflows.Core.Models; using JetBrains.Annotations; namespace Elsa.WorkflowContexts.Abstractions; diff --git a/src/modules/Elsa.WorkflowContexts/Contracts/IWorkflowContextProvider.cs b/src/modules/Elsa.WorkflowContexts/Contracts/IWorkflowContextProvider.cs index d239b147b..ddbc4655f 100644 --- a/src/modules/Elsa.WorkflowContexts/Contracts/IWorkflowContextProvider.cs +++ b/src/modules/Elsa.WorkflowContexts/Contracts/IWorkflowContextProvider.cs @@ -1,5 +1,4 @@ using Elsa.Workflows.Core; -using Elsa.Workflows.Core.Models; namespace Elsa.WorkflowContexts.Contracts; diff --git a/src/modules/Elsa.WorkflowContexts/Extensions/WorkflowExecutionContextExtensions.cs b/src/modules/Elsa.WorkflowContexts/Extensions/WorkflowExecutionContextExtensions.cs index d343dcea7..31a62f6d9 100644 --- a/src/modules/Elsa.WorkflowContexts/Extensions/WorkflowExecutionContextExtensions.cs +++ b/src/modules/Elsa.WorkflowContexts/Extensions/WorkflowExecutionContextExtensions.cs @@ -1,7 +1,6 @@ using Elsa.Expressions.Models; using Elsa.WorkflowContexts.Contracts; using Elsa.Workflows.Core; -using Elsa.Workflows.Core.Models; using JetBrains.Annotations; // ReSharper disable once CheckNamespace diff --git a/src/modules/Elsa.WorkflowContexts/Extensions/WorkflowExtensions.cs b/src/modules/Elsa.WorkflowContexts/Extensions/WorkflowExtensions.cs index 16b161a60..7e124e910 100644 --- a/src/modules/Elsa.WorkflowContexts/Extensions/WorkflowExtensions.cs +++ b/src/modules/Elsa.WorkflowContexts/Extensions/WorkflowExtensions.cs @@ -1,5 +1,5 @@ using Elsa.WorkflowContexts; -using Elsa.Workflows.Core.Models; +using Elsa.Workflows.Core.Activities; // ReSharper disable once CheckNamespace namespace Elsa.Extensions; diff --git a/src/modules/Elsa.WorkflowContexts/Middleware/WorkflowContextActivityExecutionMiddleware.cs b/src/modules/Elsa.WorkflowContexts/Middleware/WorkflowContextActivityExecutionMiddleware.cs index 975828efc..8a21ebcc4 100644 --- a/src/modules/Elsa.WorkflowContexts/Middleware/WorkflowContextActivityExecutionMiddleware.cs +++ b/src/modules/Elsa.WorkflowContexts/Middleware/WorkflowContextActivityExecutionMiddleware.cs @@ -2,7 +2,6 @@ using Elsa.Extensions; using Elsa.WorkflowContexts.Contracts; using Elsa.Workflows.Core; using Elsa.Workflows.Core.Contracts; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Core.Pipelines.ActivityExecution; using Elsa.Workflows.Runtime.Middleware.Activities; using Microsoft.Extensions.DependencyInjection; diff --git a/src/modules/Elsa.WorkflowContexts/Middleware/WorkflowContextWorkflowExecutionMiddleware.cs b/src/modules/Elsa.WorkflowContexts/Middleware/WorkflowContextWorkflowExecutionMiddleware.cs index 6d329045f..bf53469f0 100644 --- a/src/modules/Elsa.WorkflowContexts/Middleware/WorkflowContextWorkflowExecutionMiddleware.cs +++ b/src/modules/Elsa.WorkflowContexts/Middleware/WorkflowContextWorkflowExecutionMiddleware.cs @@ -1,7 +1,6 @@ using Elsa.Extensions; using Elsa.WorkflowContexts.Contracts; using Elsa.Workflows.Core; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Core.Pipelines.WorkflowExecution; using Microsoft.Extensions.DependencyInjection; diff --git a/src/modules/Elsa.WorkflowContexts/Scripting/JavaScript/ConfigureJavaScriptEngine.cs b/src/modules/Elsa.WorkflowContexts/Scripting/JavaScript/ConfigureJavaScriptEngine.cs index eb74d45aa..d000e8ce3 100644 --- a/src/modules/Elsa.WorkflowContexts/Scripting/JavaScript/ConfigureJavaScriptEngine.cs +++ b/src/modules/Elsa.WorkflowContexts/Scripting/JavaScript/ConfigureJavaScriptEngine.cs @@ -7,7 +7,7 @@ using Elsa.JavaScript.TypeDefinitions.Contracts; using Elsa.JavaScript.TypeDefinitions.Models; using Elsa.Mediator.Contracts; using Elsa.Workflows.Core; -using Elsa.Workflows.Core.Models; +using Elsa.Workflows.Core.Activities; namespace Elsa.WorkflowContexts.Scripting.JavaScript; diff --git a/src/modules/Elsa.Workflows.Api/Endpoints/Scripting/JavaScript/TypeDefinitions/Endpoint.cs b/src/modules/Elsa.Workflows.Api/Endpoints/Scripting/JavaScript/TypeDefinitions/Endpoint.cs index 21f66609d..413b67d85 100644 --- a/src/modules/Elsa.Workflows.Api/Endpoints/Scripting/JavaScript/TypeDefinitions/Endpoint.cs +++ b/src/modules/Elsa.Workflows.Api/Endpoints/Scripting/JavaScript/TypeDefinitions/Endpoint.cs @@ -3,7 +3,7 @@ using Elsa.Abstractions; using Elsa.Common.Models; using Elsa.JavaScript.TypeDefinitions.Contracts; using Elsa.JavaScript.TypeDefinitions.Models; -using Elsa.Workflows.Core.Models; +using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Management.Contracts; using JetBrains.Annotations; diff --git a/src/modules/Elsa.Workflows.Api/Endpoints/WorkflowDefinitions/Count/Endpoint.cs b/src/modules/Elsa.Workflows.Api/Endpoints/WorkflowDefinitions/Count/Endpoint.cs index 238cf9c2e..ebf14b02f 100644 --- a/src/modules/Elsa.Workflows.Api/Endpoints/WorkflowDefinitions/Count/Endpoint.cs +++ b/src/modules/Elsa.Workflows.Api/Endpoints/WorkflowDefinitions/Count/Endpoint.cs @@ -1,13 +1,6 @@ using Elsa.Abstractions; -using Elsa.Common.Entities; -using Elsa.Common.Models; -using Elsa.Workflows.Core.Contracts; -using Elsa.Workflows.Core.Serialization.Converters; using Elsa.Workflows.Management.Contracts; -using Elsa.Workflows.Management.Filters; -using Elsa.Workflows.Management.Mappers; using JetBrains.Annotations; -using Microsoft.AspNetCore.Http; namespace Elsa.Workflows.Api.Endpoints.WorkflowDefinitions.Count; diff --git a/src/modules/Elsa.Workflows.Api/Endpoints/WorkflowDefinitions/Execute/Endpoint.cs b/src/modules/Elsa.Workflows.Api/Endpoints/WorkflowDefinitions/Execute/Endpoint.cs index 66f954070..f333dab9b 100644 --- a/src/modules/Elsa.Workflows.Api/Endpoints/WorkflowDefinitions/Execute/Endpoint.cs +++ b/src/modules/Elsa.Workflows.Api/Endpoints/WorkflowDefinitions/Execute/Endpoint.cs @@ -4,7 +4,6 @@ using Elsa.Common.Models; using Elsa.Http.Contracts; using Elsa.Workflows.Core; using Elsa.Workflows.Core.Contracts; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Core.State; using Elsa.Workflows.Management.Contracts; using Elsa.Workflows.Management.Filters; diff --git a/src/modules/Elsa.Workflows.Api/Endpoints/WorkflowDefinitions/GetById/Endpoint.cs b/src/modules/Elsa.Workflows.Api/Endpoints/WorkflowDefinitions/GetById/Endpoint.cs index d6a5fb973..7ee33287b 100644 --- a/src/modules/Elsa.Workflows.Api/Endpoints/WorkflowDefinitions/GetById/Endpoint.cs +++ b/src/modules/Elsa.Workflows.Api/Endpoints/WorkflowDefinitions/GetById/Endpoint.cs @@ -1,6 +1,4 @@ using Elsa.Abstractions; -using Elsa.Common.Entities; -using Elsa.Common.Models; using Elsa.Workflows.Core.Contracts; using Elsa.Workflows.Core.Serialization.Converters; using Elsa.Workflows.Management.Contracts; diff --git a/src/modules/Elsa.Workflows.Api/Endpoints/WorkflowDefinitions/IsNameUnique/Endpoint.cs b/src/modules/Elsa.Workflows.Api/Endpoints/WorkflowDefinitions/IsNameUnique/Endpoint.cs index b18f0dc61..ffe0291cf 100644 --- a/src/modules/Elsa.Workflows.Api/Endpoints/WorkflowDefinitions/IsNameUnique/Endpoint.cs +++ b/src/modules/Elsa.Workflows.Api/Endpoints/WorkflowDefinitions/IsNameUnique/Endpoint.cs @@ -1,13 +1,6 @@ using Elsa.Abstractions; -using Elsa.Common.Entities; -using Elsa.Common.Models; -using Elsa.Workflows.Core.Contracts; -using Elsa.Workflows.Core.Serialization.Converters; using Elsa.Workflows.Management.Contracts; -using Elsa.Workflows.Management.Filters; -using Elsa.Workflows.Management.Mappers; using JetBrains.Annotations; -using Microsoft.AspNetCore.Http; namespace Elsa.Workflows.Api.Endpoints.WorkflowDefinitions.IsNameUnique; diff --git a/src/modules/Elsa.Workflows.Api/Endpoints/WorkflowInstances/Get/Models.cs b/src/modules/Elsa.Workflows.Api/Endpoints/WorkflowInstances/Get/Models.cs index 4a03d8fcf..fca73962d 100644 --- a/src/modules/Elsa.Workflows.Api/Endpoints/WorkflowInstances/Get/Models.cs +++ b/src/modules/Elsa.Workflows.Api/Endpoints/WorkflowInstances/Get/Models.cs @@ -1,5 +1,4 @@ using Elsa.Workflows.Core; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Core.State; namespace Elsa.Workflows.Api.Endpoints.WorkflowInstances.Get; diff --git a/src/modules/Elsa.Workflows.Api/Endpoints/WorkflowInstances/List/Endpoint.cs b/src/modules/Elsa.Workflows.Api/Endpoints/WorkflowInstances/List/Endpoint.cs index d550ebb69..549f77332 100644 --- a/src/modules/Elsa.Workflows.Api/Endpoints/WorkflowInstances/List/Endpoint.cs +++ b/src/modules/Elsa.Workflows.Api/Endpoints/WorkflowInstances/List/Endpoint.cs @@ -3,7 +3,6 @@ using Elsa.Common.Entities; using Elsa.Common.Models; using Elsa.Workflows.Api.Models; using Elsa.Workflows.Core; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Management.Contracts; using Elsa.Workflows.Management.Filters; using Elsa.Workflows.Management.Models; diff --git a/src/modules/Elsa.Workflows.Api/Endpoints/WorkflowInstances/List/Models.cs b/src/modules/Elsa.Workflows.Api/Endpoints/WorkflowInstances/List/Models.cs index f0ca67c6a..491aa0616 100644 --- a/src/modules/Elsa.Workflows.Api/Endpoints/WorkflowInstances/List/Models.cs +++ b/src/modules/Elsa.Workflows.Api/Endpoints/WorkflowInstances/List/Models.cs @@ -1,7 +1,6 @@ using Elsa.Common.Entities; using Elsa.Workflows.Api.Models; using Elsa.Workflows.Core; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Management.Models; namespace Elsa.Workflows.Api.Endpoints.WorkflowInstances.List; diff --git a/src/modules/Elsa.Workflows.Api/Serialization/SerializationConfigurator.cs b/src/modules/Elsa.Workflows.Api/Serialization/SerializationConfigurator.cs index 466c38dec..95c0b201f 100644 --- a/src/modules/Elsa.Workflows.Api/Serialization/SerializationConfigurator.cs +++ b/src/modules/Elsa.Workflows.Api/Serialization/SerializationConfigurator.cs @@ -1,5 +1,4 @@ using System.Text.Json; -using Elsa.Workflows.Api.Endpoints.WorkflowInstances.List; using Elsa.Workflows.Core.Contracts; using Microsoft.Extensions.DependencyInjection; diff --git a/src/modules/Elsa.Workflows.Core/Abstractions/WorkflowBase.cs b/src/modules/Elsa.Workflows.Core/Abstractions/WorkflowBase.cs index 400513699..44831d5fd 100644 --- a/src/modules/Elsa.Workflows.Core/Abstractions/WorkflowBase.cs +++ b/src/modules/Elsa.Workflows.Core/Abstractions/WorkflowBase.cs @@ -1,6 +1,5 @@ using Elsa.Workflows.Core.Contracts; using Elsa.Workflows.Core.Memory; -using Elsa.Workflows.Core.Models; namespace Elsa.Workflows.Core.Abstractions; diff --git a/src/modules/Elsa.Workflows.Core/Activities/Break.cs b/src/modules/Elsa.Workflows.Core/Activities/Break.cs index 5d5fc3386..29ed66a51 100644 --- a/src/modules/Elsa.Workflows.Core/Activities/Break.cs +++ b/src/modules/Elsa.Workflows.Core/Activities/Break.cs @@ -2,7 +2,6 @@ using System.Runtime.CompilerServices; using System.Text.Json.Serialization; using Elsa.Extensions; using Elsa.Workflows.Core.Attributes; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Core.Signals; using JetBrains.Annotations; diff --git a/src/modules/Elsa.Workflows.Core/Activities/Container.cs b/src/modules/Elsa.Workflows.Core/Activities/Container.cs index 99bbf5020..7d16d847c 100644 --- a/src/modules/Elsa.Workflows.Core/Activities/Container.cs +++ b/src/modules/Elsa.Workflows.Core/Activities/Container.cs @@ -2,7 +2,6 @@ using System.Collections.ObjectModel; using Elsa.Workflows.Core.Attributes; using Elsa.Workflows.Core.Contracts; using Elsa.Workflows.Core.Memory; -using Elsa.Workflows.Core.Models; namespace Elsa.Workflows.Core.Activities; diff --git a/src/modules/Elsa.Workflows.Core/Activities/Finish.cs b/src/modules/Elsa.Workflows.Core/Activities/Finish.cs index 68575c049..1621daf4d 100644 --- a/src/modules/Elsa.Workflows.Core/Activities/Finish.cs +++ b/src/modules/Elsa.Workflows.Core/Activities/Finish.cs @@ -1,7 +1,6 @@ using System.Runtime.CompilerServices; using System.Text.Json.Serialization; using Elsa.Workflows.Core.Attributes; -using Elsa.Workflows.Core.Models; using JetBrains.Annotations; namespace Elsa.Workflows.Core.Activities; diff --git a/src/modules/Elsa.Workflows.Core/Activities/Flowchart/Activities/FlowNode.cs b/src/modules/Elsa.Workflows.Core/Activities/Flowchart/Activities/FlowNode.cs index 2de992850..e35ae2134 100644 --- a/src/modules/Elsa.Workflows.Core/Activities/Flowchart/Activities/FlowNode.cs +++ b/src/modules/Elsa.Workflows.Core/Activities/Flowchart/Activities/FlowNode.cs @@ -3,7 +3,6 @@ using System.Text.Json.Serialization; using Elsa.Extensions; using Elsa.Workflows.Core.Attributes; using Elsa.Workflows.Core.Contracts; -using Elsa.Workflows.Core.Models; using JetBrains.Annotations; namespace Elsa.Workflows.Core.Activities.Flowchart.Activities; diff --git a/src/modules/Elsa.Workflows.Core/Activities/Flowchart/Activities/Flowchart.cs b/src/modules/Elsa.Workflows.Core/Activities/Flowchart/Activities/Flowchart.cs index 6dd6e5286..2faef9603 100644 --- a/src/modules/Elsa.Workflows.Core/Activities/Flowchart/Activities/Flowchart.cs +++ b/src/modules/Elsa.Workflows.Core/Activities/Flowchart/Activities/Flowchart.cs @@ -7,7 +7,6 @@ using Elsa.Workflows.Core.Activities.Flowchart.Extensions; using Elsa.Workflows.Core.Activities.Flowchart.Models; using Elsa.Workflows.Core.Attributes; using Elsa.Workflows.Core.Contracts; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Core.Signals; using JetBrains.Annotations; diff --git a/src/modules/Elsa.Workflows.Core/Activities/Fork.cs b/src/modules/Elsa.Workflows.Core/Activities/Fork.cs index 72a5808dd..09680905f 100644 --- a/src/modules/Elsa.Workflows.Core/Activities/Fork.cs +++ b/src/modules/Elsa.Workflows.Core/Activities/Fork.cs @@ -5,7 +5,6 @@ using System.Text.Json.Serialization; using Elsa.Extensions; using Elsa.Workflows.Core.Attributes; using Elsa.Workflows.Core.Contracts; -using Elsa.Workflows.Core.Models; using JetBrains.Annotations; namespace Elsa.Workflows.Core.Activities; diff --git a/src/modules/Elsa.Workflows.Core/Activities/Inline.cs b/src/modules/Elsa.Workflows.Core/Activities/Inline.cs index e99aa08b3..85895b5ab 100644 --- a/src/modules/Elsa.Workflows.Core/Activities/Inline.cs +++ b/src/modules/Elsa.Workflows.Core/Activities/Inline.cs @@ -3,7 +3,6 @@ using System.Runtime.CompilerServices; using System.Text.Json.Serialization; using Elsa.Expressions.Models; using Elsa.Workflows.Core.Attributes; -using Elsa.Workflows.Core.Models; using JetBrains.Annotations; namespace Elsa.Workflows.Core.Activities; diff --git a/src/modules/Elsa.Workflows.Core/Activities/NotFoundActivity.cs b/src/modules/Elsa.Workflows.Core/Activities/NotFoundActivity.cs index 72f8eb2f9..61c11bc07 100644 --- a/src/modules/Elsa.Workflows.Core/Activities/NotFoundActivity.cs +++ b/src/modules/Elsa.Workflows.Core/Activities/NotFoundActivity.cs @@ -1,6 +1,5 @@ using System.ComponentModel; using Elsa.Workflows.Core.Attributes; -using Elsa.Workflows.Core.Models; using JetBrains.Annotations; namespace Elsa.Workflows.Core.Activities; diff --git a/src/modules/Elsa.Workflows.Core/Activities/Parallel.cs b/src/modules/Elsa.Workflows.Core/Activities/Parallel.cs index 62dfc6502..41ed38bd0 100644 --- a/src/modules/Elsa.Workflows.Core/Activities/Parallel.cs +++ b/src/modules/Elsa.Workflows.Core/Activities/Parallel.cs @@ -4,7 +4,6 @@ using System.Text.Json.Serialization; using Elsa.Extensions; using Elsa.Workflows.Core.Attributes; using Elsa.Workflows.Core.Contracts; -using Elsa.Workflows.Core.Models; using JetBrains.Annotations; namespace Elsa.Workflows.Core.Activities; diff --git a/src/modules/Elsa.Workflows.Core/Activities/Sequence.cs b/src/modules/Elsa.Workflows.Core/Activities/Sequence.cs index 134db3890..2487a5271 100644 --- a/src/modules/Elsa.Workflows.Core/Activities/Sequence.cs +++ b/src/modules/Elsa.Workflows.Core/Activities/Sequence.cs @@ -4,7 +4,6 @@ using System.Text.Json.Serialization; using Elsa.Extensions; using Elsa.Workflows.Core.Attributes; using Elsa.Workflows.Core.Contracts; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Core.Signals; using JetBrains.Annotations; diff --git a/src/modules/Elsa.Workflows.Core/Activities/Start.cs b/src/modules/Elsa.Workflows.Core/Activities/Start.cs index a55bee0e5..54f981102 100644 --- a/src/modules/Elsa.Workflows.Core/Activities/Start.cs +++ b/src/modules/Elsa.Workflows.Core/Activities/Start.cs @@ -1,7 +1,6 @@ using System.Runtime.CompilerServices; using System.Text.Json.Serialization; using Elsa.Workflows.Core.Attributes; -using Elsa.Workflows.Core.Models; using JetBrains.Annotations; namespace Elsa.Workflows.Core.Activities; diff --git a/src/modules/Elsa.Workflows.Core/Activities/Workflow.cs b/src/modules/Elsa.Workflows.Core/Activities/Workflow.cs index 4f053d25a..ac57640f9 100644 --- a/src/modules/Elsa.Workflows.Core/Activities/Workflow.cs +++ b/src/modules/Elsa.Workflows.Core/Activities/Workflow.cs @@ -1,12 +1,12 @@ using System.ComponentModel; using Elsa.Expressions.Models; -using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.Attributes; using Elsa.Workflows.Core.Contracts; using Elsa.Workflows.Core.Memory; +using Elsa.Workflows.Core.Models; using JetBrains.Annotations; -namespace Elsa.Workflows.Core.Models; +namespace Elsa.Workflows.Core.Activities; /// /// Represents an executable process. diff --git a/src/modules/Elsa.Workflows.Core/Attributes/ActivityAttribute.cs b/src/modules/Elsa.Workflows.Core/Attributes/ActivityAttribute.cs index 7a9b6eb56..b5e3fe8f4 100644 --- a/src/modules/Elsa.Workflows.Core/Attributes/ActivityAttribute.cs +++ b/src/modules/Elsa.Workflows.Core/Attributes/ActivityAttribute.cs @@ -1,5 +1,3 @@ -using Elsa.Workflows.Core.Models; - namespace Elsa.Workflows.Core.Attributes; [AttributeUsage(AttributeTargets.Class)] diff --git a/src/modules/Elsa.Workflows.Core/Behaviors/AutoCompleteBehavior.cs b/src/modules/Elsa.Workflows.Core/Behaviors/AutoCompleteBehavior.cs index cf6cd5a14..c76aa7d70 100644 --- a/src/modules/Elsa.Workflows.Core/Behaviors/AutoCompleteBehavior.cs +++ b/src/modules/Elsa.Workflows.Core/Behaviors/AutoCompleteBehavior.cs @@ -1,6 +1,5 @@ using Elsa.Extensions; using Elsa.Workflows.Core.Contracts; -using Elsa.Workflows.Core.Models; namespace Elsa.Workflows.Core.Behaviors; diff --git a/src/modules/Elsa.Workflows.Core/Behaviors/BreakBehavior.cs b/src/modules/Elsa.Workflows.Core/Behaviors/BreakBehavior.cs index 046ea333f..6940fb95b 100644 --- a/src/modules/Elsa.Workflows.Core/Behaviors/BreakBehavior.cs +++ b/src/modules/Elsa.Workflows.Core/Behaviors/BreakBehavior.cs @@ -1,6 +1,5 @@ using Elsa.Extensions; using Elsa.Workflows.Core.Contracts; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Core.Signals; namespace Elsa.Workflows.Core.Behaviors; diff --git a/src/modules/Elsa.Workflows.Core/Behaviors/ScheduledChildCallbackBehavior.cs b/src/modules/Elsa.Workflows.Core/Behaviors/ScheduledChildCallbackBehavior.cs index 9581136b3..1c939b7ae 100644 --- a/src/modules/Elsa.Workflows.Core/Behaviors/ScheduledChildCallbackBehavior.cs +++ b/src/modules/Elsa.Workflows.Core/Behaviors/ScheduledChildCallbackBehavior.cs @@ -1,6 +1,5 @@ using Elsa.Extensions; using Elsa.Workflows.Core.Contracts; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Core.Signals; namespace Elsa.Workflows.Core.Behaviors; diff --git a/src/modules/Elsa.Workflows.Core/Contexts/WorkflowIndexingContext.cs b/src/modules/Elsa.Workflows.Core/Contexts/WorkflowIndexingContext.cs index 56e4c1e90..102724971 100644 --- a/src/modules/Elsa.Workflows.Core/Contexts/WorkflowIndexingContext.cs +++ b/src/modules/Elsa.Workflows.Core/Contexts/WorkflowIndexingContext.cs @@ -1,6 +1,6 @@ using Elsa.Expressions.Models; +using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.Contracts; -using Elsa.Workflows.Core.Models; namespace Elsa.Workflows.Core; diff --git a/src/modules/Elsa.Workflows.Core/Contracts/IActivity.cs b/src/modules/Elsa.Workflows.Core/Contracts/IActivity.cs index 8f45554e8..e216fdc44 100644 --- a/src/modules/Elsa.Workflows.Core/Contracts/IActivity.cs +++ b/src/modules/Elsa.Workflows.Core/Contracts/IActivity.cs @@ -1,5 +1,4 @@ using System.Text.Json.Serialization; -using Elsa.Workflows.Core.Models; namespace Elsa.Workflows.Core.Contracts; diff --git a/src/modules/Elsa.Workflows.Core/Contracts/IActivityExecutionMiddleware.cs b/src/modules/Elsa.Workflows.Core/Contracts/IActivityExecutionMiddleware.cs index 5ac396918..82b98c791 100644 --- a/src/modules/Elsa.Workflows.Core/Contracts/IActivityExecutionMiddleware.cs +++ b/src/modules/Elsa.Workflows.Core/Contracts/IActivityExecutionMiddleware.cs @@ -1,5 +1,3 @@ -using Elsa.Workflows.Core.Models; - namespace Elsa.Workflows.Core.Contracts; public interface IActivityExecutionMiddleware diff --git a/src/modules/Elsa.Workflows.Core/Contracts/IActivityExecutionPipeline.cs b/src/modules/Elsa.Workflows.Core/Contracts/IActivityExecutionPipeline.cs index ba8080a9e..46978f591 100644 --- a/src/modules/Elsa.Workflows.Core/Contracts/IActivityExecutionPipeline.cs +++ b/src/modules/Elsa.Workflows.Core/Contracts/IActivityExecutionPipeline.cs @@ -1,4 +1,3 @@ -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Core.Pipelines.ActivityExecution; namespace Elsa.Workflows.Core.Contracts; diff --git a/src/modules/Elsa.Workflows.Core/Contracts/IActivityInvoker.cs b/src/modules/Elsa.Workflows.Core/Contracts/IActivityInvoker.cs index e96fda1d8..5beff8f55 100644 --- a/src/modules/Elsa.Workflows.Core/Contracts/IActivityInvoker.cs +++ b/src/modules/Elsa.Workflows.Core/Contracts/IActivityInvoker.cs @@ -1,5 +1,3 @@ -using Elsa.Workflows.Core.Models; - namespace Elsa.Workflows.Core.Contracts; public interface IActivityInvoker diff --git a/src/modules/Elsa.Workflows.Core/Contracts/IBehavior.cs b/src/modules/Elsa.Workflows.Core/Contracts/IBehavior.cs index 70842014c..626bdbee2 100644 --- a/src/modules/Elsa.Workflows.Core/Contracts/IBehavior.cs +++ b/src/modules/Elsa.Workflows.Core/Contracts/IBehavior.cs @@ -1,5 +1,3 @@ -using Elsa.Workflows.Core.Models; - namespace Elsa.Workflows.Core.Contracts; public interface IBehavior : ISignalHandler diff --git a/src/modules/Elsa.Workflows.Core/Contracts/IExecutionContext.cs b/src/modules/Elsa.Workflows.Core/Contracts/IExecutionContext.cs index 35ff9457c..2566a9d13 100644 --- a/src/modules/Elsa.Workflows.Core/Contracts/IExecutionContext.cs +++ b/src/modules/Elsa.Workflows.Core/Contracts/IExecutionContext.cs @@ -1,6 +1,5 @@ using Elsa.Expressions.Models; using Elsa.Workflows.Core.Memory; -using Elsa.Workflows.Core.Models; namespace Elsa.Workflows.Core.Contracts; diff --git a/src/modules/Elsa.Workflows.Core/Contracts/IIdentityGraphService.cs b/src/modules/Elsa.Workflows.Core/Contracts/IIdentityGraphService.cs index 07b0b9d30..34d189404 100644 --- a/src/modules/Elsa.Workflows.Core/Contracts/IIdentityGraphService.cs +++ b/src/modules/Elsa.Workflows.Core/Contracts/IIdentityGraphService.cs @@ -1,3 +1,4 @@ +using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.Models; namespace Elsa.Workflows.Core.Contracts; diff --git a/src/modules/Elsa.Workflows.Core/Contracts/ISignalHandler.cs b/src/modules/Elsa.Workflows.Core/Contracts/ISignalHandler.cs index 07a6132e6..5746eda1b 100644 --- a/src/modules/Elsa.Workflows.Core/Contracts/ISignalHandler.cs +++ b/src/modules/Elsa.Workflows.Core/Contracts/ISignalHandler.cs @@ -1,5 +1,3 @@ -using Elsa.Workflows.Core.Models; - namespace Elsa.Workflows.Core.Contracts; public interface ISignalHandler diff --git a/src/modules/Elsa.Workflows.Core/Contracts/ITrigger.cs b/src/modules/Elsa.Workflows.Core/Contracts/ITrigger.cs index 5694e0ab2..a683b7bd2 100644 --- a/src/modules/Elsa.Workflows.Core/Contracts/ITrigger.cs +++ b/src/modules/Elsa.Workflows.Core/Contracts/ITrigger.cs @@ -1,5 +1,3 @@ -using Elsa.Workflows.Core.Models; - namespace Elsa.Workflows.Core.Contracts; /// diff --git a/src/modules/Elsa.Workflows.Core/Contracts/IVariableContainer.cs b/src/modules/Elsa.Workflows.Core/Contracts/IVariableContainer.cs index d487ae10b..6462f6323 100644 --- a/src/modules/Elsa.Workflows.Core/Contracts/IVariableContainer.cs +++ b/src/modules/Elsa.Workflows.Core/Contracts/IVariableContainer.cs @@ -1,5 +1,4 @@ using Elsa.Workflows.Core.Memory; -using Elsa.Workflows.Core.Models; namespace Elsa.Workflows.Core.Contracts; diff --git a/src/modules/Elsa.Workflows.Core/Contracts/IVariablePersistenceManager.cs b/src/modules/Elsa.Workflows.Core/Contracts/IVariablePersistenceManager.cs index 7a3c1a1db..cff5dc30e 100644 --- a/src/modules/Elsa.Workflows.Core/Contracts/IVariablePersistenceManager.cs +++ b/src/modules/Elsa.Workflows.Core/Contracts/IVariablePersistenceManager.cs @@ -1,5 +1,3 @@ -using Elsa.Workflows.Core.Models; - namespace Elsa.Workflows.Core.Contracts; /// diff --git a/src/modules/Elsa.Workflows.Core/Contracts/IWorkflowActivationStrategy.cs b/src/modules/Elsa.Workflows.Core/Contracts/IWorkflowActivationStrategy.cs index e1ab434f6..5f7e6b24e 100644 --- a/src/modules/Elsa.Workflows.Core/Contracts/IWorkflowActivationStrategy.cs +++ b/src/modules/Elsa.Workflows.Core/Contracts/IWorkflowActivationStrategy.cs @@ -1,4 +1,4 @@ -using Elsa.Workflows.Core.Models; +using Elsa.Workflows.Core.Activities; namespace Elsa.Workflows.Core.Contracts; diff --git a/src/modules/Elsa.Workflows.Core/Contracts/IWorkflowBuilder.cs b/src/modules/Elsa.Workflows.Core/Contracts/IWorkflowBuilder.cs index 4d0895311..69372a45f 100644 --- a/src/modules/Elsa.Workflows.Core/Contracts/IWorkflowBuilder.cs +++ b/src/modules/Elsa.Workflows.Core/Contracts/IWorkflowBuilder.cs @@ -1,3 +1,4 @@ +using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.Memory; using Elsa.Workflows.Core.Models; diff --git a/src/modules/Elsa.Workflows.Core/Contracts/IWorkflowExecutionContextFactory.cs b/src/modules/Elsa.Workflows.Core/Contracts/IWorkflowExecutionContextFactory.cs index 7ed3c13c9..a495657d1 100644 --- a/src/modules/Elsa.Workflows.Core/Contracts/IWorkflowExecutionContextFactory.cs +++ b/src/modules/Elsa.Workflows.Core/Contracts/IWorkflowExecutionContextFactory.cs @@ -1,4 +1,4 @@ -using Elsa.Workflows.Core.Models; +using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.Services; using Elsa.Workflows.Core.State; diff --git a/src/modules/Elsa.Workflows.Core/Contracts/IWorkflowExecutionContextMapper.cs b/src/modules/Elsa.Workflows.Core/Contracts/IWorkflowExecutionContextMapper.cs index c293af4e5..a24c9e725 100644 --- a/src/modules/Elsa.Workflows.Core/Contracts/IWorkflowExecutionContextMapper.cs +++ b/src/modules/Elsa.Workflows.Core/Contracts/IWorkflowExecutionContextMapper.cs @@ -1,4 +1,3 @@ -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Core.State; namespace Elsa.Workflows.Core.Contracts; diff --git a/src/modules/Elsa.Workflows.Core/Contracts/IWorkflowExecutionMiddleware.cs b/src/modules/Elsa.Workflows.Core/Contracts/IWorkflowExecutionMiddleware.cs index ace531a56..f4bd760e1 100644 --- a/src/modules/Elsa.Workflows.Core/Contracts/IWorkflowExecutionMiddleware.cs +++ b/src/modules/Elsa.Workflows.Core/Contracts/IWorkflowExecutionMiddleware.cs @@ -1,5 +1,3 @@ -using Elsa.Workflows.Core.Models; - namespace Elsa.Workflows.Core.Contracts; public interface IWorkflowExecutionMiddleware diff --git a/src/modules/Elsa.Workflows.Core/Contracts/IWorkflowExecutionPipeline.cs b/src/modules/Elsa.Workflows.Core/Contracts/IWorkflowExecutionPipeline.cs index 2a724341d..18231e8ed 100644 --- a/src/modules/Elsa.Workflows.Core/Contracts/IWorkflowExecutionPipeline.cs +++ b/src/modules/Elsa.Workflows.Core/Contracts/IWorkflowExecutionPipeline.cs @@ -1,4 +1,3 @@ -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Core.Pipelines.WorkflowExecution; namespace Elsa.Workflows.Core.Contracts; diff --git a/src/modules/Elsa.Workflows.Core/Contracts/IWorkflowRunner.cs b/src/modules/Elsa.Workflows.Core/Contracts/IWorkflowRunner.cs index 9af726298..c087b96c4 100644 --- a/src/modules/Elsa.Workflows.Core/Contracts/IWorkflowRunner.cs +++ b/src/modules/Elsa.Workflows.Core/Contracts/IWorkflowRunner.cs @@ -1,4 +1,5 @@ using Elsa.Workflows.Core.Abstractions; +using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.Models; using Elsa.Workflows.Core.State; diff --git a/src/modules/Elsa.Workflows.Core/Expressions/VariableExpression.cs b/src/modules/Elsa.Workflows.Core/Expressions/VariableExpression.cs index c4d44a4da..95094219f 100644 --- a/src/modules/Elsa.Workflows.Core/Expressions/VariableExpression.cs +++ b/src/modules/Elsa.Workflows.Core/Expressions/VariableExpression.cs @@ -1,7 +1,6 @@ using Elsa.Expressions.Contracts; using Elsa.Expressions.Models; using Elsa.Workflows.Core.Memory; -using Elsa.Workflows.Core.Models; namespace Elsa.Workflows.Core.Expressions; diff --git a/src/modules/Elsa.Workflows.Core/Extensions/ExpressionExecutionContextExtensions.cs b/src/modules/Elsa.Workflows.Core/Extensions/ExpressionExecutionContextExtensions.cs index 10e0608d8..4f7c63134 100644 --- a/src/modules/Elsa.Workflows.Core/Extensions/ExpressionExecutionContextExtensions.cs +++ b/src/modules/Elsa.Workflows.Core/Extensions/ExpressionExecutionContextExtensions.cs @@ -1,6 +1,7 @@ using Elsa.Expressions.Helpers; using Elsa.Expressions.Models; using Elsa.Workflows.Core; +using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.Memory; using Elsa.Workflows.Core.Models; diff --git a/src/modules/Elsa.Workflows.Core/Extensions/MemoryBlockReferenceExtensions.cs b/src/modules/Elsa.Workflows.Core/Extensions/MemoryBlockReferenceExtensions.cs index ed57d9f85..22d093f8c 100644 --- a/src/modules/Elsa.Workflows.Core/Extensions/MemoryBlockReferenceExtensions.cs +++ b/src/modules/Elsa.Workflows.Core/Extensions/MemoryBlockReferenceExtensions.cs @@ -1,7 +1,6 @@ using Elsa.Expressions.Helpers; using Elsa.Expressions.Models; using Elsa.Workflows.Core; -using Elsa.Workflows.Core.Models; // ReSharper disable once CheckNamespace namespace Elsa.Extensions; diff --git a/src/modules/Elsa.Workflows.Core/Extensions/TriggerExtensions.cs b/src/modules/Elsa.Workflows.Core/Extensions/TriggerExtensions.cs index acd2c4f45..ae421f2a3 100644 --- a/src/modules/Elsa.Workflows.Core/Extensions/TriggerExtensions.cs +++ b/src/modules/Elsa.Workflows.Core/Extensions/TriggerExtensions.cs @@ -1,7 +1,6 @@ using Elsa.Workflows.Core; using Elsa.Workflows.Core.Contracts; using Elsa.Workflows.Core.Helpers; -using Elsa.Workflows.Core.Models; // ReSharper disable once CheckNamespace namespace Elsa.Extensions; diff --git a/src/modules/Elsa.Workflows.Core/Extensions/VariableCollectionExtensions.cs b/src/modules/Elsa.Workflows.Core/Extensions/VariableCollectionExtensions.cs index b6559a5d1..cf131382d 100644 --- a/src/modules/Elsa.Workflows.Core/Extensions/VariableCollectionExtensions.cs +++ b/src/modules/Elsa.Workflows.Core/Extensions/VariableCollectionExtensions.cs @@ -1,5 +1,4 @@ using Elsa.Workflows.Core.Memory; -using Elsa.Workflows.Core.Models; // ReSharper disable once CheckNamespace namespace Elsa.Extensions; diff --git a/src/modules/Elsa.Workflows.Core/Extensions/VariableExtensions.cs b/src/modules/Elsa.Workflows.Core/Extensions/VariableExtensions.cs index c18ca9d18..5610884b4 100644 --- a/src/modules/Elsa.Workflows.Core/Extensions/VariableExtensions.cs +++ b/src/modules/Elsa.Workflows.Core/Extensions/VariableExtensions.cs @@ -2,7 +2,6 @@ using System.Text.Json; using Elsa.Expressions.Helpers; using Elsa.Workflows.Core.Contracts; using Elsa.Workflows.Core.Memory; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Core.Serialization.Converters; using Elsa.Workflows.Core.Services; diff --git a/src/modules/Elsa.Workflows.Core/Extensions/WorkflowDefinitionBuilderExtensions.cs b/src/modules/Elsa.Workflows.Core/Extensions/WorkflowDefinitionBuilderExtensions.cs index 4f0eda867..c1615a048 100644 --- a/src/modules/Elsa.Workflows.Core/Extensions/WorkflowDefinitionBuilderExtensions.cs +++ b/src/modules/Elsa.Workflows.Core/Extensions/WorkflowDefinitionBuilderExtensions.cs @@ -1,5 +1,5 @@ +using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.Contracts; -using Elsa.Workflows.Core.Models; // ReSharper disable once CheckNamespace namespace Elsa.Extensions; diff --git a/src/modules/Elsa.Workflows.Core/Extensions/WorkflowExtensions.cs b/src/modules/Elsa.Workflows.Core/Extensions/WorkflowExtensions.cs index 97c14c454..fd760e2e9 100644 --- a/src/modules/Elsa.Workflows.Core/Extensions/WorkflowExtensions.cs +++ b/src/modules/Elsa.Workflows.Core/Extensions/WorkflowExtensions.cs @@ -1,4 +1,4 @@ -using Elsa.Workflows.Core.Models; +using Elsa.Workflows.Core.Activities; // ReSharper disable once CheckNamespace namespace Elsa.Extensions; diff --git a/src/modules/Elsa.Workflows.Core/Middleware/Activities/LoggingMiddleware.cs b/src/modules/Elsa.Workflows.Core/Middleware/Activities/LoggingMiddleware.cs index aa66aec7f..4db581267 100644 --- a/src/modules/Elsa.Workflows.Core/Middleware/Activities/LoggingMiddleware.cs +++ b/src/modules/Elsa.Workflows.Core/Middleware/Activities/LoggingMiddleware.cs @@ -1,6 +1,5 @@ using System.Diagnostics; using Elsa.Workflows.Core.Contracts; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Core.Pipelines.ActivityExecution; using Microsoft.Extensions.Logging; diff --git a/src/modules/Elsa.Workflows.Core/Middleware/Activities/NotificationPublishingMiddleware.cs b/src/modules/Elsa.Workflows.Core/Middleware/Activities/NotificationPublishingMiddleware.cs index dc5c3ca28..679fadaf7 100644 --- a/src/modules/Elsa.Workflows.Core/Middleware/Activities/NotificationPublishingMiddleware.cs +++ b/src/modules/Elsa.Workflows.Core/Middleware/Activities/NotificationPublishingMiddleware.cs @@ -1,6 +1,5 @@ using Elsa.Mediator.Contracts; using Elsa.Workflows.Core.Contracts; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Core.Notifications; using Elsa.Workflows.Core.Pipelines.ActivityExecution; diff --git a/src/modules/Elsa.Workflows.Core/Middleware/Workflows/DefaultActivitySchedulerMiddleware.cs b/src/modules/Elsa.Workflows.Core/Middleware/Workflows/DefaultWorkSchedulerMiddleware.cs similarity index 70% rename from src/modules/Elsa.Workflows.Core/Middleware/Workflows/DefaultActivitySchedulerMiddleware.cs rename to src/modules/Elsa.Workflows.Core/Middleware/Workflows/DefaultWorkSchedulerMiddleware.cs index 9745801b0..5da1106da 100644 --- a/src/modules/Elsa.Workflows.Core/Middleware/Workflows/DefaultActivitySchedulerMiddleware.cs +++ b/src/modules/Elsa.Workflows.Core/Middleware/Workflows/DefaultWorkSchedulerMiddleware.cs @@ -1,28 +1,27 @@ using Elsa.Extensions; using Elsa.Workflows.Core.Contracts; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Core.Pipelines.WorkflowExecution; namespace Elsa.Workflows.Core.Middleware.Workflows; /// -/// Installs middleware that executes scheduled activities. +/// Installs middleware that executes scheduled work items. /// public static class UseActivitySchedulerMiddlewareExtensions { /// - /// Installs middleware that executes scheduled activities. + /// Installs middleware that executes scheduled work items. /// - public static IWorkflowExecutionPipelineBuilder UseDefaultActivityScheduler(this IWorkflowExecutionPipelineBuilder pipelineBuilder) => pipelineBuilder.UseMiddleware(); + public static IWorkflowExecutionPipelineBuilder UseDefaultActivityScheduler(this IWorkflowExecutionPipelineBuilder pipelineBuilder) => pipelineBuilder.UseMiddleware(); } /// -/// A workflow execution middleware component that executes scheduled activities. +/// A workflow execution middleware component that executes scheduled work items. /// -public class DefaultActivitySchedulerMiddleware : WorkflowExecutionMiddleware +public class DefaultWorkSchedulerMiddleware : WorkflowExecutionMiddleware { /// - public DefaultActivitySchedulerMiddleware(WorkflowMiddlewareDelegate next) : base(next) + public DefaultWorkSchedulerMiddleware(WorkflowMiddlewareDelegate next) : base(next) { } @@ -30,11 +29,11 @@ public class DefaultActivitySchedulerMiddleware : WorkflowExecutionMiddleware public override async ValueTask InvokeAsync(WorkflowExecutionContext context) { var scheduler = context.Scheduler; - + // Transition into the Executing state. context.TransitionTo(WorkflowSubStatus.Executing); - // As long as there are activities scheduled, keep executing them. + // As long as there are work items scheduled, keep executing them. while (scheduler.HasAny) { // Pop next work item for execution. @@ -46,9 +45,9 @@ public class DefaultActivitySchedulerMiddleware : WorkflowExecutionMiddleware // Invoke next middleware. await Next(context); - + // If all activities are completed, complete the workflow. - if (context.Status == WorkflowStatus.Running) + if (context.Status == WorkflowStatus.Running) context.TransitionTo(context.AllActivitiesCompleted() ? WorkflowSubStatus.Finished : WorkflowSubStatus.Suspended); } } \ No newline at end of file diff --git a/src/modules/Elsa.Workflows.Core/Models/RunWorkflowResult.cs b/src/modules/Elsa.Workflows.Core/Models/RunWorkflowResult.cs index ab0be5631..41dc5a783 100644 --- a/src/modules/Elsa.Workflows.Core/Models/RunWorkflowResult.cs +++ b/src/modules/Elsa.Workflows.Core/Models/RunWorkflowResult.cs @@ -1,3 +1,4 @@ +using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.State; namespace Elsa.Workflows.Core.Models; diff --git a/src/modules/Elsa.Workflows.Core/Notifications/ActivityCancelled.cs b/src/modules/Elsa.Workflows.Core/Notifications/ActivityCancelled.cs index 0bec4f928..b9c052bcd 100644 --- a/src/modules/Elsa.Workflows.Core/Notifications/ActivityCancelled.cs +++ b/src/modules/Elsa.Workflows.Core/Notifications/ActivityCancelled.cs @@ -1,5 +1,4 @@ using Elsa.Mediator.Contracts; -using Elsa.Workflows.Core.Models; namespace Elsa.Workflows.Core.Notifications; diff --git a/src/modules/Elsa.Workflows.Core/Notifications/ActivityExecuted.cs b/src/modules/Elsa.Workflows.Core/Notifications/ActivityExecuted.cs index f1408957a..2aabc1f4f 100644 --- a/src/modules/Elsa.Workflows.Core/Notifications/ActivityExecuted.cs +++ b/src/modules/Elsa.Workflows.Core/Notifications/ActivityExecuted.cs @@ -1,5 +1,4 @@ using Elsa.Mediator.Contracts; -using Elsa.Workflows.Core.Models; namespace Elsa.Workflows.Core.Notifications; diff --git a/src/modules/Elsa.Workflows.Core/Notifications/ActivityExecuting.cs b/src/modules/Elsa.Workflows.Core/Notifications/ActivityExecuting.cs index 13a540889..38b93665e 100644 --- a/src/modules/Elsa.Workflows.Core/Notifications/ActivityExecuting.cs +++ b/src/modules/Elsa.Workflows.Core/Notifications/ActivityExecuting.cs @@ -1,5 +1,4 @@ using Elsa.Mediator.Contracts; -using Elsa.Workflows.Core.Models; namespace Elsa.Workflows.Core.Notifications; diff --git a/src/modules/Elsa.Workflows.Core/Notifications/WorkflowExecuted.cs b/src/modules/Elsa.Workflows.Core/Notifications/WorkflowExecuted.cs index 016a6784a..57d75f4f3 100644 --- a/src/modules/Elsa.Workflows.Core/Notifications/WorkflowExecuted.cs +++ b/src/modules/Elsa.Workflows.Core/Notifications/WorkflowExecuted.cs @@ -1,5 +1,5 @@ using Elsa.Mediator.Contracts; -using Elsa.Workflows.Core.Models; +using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.State; namespace Elsa.Workflows.Core.Notifications; diff --git a/src/modules/Elsa.Workflows.Core/Notifications/WorkflowExecuting.cs b/src/modules/Elsa.Workflows.Core/Notifications/WorkflowExecuting.cs index ae3168508..a30143857 100644 --- a/src/modules/Elsa.Workflows.Core/Notifications/WorkflowExecuting.cs +++ b/src/modules/Elsa.Workflows.Core/Notifications/WorkflowExecuting.cs @@ -1,5 +1,5 @@ using Elsa.Mediator.Contracts; -using Elsa.Workflows.Core.Models; +using Elsa.Workflows.Core.Activities; namespace Elsa.Workflows.Core.Notifications; diff --git a/src/modules/Elsa.Workflows.Core/Pipelines/ActivityExecution/ActivityExecutionPipeline.cs b/src/modules/Elsa.Workflows.Core/Pipelines/ActivityExecution/ActivityExecutionPipeline.cs index 18ca357fb..8ab582b36 100644 --- a/src/modules/Elsa.Workflows.Core/Pipelines/ActivityExecution/ActivityExecutionPipeline.cs +++ b/src/modules/Elsa.Workflows.Core/Pipelines/ActivityExecution/ActivityExecutionPipeline.cs @@ -1,6 +1,5 @@ using Elsa.Workflows.Core.Contracts; using Elsa.Workflows.Core.Middleware.Activities; -using Elsa.Workflows.Core.Models; namespace Elsa.Workflows.Core.Pipelines.ActivityExecution; diff --git a/src/modules/Elsa.Workflows.Core/Pipelines/ActivityExecution/ActivityMiddlewareDelegate.cs b/src/modules/Elsa.Workflows.Core/Pipelines/ActivityExecution/ActivityMiddlewareDelegate.cs index 7a75b1d6d..3cde6367e 100644 --- a/src/modules/Elsa.Workflows.Core/Pipelines/ActivityExecution/ActivityMiddlewareDelegate.cs +++ b/src/modules/Elsa.Workflows.Core/Pipelines/ActivityExecution/ActivityMiddlewareDelegate.cs @@ -1,5 +1,3 @@ -using Elsa.Workflows.Core.Models; - namespace Elsa.Workflows.Core.Pipelines.ActivityExecution; public delegate ValueTask ActivityMiddlewareDelegate(ActivityExecutionContext context); \ No newline at end of file diff --git a/src/modules/Elsa.Workflows.Core/Pipelines/WorkflowExecution/WorkflowExecutionMiddleware.cs b/src/modules/Elsa.Workflows.Core/Pipelines/WorkflowExecution/WorkflowExecutionMiddleware.cs index e322d4dfe..73b856679 100644 --- a/src/modules/Elsa.Workflows.Core/Pipelines/WorkflowExecution/WorkflowExecutionMiddleware.cs +++ b/src/modules/Elsa.Workflows.Core/Pipelines/WorkflowExecution/WorkflowExecutionMiddleware.cs @@ -1,5 +1,4 @@ using Elsa.Workflows.Core.Contracts; -using Elsa.Workflows.Core.Models; namespace Elsa.Workflows.Core.Pipelines.WorkflowExecution; diff --git a/src/modules/Elsa.Workflows.Core/Pipelines/WorkflowExecution/WorkflowExecutionPipeline.cs b/src/modules/Elsa.Workflows.Core/Pipelines/WorkflowExecution/WorkflowExecutionPipeline.cs index 6bf613650..b4cdce239 100644 --- a/src/modules/Elsa.Workflows.Core/Pipelines/WorkflowExecution/WorkflowExecutionPipeline.cs +++ b/src/modules/Elsa.Workflows.Core/Pipelines/WorkflowExecution/WorkflowExecutionPipeline.cs @@ -1,6 +1,5 @@ using Elsa.Workflows.Core.Contracts; using Elsa.Workflows.Core.Middleware.Workflows; -using Elsa.Workflows.Core.Models; namespace Elsa.Workflows.Core.Pipelines.WorkflowExecution; diff --git a/src/modules/Elsa.Workflows.Core/Pipelines/WorkflowExecution/WorkflowMiddlewareDelegate.cs b/src/modules/Elsa.Workflows.Core/Pipelines/WorkflowExecution/WorkflowMiddlewareDelegate.cs index f1a8b42cd..393e03253 100644 --- a/src/modules/Elsa.Workflows.Core/Pipelines/WorkflowExecution/WorkflowMiddlewareDelegate.cs +++ b/src/modules/Elsa.Workflows.Core/Pipelines/WorkflowExecution/WorkflowMiddlewareDelegate.cs @@ -1,5 +1,3 @@ -using Elsa.Workflows.Core.Models; - namespace Elsa.Workflows.Core.Pipelines.WorkflowExecution; public delegate ValueTask WorkflowMiddlewareDelegate(WorkflowExecutionContext context); \ No newline at end of file diff --git a/src/modules/Elsa.Workflows.Core/Serialization/Converters/VariableConverterFactory.cs b/src/modules/Elsa.Workflows.Core/Serialization/Converters/VariableConverterFactory.cs index e0a21b969..1ffd604e9 100644 --- a/src/modules/Elsa.Workflows.Core/Serialization/Converters/VariableConverterFactory.cs +++ b/src/modules/Elsa.Workflows.Core/Serialization/Converters/VariableConverterFactory.cs @@ -2,7 +2,6 @@ using System.Text.Json; using System.Text.Json.Serialization; using Elsa.Expressions.Contracts; using Elsa.Workflows.Core.Memory; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Core.Services; using Microsoft.Extensions.Logging; diff --git a/src/modules/Elsa.Workflows.Core/Services/ActivityInvoker.cs b/src/modules/Elsa.Workflows.Core/Services/ActivityInvoker.cs index d56157d51..d796cb51a 100644 --- a/src/modules/Elsa.Workflows.Core/Services/ActivityInvoker.cs +++ b/src/modules/Elsa.Workflows.Core/Services/ActivityInvoker.cs @@ -1,5 +1,4 @@ using Elsa.Workflows.Core.Contracts; -using Elsa.Workflows.Core.Models; namespace Elsa.Workflows.Core.Services; diff --git a/src/modules/Elsa.Workflows.Core/Services/DefaultWorkflowExecutionContextFactory.cs b/src/modules/Elsa.Workflows.Core/Services/DefaultWorkflowExecutionContextFactory.cs index 6735f892d..eb8f615ee 100644 --- a/src/modules/Elsa.Workflows.Core/Services/DefaultWorkflowExecutionContextFactory.cs +++ b/src/modules/Elsa.Workflows.Core/Services/DefaultWorkflowExecutionContextFactory.cs @@ -1,6 +1,6 @@ using Elsa.Extensions; +using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.Contracts; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Core.State; namespace Elsa.Workflows.Core.Services; diff --git a/src/modules/Elsa.Workflows.Core/Services/Delegates.cs b/src/modules/Elsa.Workflows.Core/Services/Delegates.cs index 459eff965..3cf01898e 100644 --- a/src/modules/Elsa.Workflows.Core/Services/Delegates.cs +++ b/src/modules/Elsa.Workflows.Core/Services/Delegates.cs @@ -1,5 +1,3 @@ -using Elsa.Workflows.Core.Models; - namespace Elsa.Workflows.Core.Services; public delegate ValueTask ExecuteActivityDelegate(ActivityExecutionContext context); diff --git a/src/modules/Elsa.Workflows.Core/Services/IdentityGraphService.cs b/src/modules/Elsa.Workflows.Core/Services/IdentityGraphService.cs index 26e3d1f53..1b5d8584f 100644 --- a/src/modules/Elsa.Workflows.Core/Services/IdentityGraphService.cs +++ b/src/modules/Elsa.Workflows.Core/Services/IdentityGraphService.cs @@ -1,4 +1,5 @@ using Elsa.Extensions; +using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.Contracts; using Elsa.Workflows.Core.Models; diff --git a/src/modules/Elsa.Workflows.Core/Services/VariablePersistenceManager.cs b/src/modules/Elsa.Workflows.Core/Services/VariablePersistenceManager.cs index c69a5dca6..64a9ee9cc 100644 --- a/src/modules/Elsa.Workflows.Core/Services/VariablePersistenceManager.cs +++ b/src/modules/Elsa.Workflows.Core/Services/VariablePersistenceManager.cs @@ -2,7 +2,6 @@ using Elsa.Expressions.Models; using Elsa.Extensions; using Elsa.Workflows.Core.Contracts; using Elsa.Workflows.Core.Memory; -using Elsa.Workflows.Core.Models; namespace Elsa.Workflows.Core.Services; diff --git a/src/modules/Elsa.Workflows.Core/Services/WorkflowRunner.cs b/src/modules/Elsa.Workflows.Core/Services/WorkflowRunner.cs index deaf4cb97..bbf81eef2 100644 --- a/src/modules/Elsa.Workflows.Core/Services/WorkflowRunner.cs +++ b/src/modules/Elsa.Workflows.Core/Services/WorkflowRunner.cs @@ -1,6 +1,7 @@ using Elsa.Extensions; using Elsa.Mediator.Contracts; using Elsa.Workflows.Core.Abstractions; +using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.Contracts; using Elsa.Workflows.Core.Models; using Elsa.Workflows.Core.Notifications; diff --git a/src/modules/Elsa.Workflows.Management/Contracts/IWorkflowDefinitionService.cs b/src/modules/Elsa.Workflows.Management/Contracts/IWorkflowDefinitionService.cs index 69ea89587..9c5bdc30c 100644 --- a/src/modules/Elsa.Workflows.Management/Contracts/IWorkflowDefinitionService.cs +++ b/src/modules/Elsa.Workflows.Management/Contracts/IWorkflowDefinitionService.cs @@ -1,5 +1,5 @@ using Elsa.Common.Models; -using Elsa.Workflows.Core.Models; +using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Management.Entities; namespace Elsa.Workflows.Management.Contracts; diff --git a/src/modules/Elsa.Workflows.Management/Contracts/IWorkflowMaterializer.cs b/src/modules/Elsa.Workflows.Management/Contracts/IWorkflowMaterializer.cs index 4bae952d1..aac7a3ea3 100644 --- a/src/modules/Elsa.Workflows.Management/Contracts/IWorkflowMaterializer.cs +++ b/src/modules/Elsa.Workflows.Management/Contracts/IWorkflowMaterializer.cs @@ -1,4 +1,4 @@ -using Elsa.Workflows.Core.Models; +using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Management.Entities; namespace Elsa.Workflows.Management.Contracts; diff --git a/src/modules/Elsa.Workflows.Management/Entities/WorkflowInstance.cs b/src/modules/Elsa.Workflows.Management/Entities/WorkflowInstance.cs index b82d33fdd..d0c92aba6 100644 --- a/src/modules/Elsa.Workflows.Management/Entities/WorkflowInstance.cs +++ b/src/modules/Elsa.Workflows.Management/Entities/WorkflowInstance.cs @@ -1,6 +1,5 @@ using Elsa.Common.Entities; using Elsa.Workflows.Core; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Core.State; namespace Elsa.Workflows.Management.Entities; diff --git a/src/modules/Elsa.Workflows.Management/Extensions/WorkflowExtensions.cs b/src/modules/Elsa.Workflows.Management/Extensions/WorkflowExtensions.cs index 514761a20..ec4b8a73b 100644 --- a/src/modules/Elsa.Workflows.Management/Extensions/WorkflowExtensions.cs +++ b/src/modules/Elsa.Workflows.Management/Extensions/WorkflowExtensions.cs @@ -1,5 +1,5 @@ using Elsa.Common.Models; -using Elsa.Workflows.Core.Models; +using Elsa.Workflows.Core.Activities; using JetBrains.Annotations; // ReSharper disable once CheckNamespace diff --git a/src/modules/Elsa.Workflows.Management/Filters/WorkflowInstanceFilter.cs b/src/modules/Elsa.Workflows.Management/Filters/WorkflowInstanceFilter.cs index ac59c1e82..a2efa2303 100644 --- a/src/modules/Elsa.Workflows.Management/Filters/WorkflowInstanceFilter.cs +++ b/src/modules/Elsa.Workflows.Management/Filters/WorkflowInstanceFilter.cs @@ -1,5 +1,4 @@ using Elsa.Workflows.Core; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Management.Entities; namespace Elsa.Workflows.Management.Filters; diff --git a/src/modules/Elsa.Workflows.Management/Mappers/WorkflowDefinitionMapper.cs b/src/modules/Elsa.Workflows.Management/Mappers/WorkflowDefinitionMapper.cs index 3c65709a9..a7229965c 100644 --- a/src/modules/Elsa.Workflows.Management/Mappers/WorkflowDefinitionMapper.cs +++ b/src/modules/Elsa.Workflows.Management/Mappers/WorkflowDefinitionMapper.cs @@ -1,3 +1,4 @@ +using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.Contracts; using Elsa.Workflows.Core.Models; using Elsa.Workflows.Management.Contracts; diff --git a/src/modules/Elsa.Workflows.Management/Materializers/ClrWorkflowMaterializer.cs b/src/modules/Elsa.Workflows.Management/Materializers/ClrWorkflowMaterializer.cs index 05815eb6a..57a1ff4b0 100644 --- a/src/modules/Elsa.Workflows.Management/Materializers/ClrWorkflowMaterializer.cs +++ b/src/modules/Elsa.Workflows.Management/Materializers/ClrWorkflowMaterializer.cs @@ -1,5 +1,5 @@ +using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.Contracts; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Management.Contracts; using Elsa.Workflows.Management.Entities; using Microsoft.Extensions.DependencyInjection; diff --git a/src/modules/Elsa.Workflows.Management/Materializers/JsonWorkflowMaterializer.cs b/src/modules/Elsa.Workflows.Management/Materializers/JsonWorkflowMaterializer.cs index 27dd276bb..fe4610c2d 100644 --- a/src/modules/Elsa.Workflows.Management/Materializers/JsonWorkflowMaterializer.cs +++ b/src/modules/Elsa.Workflows.Management/Materializers/JsonWorkflowMaterializer.cs @@ -1,4 +1,4 @@ -using Elsa.Workflows.Core.Models; +using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Management.Contracts; using Elsa.Workflows.Management.Entities; using Elsa.Workflows.Management.Mappers; diff --git a/src/modules/Elsa.Workflows.Management/Models/WorkflowInstanceSummary.cs b/src/modules/Elsa.Workflows.Management/Models/WorkflowInstanceSummary.cs index 050804e10..7d8a19054 100644 --- a/src/modules/Elsa.Workflows.Management/Models/WorkflowInstanceSummary.cs +++ b/src/modules/Elsa.Workflows.Management/Models/WorkflowInstanceSummary.cs @@ -1,5 +1,4 @@ using Elsa.Workflows.Core; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Management.Entities; using JetBrains.Annotations; diff --git a/src/modules/Elsa.Workflows.Management/Providers/DefaultExpressionSyntaxProvider.cs b/src/modules/Elsa.Workflows.Management/Providers/DefaultExpressionSyntaxProvider.cs index 5e3a21941..956b0215b 100644 --- a/src/modules/Elsa.Workflows.Management/Providers/DefaultExpressionSyntaxProvider.cs +++ b/src/modules/Elsa.Workflows.Management/Providers/DefaultExpressionSyntaxProvider.cs @@ -4,7 +4,6 @@ using Elsa.Expressions.Models; using Elsa.Workflows.Core.Contracts; using Elsa.Workflows.Core.Expressions; using Elsa.Workflows.Core.Memory; -using Elsa.Workflows.Core.Models; namespace Elsa.Workflows.Management.Providers; diff --git a/src/modules/Elsa.Workflows.Management/Services/WorkflowDefinitionService.cs b/src/modules/Elsa.Workflows.Management/Services/WorkflowDefinitionService.cs index 4bd65ed63..fe398142c 100644 --- a/src/modules/Elsa.Workflows.Management/Services/WorkflowDefinitionService.cs +++ b/src/modules/Elsa.Workflows.Management/Services/WorkflowDefinitionService.cs @@ -1,7 +1,7 @@ using Elsa.Common.Models; using Elsa.Extensions; +using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.Contracts; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Management.Contracts; using Elsa.Workflows.Management.Entities; using Elsa.Workflows.Management.Filters; diff --git a/src/modules/Elsa.Workflows.Runtime/Contracts/IBookmarksPersistedHandler.cs b/src/modules/Elsa.Workflows.Runtime/Contracts/IBookmarksPersistedHandler.cs index 439a1dcf8..0c050ba5f 100644 --- a/src/modules/Elsa.Workflows.Runtime/Contracts/IBookmarksPersistedHandler.cs +++ b/src/modules/Elsa.Workflows.Runtime/Contracts/IBookmarksPersistedHandler.cs @@ -1,5 +1,4 @@ using Elsa.Workflows.Core; -using Elsa.Workflows.Core.Models; namespace Elsa.Workflows.Runtime.Contracts; diff --git a/src/modules/Elsa.Workflows.Runtime/Contracts/ITriggerIndexer.cs b/src/modules/Elsa.Workflows.Runtime/Contracts/ITriggerIndexer.cs index 05f5d314f..f7c194491 100644 --- a/src/modules/Elsa.Workflows.Runtime/Contracts/ITriggerIndexer.cs +++ b/src/modules/Elsa.Workflows.Runtime/Contracts/ITriggerIndexer.cs @@ -1,4 +1,4 @@ -using Elsa.Workflows.Core.Models; +using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Management.Entities; using Elsa.Workflows.Runtime.Models.Notifications; diff --git a/src/modules/Elsa.Workflows.Runtime/Contracts/IWorkflowHost.cs b/src/modules/Elsa.Workflows.Runtime/Contracts/IWorkflowHost.cs index f38e047d8..eb905ec4a 100644 --- a/src/modules/Elsa.Workflows.Runtime/Contracts/IWorkflowHost.cs +++ b/src/modules/Elsa.Workflows.Runtime/Contracts/IWorkflowHost.cs @@ -1,3 +1,4 @@ +using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.Helpers; using Elsa.Workflows.Core.Models; using Elsa.Workflows.Core.State; diff --git a/src/modules/Elsa.Workflows.Runtime/Contracts/IWorkflowHostFactory.cs b/src/modules/Elsa.Workflows.Runtime/Contracts/IWorkflowHostFactory.cs index ba6cc6fc0..4d1d7f049 100644 --- a/src/modules/Elsa.Workflows.Runtime/Contracts/IWorkflowHostFactory.cs +++ b/src/modules/Elsa.Workflows.Runtime/Contracts/IWorkflowHostFactory.cs @@ -1,4 +1,4 @@ -using Elsa.Workflows.Core.Models; +using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.State; namespace Elsa.Workflows.Runtime.Contracts; diff --git a/src/modules/Elsa.Workflows.Runtime/Contracts/IWorkflowInstanceFactory.cs b/src/modules/Elsa.Workflows.Runtime/Contracts/IWorkflowInstanceFactory.cs index d628ee3a3..8c989bf12 100644 --- a/src/modules/Elsa.Workflows.Runtime/Contracts/IWorkflowInstanceFactory.cs +++ b/src/modules/Elsa.Workflows.Runtime/Contracts/IWorkflowInstanceFactory.cs @@ -1,5 +1,5 @@ using Elsa.Common.Models; -using Elsa.Workflows.Core.Models; +using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Management.Entities; namespace Elsa.Workflows.Runtime.Contracts; diff --git a/src/modules/Elsa.Workflows.Runtime/Contracts/IWorkflowStateExporter.cs b/src/modules/Elsa.Workflows.Runtime/Contracts/IWorkflowStateExporter.cs index 2f095f37d..2c632d75f 100644 --- a/src/modules/Elsa.Workflows.Runtime/Contracts/IWorkflowStateExporter.cs +++ b/src/modules/Elsa.Workflows.Runtime/Contracts/IWorkflowStateExporter.cs @@ -1,4 +1,4 @@ -using Elsa.Workflows.Core.Models; +using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.State; namespace Elsa.Workflows.Runtime.Contracts; diff --git a/src/modules/Elsa.Workflows.Runtime/Handlers/ResumeDispatchWorkflowActivityHandler.cs b/src/modules/Elsa.Workflows.Runtime/Handlers/ResumeDispatchWorkflowActivityHandler.cs index 7e3d7645d..25840faee 100644 --- a/src/modules/Elsa.Workflows.Runtime/Handlers/ResumeDispatchWorkflowActivityHandler.cs +++ b/src/modules/Elsa.Workflows.Runtime/Handlers/ResumeDispatchWorkflowActivityHandler.cs @@ -1,7 +1,6 @@ using Elsa.Mediator.Contracts; using Elsa.Workflows.Core; using Elsa.Workflows.Core.Helpers; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Core.Notifications; using Elsa.Workflows.Runtime.Activities; using Elsa.Workflows.Runtime.Bookmarks; diff --git a/src/modules/Elsa.Workflows.Runtime/Middleware/Workflows/PersistBookmarkMiddleware.cs b/src/modules/Elsa.Workflows.Runtime/Middleware/Workflows/PersistBookmarkMiddleware.cs index b3bc315f7..81808283a 100644 --- a/src/modules/Elsa.Workflows.Runtime/Middleware/Workflows/PersistBookmarkMiddleware.cs +++ b/src/modules/Elsa.Workflows.Runtime/Middleware/Workflows/PersistBookmarkMiddleware.cs @@ -1,6 +1,5 @@ using Elsa.Workflows.Core; using Elsa.Workflows.Core.Helpers; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Core.Pipelines.WorkflowExecution; using Elsa.Workflows.Runtime.Contracts; using Elsa.Workflows.Runtime.Models.Notifications; diff --git a/src/modules/Elsa.Workflows.Runtime/Middleware/Workflows/PersistWorkflowExecutionLogMiddleware.cs b/src/modules/Elsa.Workflows.Runtime/Middleware/Workflows/PersistWorkflowExecutionLogMiddleware.cs index 33f7239e7..154212a79 100644 --- a/src/modules/Elsa.Workflows.Runtime/Middleware/Workflows/PersistWorkflowExecutionLogMiddleware.cs +++ b/src/modules/Elsa.Workflows.Runtime/Middleware/Workflows/PersistWorkflowExecutionLogMiddleware.cs @@ -1,6 +1,5 @@ using Elsa.Workflows.Core; using Elsa.Workflows.Core.Contracts; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Core.Pipelines.WorkflowExecution; using Elsa.Workflows.Runtime.Contracts; using Elsa.Workflows.Runtime.Entities; diff --git a/src/modules/Elsa.Workflows.Runtime/Middleware/Workflows/PersistWorkflowStateMiddleware.cs b/src/modules/Elsa.Workflows.Runtime/Middleware/Workflows/PersistWorkflowStateMiddleware.cs index 88a55e2d5..c0f57df11 100644 --- a/src/modules/Elsa.Workflows.Runtime/Middleware/Workflows/PersistWorkflowStateMiddleware.cs +++ b/src/modules/Elsa.Workflows.Runtime/Middleware/Workflows/PersistWorkflowStateMiddleware.cs @@ -1,6 +1,5 @@ using Elsa.Workflows.Core; using Elsa.Workflows.Core.Contracts; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Core.Pipelines.WorkflowExecution; using Elsa.Workflows.Runtime.Contracts; diff --git a/src/modules/Elsa.Workflows.Runtime/Middleware/Workflows/PersistentVariablesMiddleware.cs b/src/modules/Elsa.Workflows.Runtime/Middleware/Workflows/PersistentVariablesMiddleware.cs index c6acb04cf..80f0ffb66 100644 --- a/src/modules/Elsa.Workflows.Runtime/Middleware/Workflows/PersistentVariablesMiddleware.cs +++ b/src/modules/Elsa.Workflows.Runtime/Middleware/Workflows/PersistentVariablesMiddleware.cs @@ -1,6 +1,5 @@ using Elsa.Workflows.Core; using Elsa.Workflows.Core.Contracts; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Core.Pipelines.WorkflowExecution; namespace Elsa.Workflows.Runtime.Middleware.Workflows; diff --git a/src/modules/Elsa.Workflows.Runtime/Models/MaterializedWorkflow.cs b/src/modules/Elsa.Workflows.Runtime/Models/MaterializedWorkflow.cs index 192860ca0..2dbf9c2ba 100644 --- a/src/modules/Elsa.Workflows.Runtime/Models/MaterializedWorkflow.cs +++ b/src/modules/Elsa.Workflows.Runtime/Models/MaterializedWorkflow.cs @@ -1,4 +1,4 @@ -using Elsa.Workflows.Core.Models; +using Elsa.Workflows.Core.Activities; namespace Elsa.Workflows.Runtime.Models; diff --git a/src/modules/Elsa.Workflows.Runtime/Models/Notifications/IndexedWorkflowTriggers.cs b/src/modules/Elsa.Workflows.Runtime/Models/Notifications/IndexedWorkflowTriggers.cs index 94bd25995..b649486f3 100644 --- a/src/modules/Elsa.Workflows.Runtime/Models/Notifications/IndexedWorkflowTriggers.cs +++ b/src/modules/Elsa.Workflows.Runtime/Models/Notifications/IndexedWorkflowTriggers.cs @@ -1,4 +1,4 @@ -using Elsa.Workflows.Core.Models; +using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Runtime.Entities; namespace Elsa.Workflows.Runtime.Models.Notifications; diff --git a/src/modules/Elsa.Workflows.Runtime/Notifications/RunTaskRequest.cs b/src/modules/Elsa.Workflows.Runtime/Notifications/RunTaskRequest.cs index 6178cbb3f..030daf093 100644 --- a/src/modules/Elsa.Workflows.Runtime/Notifications/RunTaskRequest.cs +++ b/src/modules/Elsa.Workflows.Runtime/Notifications/RunTaskRequest.cs @@ -1,6 +1,5 @@ using Elsa.Mediator.Contracts; using Elsa.Workflows.Core; -using Elsa.Workflows.Core.Models; namespace Elsa.Workflows.Runtime.Notifications; diff --git a/src/modules/Elsa.Workflows.Runtime/Notifications/WorkflowBookmarksIndexed.cs b/src/modules/Elsa.Workflows.Runtime/Notifications/WorkflowBookmarksIndexed.cs index 21df9302e..0b84cbbfb 100644 --- a/src/modules/Elsa.Workflows.Runtime/Notifications/WorkflowBookmarksIndexed.cs +++ b/src/modules/Elsa.Workflows.Runtime/Notifications/WorkflowBookmarksIndexed.cs @@ -1,6 +1,5 @@ using Elsa.Mediator.Contracts; using Elsa.Workflows.Core; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Runtime.Models.Notifications; namespace Elsa.Workflows.Runtime.Notifications; diff --git a/src/modules/Elsa.Workflows.Runtime/Services/AsyncWorkflowStateExporter.cs b/src/modules/Elsa.Workflows.Runtime/Services/AsyncWorkflowStateExporter.cs index 3a7c2abe2..4914d0dfc 100644 --- a/src/modules/Elsa.Workflows.Runtime/Services/AsyncWorkflowStateExporter.cs +++ b/src/modules/Elsa.Workflows.Runtime/Services/AsyncWorkflowStateExporter.cs @@ -1,5 +1,5 @@ using Elsa.Mediator.Contracts; -using Elsa.Workflows.Core.Models; +using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.State; using Elsa.Workflows.Management.Contracts; using Elsa.Workflows.Runtime.Commands; diff --git a/src/modules/Elsa.Workflows.Runtime/Services/DefaultWorkflowDefinitionStorePopulator.cs b/src/modules/Elsa.Workflows.Runtime/Services/DefaultWorkflowDefinitionStorePopulator.cs index bbf751e01..a0e91ab9e 100644 --- a/src/modules/Elsa.Workflows.Runtime/Services/DefaultWorkflowDefinitionStorePopulator.cs +++ b/src/modules/Elsa.Workflows.Runtime/Services/DefaultWorkflowDefinitionStorePopulator.cs @@ -1,7 +1,7 @@ using Elsa.Common.Contracts; using Elsa.Common.Models; +using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.Contracts; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Management.Contracts; using Elsa.Workflows.Management.Entities; using Elsa.Workflows.Management.Filters; diff --git a/src/modules/Elsa.Workflows.Runtime/Services/DefaultWorkflowStateExporter.cs b/src/modules/Elsa.Workflows.Runtime/Services/DefaultWorkflowStateExporter.cs index 78b320e0c..4fa4d0d52 100644 --- a/src/modules/Elsa.Workflows.Runtime/Services/DefaultWorkflowStateExporter.cs +++ b/src/modules/Elsa.Workflows.Runtime/Services/DefaultWorkflowStateExporter.cs @@ -1,5 +1,5 @@ using Elsa.Mediator.Contracts; -using Elsa.Workflows.Core.Models; +using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.State; using Elsa.Workflows.Management.Contracts; using Elsa.Workflows.Runtime.Commands; diff --git a/src/modules/Elsa.Workflows.Runtime/Services/MemoryWorkflowStateStore.cs b/src/modules/Elsa.Workflows.Runtime/Services/MemoryWorkflowStateStore.cs index 7e34e0b06..d577ed3df 100644 --- a/src/modules/Elsa.Workflows.Runtime/Services/MemoryWorkflowStateStore.cs +++ b/src/modules/Elsa.Workflows.Runtime/Services/MemoryWorkflowStateStore.cs @@ -1,6 +1,5 @@ using System.Collections.Concurrent; using Elsa.Workflows.Core; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Core.State; using Elsa.Workflows.Runtime.Contracts; diff --git a/src/modules/Elsa.Workflows.Runtime/Services/NoopWorkflowStateExporter.cs b/src/modules/Elsa.Workflows.Runtime/Services/NoopWorkflowStateExporter.cs index 4716666e6..aad2550b3 100644 --- a/src/modules/Elsa.Workflows.Runtime/Services/NoopWorkflowStateExporter.cs +++ b/src/modules/Elsa.Workflows.Runtime/Services/NoopWorkflowStateExporter.cs @@ -1,4 +1,4 @@ -using Elsa.Workflows.Core.Models; +using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.State; using Elsa.Workflows.Runtime.Contracts; diff --git a/src/modules/Elsa.Workflows.Runtime/Services/TriggerIndexer.cs b/src/modules/Elsa.Workflows.Runtime/Services/TriggerIndexer.cs index 939adfdd8..3e39b86d9 100644 --- a/src/modules/Elsa.Workflows.Runtime/Services/TriggerIndexer.cs +++ b/src/modules/Elsa.Workflows.Runtime/Services/TriggerIndexer.cs @@ -3,9 +3,9 @@ using Elsa.Expressions.Contracts; using Elsa.Expressions.Models; using Elsa.Extensions; using Elsa.Workflows.Core; +using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.Contracts; using Elsa.Workflows.Core.Helpers; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Management.Contracts; using Elsa.Workflows.Management.Entities; using Elsa.Workflows.Runtime.Comparers; diff --git a/src/modules/Elsa.Workflows.Runtime/Services/WorkflowHost.cs b/src/modules/Elsa.Workflows.Runtime/Services/WorkflowHost.cs index 727a81618..920b7c898 100644 --- a/src/modules/Elsa.Workflows.Runtime/Services/WorkflowHost.cs +++ b/src/modules/Elsa.Workflows.Runtime/Services/WorkflowHost.cs @@ -1,4 +1,5 @@ using Elsa.Workflows.Core; +using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.Contracts; using Elsa.Workflows.Core.Helpers; using Elsa.Workflows.Core.Models; diff --git a/src/modules/Elsa.Workflows.Runtime/Services/WorkflowHostFactory.cs b/src/modules/Elsa.Workflows.Runtime/Services/WorkflowHostFactory.cs index 885cc9664..6b1c20c12 100644 --- a/src/modules/Elsa.Workflows.Runtime/Services/WorkflowHostFactory.cs +++ b/src/modules/Elsa.Workflows.Runtime/Services/WorkflowHostFactory.cs @@ -1,4 +1,4 @@ -using Elsa.Workflows.Core.Models; +using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.State; using Elsa.Workflows.Runtime.Contracts; using Microsoft.Extensions.DependencyInjection; diff --git a/src/modules/Elsa.Workflows.Runtime/Services/WorkflowInstanceFactory.cs b/src/modules/Elsa.Workflows.Runtime/Services/WorkflowInstanceFactory.cs index d31428eb7..571cd9ddc 100644 --- a/src/modules/Elsa.Workflows.Runtime/Services/WorkflowInstanceFactory.cs +++ b/src/modules/Elsa.Workflows.Runtime/Services/WorkflowInstanceFactory.cs @@ -1,8 +1,8 @@ using Elsa.Common.Contracts; using Elsa.Common.Models; using Elsa.Workflows.Core; +using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.Contracts; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Core.State; using Elsa.Workflows.Management.Contracts; using Elsa.Workflows.Management.Entities; diff --git a/src/modules/Elsa.Workflows.Sinks/Models/WorkflowInstance.cs b/src/modules/Elsa.Workflows.Sinks/Models/WorkflowInstance.cs index 047332bf3..efb4ef1ac 100644 --- a/src/modules/Elsa.Workflows.Sinks/Models/WorkflowInstance.cs +++ b/src/modules/Elsa.Workflows.Sinks/Models/WorkflowInstance.cs @@ -1,4 +1,4 @@ -using Elsa.Workflows.Core.Models; +using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.State; namespace Elsa.Workflows.Sinks.Models; diff --git a/src/samples/aspnet/Elsa.Samples.AspNet.WorkflowContexts/Extensions/WorkflowExecutionContextExtensions.cs b/src/samples/aspnet/Elsa.Samples.AspNet.WorkflowContexts/Extensions/WorkflowExecutionContextExtensions.cs index 4071486bb..33509bad9 100644 --- a/src/samples/aspnet/Elsa.Samples.AspNet.WorkflowContexts/Extensions/WorkflowExecutionContextExtensions.cs +++ b/src/samples/aspnet/Elsa.Samples.AspNet.WorkflowContexts/Extensions/WorkflowExecutionContextExtensions.cs @@ -1,7 +1,6 @@ using Elsa.Extensions; using Elsa.Samples.AspNet.WorkflowContexts.Providers; using Elsa.Workflows.Core; -using Elsa.Workflows.Core.Models; namespace Elsa.Samples.AspNet.WorkflowContexts.Extensions; diff --git a/src/samples/aspnet/Elsa.Samples.AspNet.WorkflowContexts/Providers/CustomerWorkflowContextProvider.cs b/src/samples/aspnet/Elsa.Samples.AspNet.WorkflowContexts/Providers/CustomerWorkflowContextProvider.cs index be16c9dba..b7c93dd85 100644 --- a/src/samples/aspnet/Elsa.Samples.AspNet.WorkflowContexts/Providers/CustomerWorkflowContextProvider.cs +++ b/src/samples/aspnet/Elsa.Samples.AspNet.WorkflowContexts/Providers/CustomerWorkflowContextProvider.cs @@ -3,7 +3,6 @@ using Elsa.Samples.AspNet.WorkflowContexts.Entities; using Elsa.Samples.AspNet.WorkflowContexts.Extensions; using Elsa.WorkflowContexts.Abstractions; using Elsa.Workflows.Core; -using Elsa.Workflows.Core.Models; namespace Elsa.Samples.AspNet.WorkflowContexts.Providers; diff --git a/src/samples/aspnet/Elsa.Samples.AspNet.WorkflowContexts/Providers/OrderWorkflowContextProvider.cs b/src/samples/aspnet/Elsa.Samples.AspNet.WorkflowContexts/Providers/OrderWorkflowContextProvider.cs index 1cc2656d5..06b8fee6c 100644 --- a/src/samples/aspnet/Elsa.Samples.AspNet.WorkflowContexts/Providers/OrderWorkflowContextProvider.cs +++ b/src/samples/aspnet/Elsa.Samples.AspNet.WorkflowContexts/Providers/OrderWorkflowContextProvider.cs @@ -1,7 +1,6 @@ using Elsa.Samples.AspNet.WorkflowContexts.Entities; using Elsa.WorkflowContexts.Abstractions; using Elsa.Workflows.Core; -using Elsa.Workflows.Core.Models; namespace Elsa.Samples.AspNet.WorkflowContexts.Providers; diff --git a/src/samples/console/Elsa.Samples.ConsoleApp.Bookmarks/Activities/MyEvent.cs b/src/samples/console/Elsa.Samples.ConsoleApp.Bookmarks/Activities/MyEvent.cs index 4c8d2f6d8..938231256 100644 --- a/src/samples/console/Elsa.Samples.ConsoleApp.Bookmarks/Activities/MyEvent.cs +++ b/src/samples/console/Elsa.Samples.ConsoleApp.Bookmarks/Activities/MyEvent.cs @@ -1,5 +1,4 @@ using Elsa.Workflows.Core; -using Elsa.Workflows.Core.Models; namespace Elsa.Samples.ConsoleApp.Bookmarks.Activities; diff --git a/src/samples/console/Elsa.Samples.ConsoleApp.Bookmarks/Program.cs b/src/samples/console/Elsa.Samples.ConsoleApp.Bookmarks/Program.cs index 19c111a81..2748192f4 100644 --- a/src/samples/console/Elsa.Samples.ConsoleApp.Bookmarks/Program.cs +++ b/src/samples/console/Elsa.Samples.ConsoleApp.Bookmarks/Program.cs @@ -2,7 +2,6 @@ using Elsa.Samples.ConsoleApp.Bookmarks.Activities; using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.Contracts; -using Elsa.Workflows.Core.Models; using Microsoft.Extensions.DependencyInjection; // Setup service container. diff --git a/src/samples/console/Elsa.Samples.ConsoleApp.Composition/Program.cs b/src/samples/console/Elsa.Samples.ConsoleApp.Composition/Program.cs index e27986de1..7a519cde1 100644 --- a/src/samples/console/Elsa.Samples.ConsoleApp.Composition/Program.cs +++ b/src/samples/console/Elsa.Samples.ConsoleApp.Composition/Program.cs @@ -2,7 +2,6 @@ using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.Contracts; using Elsa.Workflows.Core.Memory; -using Elsa.Workflows.Core.Models; using Microsoft.Extensions.DependencyInjection; // Setup service container. diff --git a/src/samples/console/Elsa.Samples.ConsoleApp.ConditionalWorkflows/Program.cs b/src/samples/console/Elsa.Samples.ConsoleApp.ConditionalWorkflows/Program.cs index bd0786d9a..f7678cb45 100644 --- a/src/samples/console/Elsa.Samples.ConsoleApp.ConditionalWorkflows/Program.cs +++ b/src/samples/console/Elsa.Samples.ConsoleApp.ConditionalWorkflows/Program.cs @@ -2,7 +2,6 @@ using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.Contracts; using Elsa.Workflows.Core.Memory; -using Elsa.Workflows.Core.Models; using Microsoft.Extensions.DependencyInjection; // Setup service container. diff --git a/src/samples/console/Elsa.Samples.ConsoleApp.CustomActivities/Program.cs b/src/samples/console/Elsa.Samples.ConsoleApp.CustomActivities/Program.cs index 3fe5debbb..c6a6d82a2 100644 --- a/src/samples/console/Elsa.Samples.ConsoleApp.CustomActivities/Program.cs +++ b/src/samples/console/Elsa.Samples.ConsoleApp.CustomActivities/Program.cs @@ -3,7 +3,6 @@ using Elsa.Samples.ConsoleApp.CustomActivities.Activities; using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.Contracts; using Elsa.Workflows.Core.Memory; -using Elsa.Workflows.Core.Models; using Microsoft.Extensions.DependencyInjection; // Setup service container. diff --git a/src/samples/console/Elsa.Samples.ConsoleApp.FlowchartWorkflows/Program.cs b/src/samples/console/Elsa.Samples.ConsoleApp.FlowchartWorkflows/Program.cs index 6c6c4e1de..e76bc175f 100644 --- a/src/samples/console/Elsa.Samples.ConsoleApp.FlowchartWorkflows/Program.cs +++ b/src/samples/console/Elsa.Samples.ConsoleApp.FlowchartWorkflows/Program.cs @@ -4,7 +4,6 @@ using Elsa.Workflows.Core.Activities.Flowchart.Activities; using Elsa.Workflows.Core.Activities.Flowchart.Models; using Elsa.Workflows.Core.Contracts; using Elsa.Workflows.Core.Memory; -using Elsa.Workflows.Core.Models; using Microsoft.Extensions.DependencyInjection; // Setup service container. diff --git a/src/samples/console/Elsa.Samples.ConsoleApp.JsonWorkflows/Program.cs b/src/samples/console/Elsa.Samples.ConsoleApp.JsonWorkflows/Program.cs index 63916d9e5..2df183d5f 100644 --- a/src/samples/console/Elsa.Samples.ConsoleApp.JsonWorkflows/Program.cs +++ b/src/samples/console/Elsa.Samples.ConsoleApp.JsonWorkflows/Program.cs @@ -1,7 +1,7 @@ using Elsa.Extensions; using Elsa.Testing.Shared; +using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.Contracts; -using Elsa.Workflows.Core.Models; using Microsoft.Extensions.DependencyInjection; // Setup service container. diff --git a/src/samples/console/Elsa.Samples.ConsoleApp.LoopingWorkflows/Workflows/HelloWorkflow.cs b/src/samples/console/Elsa.Samples.ConsoleApp.LoopingWorkflows/Workflows/HelloWorkflow.cs index 1649cc43d..e6ee43b5e 100644 --- a/src/samples/console/Elsa.Samples.ConsoleApp.LoopingWorkflows/Workflows/HelloWorkflow.cs +++ b/src/samples/console/Elsa.Samples.ConsoleApp.LoopingWorkflows/Workflows/HelloWorkflow.cs @@ -1,6 +1,5 @@ using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.Contracts; -using Elsa.Workflows.Core.Models; namespace Elsa.Samples.ConsoleApp.LoopingWorkflows.Workflows; diff --git a/src/samples/console/Elsa.Samples.ConsoleApp.LoopingWorkflows/Workflows/WhileWorkflow.cs b/src/samples/console/Elsa.Samples.ConsoleApp.LoopingWorkflows/Workflows/WhileWorkflow.cs index d4926edb1..0ba704ce4 100644 --- a/src/samples/console/Elsa.Samples.ConsoleApp.LoopingWorkflows/Workflows/WhileWorkflow.cs +++ b/src/samples/console/Elsa.Samples.ConsoleApp.LoopingWorkflows/Workflows/WhileWorkflow.cs @@ -1,7 +1,6 @@ using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.Contracts; using Elsa.Workflows.Core.Memory; -using Elsa.Workflows.Core.Models; namespace Elsa.Samples.ConsoleApp.LoopingWorkflows.Workflows; diff --git a/src/samples/console/Elsa.Samples.ConsoleApp.WorkflowFunctions/Workflows/AddWorkflow.cs b/src/samples/console/Elsa.Samples.ConsoleApp.WorkflowFunctions/Workflows/AddWorkflow.cs index 5ae86045e..3145fc8ae 100644 --- a/src/samples/console/Elsa.Samples.ConsoleApp.WorkflowFunctions/Workflows/AddWorkflow.cs +++ b/src/samples/console/Elsa.Samples.ConsoleApp.WorkflowFunctions/Workflows/AddWorkflow.cs @@ -2,7 +2,6 @@ using Elsa.Workflows.Core.Abstractions; using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.Contracts; using Elsa.Workflows.Core.Memory; -using Elsa.Workflows.Core.Models; namespace Elsa.Samples.WorkflowFunctions.Workflows; diff --git a/test/integration/Elsa.IntegrationTests/Activities/Finish/FinishTests.cs b/test/integration/Elsa.IntegrationTests/Activities/Finish/FinishTests.cs index 38e83e53a..5c1031cc1 100644 --- a/test/integration/Elsa.IntegrationTests/Activities/Finish/FinishTests.cs +++ b/test/integration/Elsa.IntegrationTests/Activities/Finish/FinishTests.cs @@ -3,7 +3,6 @@ using System.Threading.Tasks; using Elsa.Testing.Shared; using Elsa.Workflows.Core; using Elsa.Workflows.Core.Contracts; -using Elsa.Workflows.Core.Models; using Microsoft.Extensions.DependencyInjection; using Xunit; using Xunit.Abstractions; diff --git a/test/integration/Elsa.IntegrationTests/Activities/WriteLine/WriteLineTests.cs b/test/integration/Elsa.IntegrationTests/Activities/WriteLine/WriteLineTests.cs index 88b3abc4d..1d9e2ff55 100644 --- a/test/integration/Elsa.IntegrationTests/Activities/WriteLine/WriteLineTests.cs +++ b/test/integration/Elsa.IntegrationTests/Activities/WriteLine/WriteLineTests.cs @@ -3,7 +3,6 @@ using System.Threading.Tasks; using Elsa.Testing.Shared; using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.Contracts; -using Elsa.Workflows.Core.Models; using Microsoft.Extensions.DependencyInjection; using Xunit; using Xunit.Abstractions; diff --git a/test/integration/Elsa.IntegrationTests/Scenarios/BlockingAndBreaking/Workflows.cs b/test/integration/Elsa.IntegrationTests/Scenarios/BlockingAndBreaking/Workflows.cs index a83ac57eb..0c9f2ef54 100644 --- a/test/integration/Elsa.IntegrationTests/Scenarios/BlockingAndBreaking/Workflows.cs +++ b/test/integration/Elsa.IntegrationTests/Scenarios/BlockingAndBreaking/Workflows.cs @@ -2,7 +2,6 @@ using Elsa.Workflows.Core.Abstractions; using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.Contracts; using Elsa.Workflows.Core.Memory; -using Elsa.Workflows.Core.Models; using Elsa.Workflows.Runtime.Activities; namespace Elsa.IntegrationTests.Scenarios.BlockingAndBreaking; diff --git a/test/integration/Elsa.IntegrationTests/Scenarios/FlowchartCompletion/Tests.cs b/test/integration/Elsa.IntegrationTests/Scenarios/FlowchartCompletion/Tests.cs index 884350a45..777a7b6a1 100644 --- a/test/integration/Elsa.IntegrationTests/Scenarios/FlowchartCompletion/Tests.cs +++ b/test/integration/Elsa.IntegrationTests/Scenarios/FlowchartCompletion/Tests.cs @@ -2,7 +2,6 @@ using System.Threading.Tasks; using Elsa.Testing.Shared; using Elsa.Workflows.Core; -using Elsa.Workflows.Core.Models; using Xunit; using Xunit.Abstractions; diff --git a/test/integration/Elsa.IntegrationTests/Scenarios/ImplicitJoins/BraidedWorkflowTests.cs b/test/integration/Elsa.IntegrationTests/Scenarios/ImplicitJoins/BraidedWorkflowTests.cs index 0f1d86d81..f1de1f18c 100644 --- a/test/integration/Elsa.IntegrationTests/Scenarios/ImplicitJoins/BraidedWorkflowTests.cs +++ b/test/integration/Elsa.IntegrationTests/Scenarios/ImplicitJoins/BraidedWorkflowTests.cs @@ -4,7 +4,6 @@ using Elsa.IntegrationTests.Scenarios.ImplicitJoins.Workflows; using Elsa.Testing.Shared; using Elsa.Workflows.Core; using Elsa.Workflows.Core.Contracts; -using Elsa.Workflows.Core.Models; using Microsoft.Extensions.DependencyInjection; using Xunit; using Xunit.Abstractions; diff --git a/test/integration/Elsa.IntegrationTests/Scenarios/ImplicitJoins/ImplicitLoopWorkflowTests.cs b/test/integration/Elsa.IntegrationTests/Scenarios/ImplicitJoins/ImplicitLoopWorkflowTests.cs index fc43d7e8c..e0eed7a97 100644 --- a/test/integration/Elsa.IntegrationTests/Scenarios/ImplicitJoins/ImplicitLoopWorkflowTests.cs +++ b/test/integration/Elsa.IntegrationTests/Scenarios/ImplicitJoins/ImplicitLoopWorkflowTests.cs @@ -4,7 +4,6 @@ using Elsa.IntegrationTests.Scenarios.ImplicitJoins.Workflows; using Elsa.Testing.Shared; using Elsa.Workflows.Core; using Elsa.Workflows.Core.Contracts; -using Elsa.Workflows.Core.Models; using Microsoft.Extensions.DependencyInjection; using Xunit; using Xunit.Abstractions; diff --git a/test/integration/Elsa.IntegrationTests/Scenarios/WorkflowResults/Tests.cs b/test/integration/Elsa.IntegrationTests/Scenarios/WorkflowResults/Tests.cs index 6c632846e..19f866f87 100644 --- a/test/integration/Elsa.IntegrationTests/Scenarios/WorkflowResults/Tests.cs +++ b/test/integration/Elsa.IntegrationTests/Scenarios/WorkflowResults/Tests.cs @@ -3,7 +3,6 @@ using Elsa.Testing.Shared; using Elsa.Workflows.Core.Activities; using Elsa.Workflows.Core.Contracts; using Elsa.Workflows.Core.Memory; -using Elsa.Workflows.Core.Models; using Microsoft.Extensions.DependencyInjection; using Xunit; using Xunit.Abstractions; diff --git a/test/integration/Elsa.IntegrationTests/Serialization/VariableTypes/Models.cs b/test/integration/Elsa.IntegrationTests/Serialization/VariableTypes/Models.cs index 2d3a40b8e..92dfb5acb 100644 --- a/test/integration/Elsa.IntegrationTests/Serialization/VariableTypes/Models.cs +++ b/test/integration/Elsa.IntegrationTests/Serialization/VariableTypes/Models.cs @@ -1,6 +1,5 @@ using System.Collections.Generic; using Elsa.Workflows.Core.Memory; -using Elsa.Workflows.Core.Models; namespace Elsa.IntegrationTests.Serialization.VariableTypes; diff --git a/test/integration/Elsa.IntegrationTests/Serialization/VariableTypes/Tests.cs b/test/integration/Elsa.IntegrationTests/Serialization/VariableTypes/Tests.cs index edfdda93e..b13ac2d17 100644 --- a/test/integration/Elsa.IntegrationTests/Serialization/VariableTypes/Tests.cs +++ b/test/integration/Elsa.IntegrationTests/Serialization/VariableTypes/Tests.cs @@ -3,7 +3,6 @@ using System.Linq; using Elsa.Testing.Shared; using Elsa.Workflows.Core.Contracts; using Elsa.Workflows.Core.Memory; -using Elsa.Workflows.Core.Models; using Microsoft.Extensions.DependencyInjection; using Xunit; using Xunit.Abstractions;