Table of Contents

Interface IWorkflowDefinitionService

Namespace: Casewhere.Runtime.DSL.Services
Assembly: Casewhere.Runtime.dll

public interface IWorkflowDefinitionService

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<IWorkflowDefinitionService>(IWorkflowDefinitionService)

Methods

GetWorkflowDefinitions()

IList<DslWorkflowDefinition> GetWorkflowDefinitions()

Returns

IList<DslWorkflowDefinition>

GetWorkflowDefinitionsByProduct(string)

IList<DslWorkflowDefinition> GetWorkflowDefinitionsByProduct(string productName)

Parameters

productName string

Returns

IList<DslWorkflowDefinition>

GetWorkflowDefinitionsByTag(string)

IList<DslWorkflowDefinition> GetWorkflowDefinitionsByTag(string tag)

Parameters

tag string

Returns

IList<DslWorkflowDefinition>