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

admGetWorkflowScheme(name, id)

Package

adm

Alias

Pkg Usage

workflowScheme(name, id)

Description

Excerpt
hiddentrue
Returns a specific workflow scheme.

...

Code Block
languagejs
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)
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.