Move CRL workflow definition provider

This commit is contained in:
Sipke Schoorstra 2022-09-02 19:06:00 +02:00
parent bfefd3f237
commit b318b69bda
2 changed files with 2 additions and 3 deletions

View file

@ -10,7 +10,6 @@ using Elsa.Workflows.Runtime.Implementations;
using Elsa.Workflows.Runtime.Models;
using Elsa.Workflows.Runtime.Options;
using Elsa.Workflows.Runtime.Services;
using Elsa.Workflows.Runtime.WorkflowProviders;
using Microsoft.Extensions.DependencyInjection;
namespace Elsa.Workflows.Runtime.Features;

View file

@ -1,15 +1,15 @@
using System.Text.Json;
using Elsa.Common.Services;
using Elsa.Workflows.Management.Materializers;
using Elsa.Workflows.Core.Serialization;
using Elsa.Workflows.Core.Services;
using Elsa.Workflows.Management.Materializers;
using Elsa.Workflows.Persistence.Entities;
using Elsa.Workflows.Runtime.Features;
using Elsa.Workflows.Runtime.Options;
using Elsa.Workflows.Runtime.Services;
using Microsoft.Extensions.Options;
namespace Elsa.Workflows.Runtime.WorkflowProviders;
namespace Elsa.Workflows.Runtime.Implementations;
/// <summary>
/// Provides workflows to the system that are registered with <see cref="WorkflowRuntimeFeature"/>