Move WorkflowDefinitionActivity to Activities folder
This commit is contained in:
parent
41b356a02b
commit
d17f2af87a
|
|
@ -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"/>.
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
using Elsa.Workflows.Core.Services;
|
||||
using Elsa.Workflows.Management.Activities;
|
||||
|
||||
namespace Elsa.Workflows.Management.Implementations;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue