Skip to end of banner
Go to start of banner

admGetAllWorkflowSchemes

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Description

Returns all workflow schemes.

Return Type

JWorkflowScheme []

Returns all workflow schemes.

Example

JWorkflowScheme [] allWorkflowSchemes = admGetAllWorkflowSchemes();
for(JWorkflowScheme jws in allWorkflowSchemes) {
    runnerLog("Id: " + jws.id);
    runnerLog("Name: " + jws.name);
}

See also

  • No labels