IConfigurationApiGetWorkflowDefinitionsByProduct Method
|
Get workflow definitions by product Name
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
SyntaxIList<DslWorkflowDefinition> GetWorkflowDefinitionsByProduct(
string productName
)
Parameters
- productName String
- product Name
Return Value
IListDslWorkflowDefinitiona set of workflow definition
See Also