Availability
This routine is available starting with SIL Engine 4.8.0.4.
Syntax
getAllWorkflowTransitions()
Description
Update one ore more attributes for the provided filter.
Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
filterName | string | Yes | The name of the filter. |
Return type
boolean
Returns true if the filter was updated. False otherwise.
Example
string workflowName = "Software Simplified Workflow for Project TEST"; JWorkflowAction[] actions = getAllWorkflowTransitions(workflowName); return actions;