Table plus | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
|
Description
Excerpt | ||
---|---|---|
| ||
Returns all workflow schemes. |
...
Code Block | ||
---|---|---|
| ||
JWorkflowScheme [] allWSallWorkflowSchemes = allWorkflowSchemes(); for(JWorkflowScheme oneWS; JWorkflowScheme twoWS; if(size(allWS) > 0) { integer nId = allWS[0].id; string nName = allWS[0].name; oneWS = workflowScheme(nId); twoWS = workflowScheme(nName);jws in allWorkflowSchemes) { runnerLog("Id: " + jws.id); runnerLog("Name: " + jws.name); } |
See also
Filter by label (Content by label) | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|