IConfigurationApiGetWorkflowDefinitionsByProduct Method

Get workflow definitions by product Name

Definition

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
IList<DslWorkflowDefinition> GetWorkflowDefinitionsByProduct(
	string productName
)

Parameters

productName  String
product Name

Return Value

IListDslWorkflowDefinition
a set of workflow definition

See Also