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 | getAllWorkflowTransitions(workflowName) | Package | | Alias | | Pkg Usage | |
|
Description
Excerpt |
---|
|
Retrieves a list of workflow transition actions. |
Retrieves a list of workflow transition actions.
...
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
workflowName | string | Yes | The name of the workflow. |
|
Return Type
JWorkflowAction []
Returns a list of workflow transitions representing a single workflow.
...
Code Block |
---|
string workflowName = "Software Simplified Workflow for Project TEST";
JWorkflowAction[] actions = getAllWorkflowTransitions(workflowName);
return actions; |
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "workflow_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|