Info | ||
---|---|---|
| ||
This routine is available starting with SIL Engine 4.8.0.4. |
...
getWorkflowsFromSchemeName(workflowSchemeName)
Description
Excerpt |
---|
Update one ore more attributes for the provided filter. Retrieves a list of workflows associated to a workflow scheme. |
Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
filterNameworkflowSchemeName | string | Yes | The name of the filterworkflow scheme. |
Return type
boolean
Returns true if the filter was updated. False otherwise.
Example
Code Block |
---|
Info |
The filter can be partially updated by specifying only the attribute needed to be updated in the JFilter structure.string workflowSchemeName = "TEST: Software Simplified Workflow Scheme";
JWorkflow[] workflows = getWorkflowsFromSchemeName(workflowSchemeName);
|