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
GetWorkflowDefinitionsByProduct(string)
IList<DslWorkflowDefinition> GetWorkflowDefinitionsByProduct(string productName)
Parameters
productName
string
Returns
GetWorkflowDefinitionsByTag(string)
IList<DslWorkflowDefinition> GetWorkflowDefinitionsByTag(string tag)
Parameters
tag
string