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.

Example

Code Block
languagejs
JWorkflowScheme [] allWS = allWorkflowSchemes();
JWorkflowScheme oneWS;
JWorkflowScheme twoWS;
if(size(allWS) > 0) {
integer nId = allWS[0].id;
string nName = allWS[0].name;
oneWS = workflowScheme(nId);
twoWS = workflowScheme(nName);}

See also

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "workflow_routine" and space = currentSpace ( )
labelsarray_routines