getWorkflowDefinitions

On this page
Back to index

Summary

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

Usage

Perl

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

ectool

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