Availability
This routine is available starting with SIL Engine 4.8.0.4.
Syntax
getWorkflowsFromSchemeName(workflowSchemeName)
Description
Retrieves a list of workflows associated to a workflow scheme.
Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
workflowSchemeName | string | Yes | The name of the workflow scheme. |
Return type
boolean
Returns true if the filter was updated. False otherwise.
Example
string workflowSchemeName = "TEST: Software Simplified Workflow Scheme"; JWorkflow[] workflows = getWorkflowsFromSchemeName(workflowSchemeName);