Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | admGetAllWorkflowSchemes() | Package | adm | Alias | | Pkg Usage | allWorkflowSchemes() |
|
Description
Excerpt |
---|
|
Returns all workflow schemes. |
Returns all workflow schemes.
Return Type
JWorkflowScheme []
Returns all workflow schemes.
...
Code Block |
---|
|
JWorkflowScheme [] allWorkflowSchemes = allWorkflowSchemesadmGetAllWorkflowSchemes();
for(JWorkflowScheme jws in allWorkflowSchemes) {
runnerLog("Id: " + jws.id);
runnerLog("Name: " + jws.name);
} |
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "workflow_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|