IConfigurationApiGetWorkflowDefinitionsByProduct Method
|
Get workflow definitions by product Name
Namespace:
Casewhere.Runtime.DSL.Api
Assembly:
Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax IList<DslWorkflowDefinition> GetWorkflowDefinitionsByProduct(
string productName
)
Parameters
- productName
- Type: SystemString
product Name
Return Value
Type:
IListDslWorkflowDefinitiona set of workflow definition
See Also