Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table plus
applyColStyleToCelltrue
heading0
columnTypess,s,s,s
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

admGetAllWorkflowSchemes()

Package

adm

Alias

Pkg Usage

allWorkflowSchemes()

Description

Excerpt
hiddentrue

Returns all workflow schemes.

Returns all workflow schemes.

Return Type

JWorkflowScheme []

Returns all workflow schemes.

...

Code Block
languagejs
JWorkflowScheme [] allWSallWorkflowSchemes = allWorkflowSchemesadmGetAllWorkflowSchemes();
for(JWorkflowScheme jws oneWS;in JWorkflowSchemeallWorkflowSchemes) twoWS;
if(size(allWS) > 0) {
integer nId = allWS[0].id;
string nName = allWS[0].name;
oneWS = workflowScheme(nId);
twoWS = workflowScheme(nName);{
    runnerLog("Id: " + jws.id);
    runnerLog("Name: " + jws.name);
}

See also

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "workflow_routine" and space = currentSpace ( )
labelsarray_routines
We've encountered an issue exporting this macro. Please try exporting this page again later.