Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | getWorkflowsFromSchemeName(workflowSchemeName) | Package |
| Alias | | Pkg Usage | |
|
Description
Excerpt |
---|
|
Retrieves a list of workflows associated to a workflow scheme. |
Retrieves a list of workflows associated to a workflow scheme.
...
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
workflowSchemeName | string | Yes | The name of the workflow scheme. |
|
Return Type
JWorkflow []
Returns a list workflow objects representing workflows associated to a given workflow scheme.
...
Code Block |
---|
string workflowSchemeName = "TEST: Software Simplified Workflow Scheme";
JWorkflow[] workflows = getWorkflowsFromSchemeName(workflowSchemeName);
return workflows;
// String representation
// 10100|Software Simplified Workflow for Project TEST|live|User Built|Default|true|To Do|In Progress|Done|Create|To Do|In Progress|Done|10600|Software Simplified Workflow for Project DEMO|live|User Built|10000|true|To Do|In Progress|Done|Create|To Do|In Progress|Done|Clone Epic |
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "workflow_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|