Remove workflow
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
using Managing.Domain.Workflows;
|
||||
using Managing.Domain.Workflows.Synthetics;
|
||||
|
||||
namespace Managing.Application.Abstractions;
|
||||
|
||||
public interface IFlowFactory
|
||||
{
|
||||
IFlow BuildFlow(SyntheticFlow request);
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
using Managing.Domain.Workflows;
|
||||
using Managing.Domain.Workflows.Synthetics;
|
||||
|
||||
namespace Managing.Application.Abstractions;
|
||||
|
||||
public interface IWorkflowService
|
||||
{
|
||||
bool DeleteWorkflow(string name);
|
||||
Task<IEnumerable<IFlow>> GetAvailableFlows();
|
||||
IEnumerable<SyntheticWorkflow> GetWorkflows();
|
||||
Task<Workflow> InsertOrUpdateWorkflow(SyntheticWorkflow workflowRequest);
|
||||
}
|
||||
Reference in New Issue
Block a user