getWorkflows

Back to index

Summary

Retrieves all workflow instances in a project.
projectName
Stringrequired
The name for the project that must be unique among all projects.

Usage

Perl

$cmdr->getWorkflows( "test-projectName" # projectName );

ectool

ectool getWorkflows \ "test-projectName" `# projectName`

Examples

Perl

$cmdr->getWorkflows("Default");

ectool

ectool getWorkflows "Default"