Click or drag to resize

IConfigurationApiGetWorkflowDefinitions Method

Get all workflow definition

Namespace:  Casewhere.Runtime.DSL.Api
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
IList<DslWorkflowDefinition> GetWorkflowDefinitions()

Return Value

Type: IListDslWorkflowDefinition
a set of workflow definition
See Also