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 | admGetWorkflowScheme(name, id) | Package | adm | Alias | | Pkg Usage | workflowScheme(name, id) | |
Description
Excerpt |
---|
|
Returns a specific workflow scheme. |
...
Code Block |
---|
|
JWorkflowScheme []workScheme allWS = allWorkflowSchemesadmGetWorkflowScheme();"Default JWorkflowScheme oneWS;
JWorkflowScheme twoWS;
if(size(allWS) > 0) {
integer nId = allWS[0].id;
string nName = allWS[0].name;
oneWS = workflowScheme(nId);
twoWS = workflowScheme(nName);}Workflow Scheme", 11000);
runnerLog("Id: " + workScheme.id);
runnerLog("Name: " + workScheme.name);
runnerLog("Description: " + workScheme.description ); |
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "workflow_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|
We've encountered an issue exporting this macro. Please try exporting this page again later.