Move WorkflowDefinitionActivity to Activities folder

This commit is contained in:
Sipke Schoorstra 2023-01-30 17:30:13 +01:00
parent 41b356a02b
commit d17f2af87a
2 changed files with 2 additions and 1 deletions

View file

@ -7,7 +7,7 @@ using Elsa.Workflows.Management.Entities;
using Elsa.Workflows.Management.Services;
using Microsoft.Extensions.DependencyInjection;
namespace Elsa.Workflows.Management.Implementations;
namespace Elsa.Workflows.Management.Activities;
/// <summary>
/// Loads and executes an <see cref="WorkflowDefinition"/>.

View file

@ -1,4 +1,5 @@
using Elsa.Workflows.Core.Services;
using Elsa.Workflows.Management.Activities;
namespace Elsa.Workflows.Management.Implementations;