Back to index
Summary
Finds a state by its name.projectNameStringrequiredThe name for the project that must be unique among all projects. workflowNameStringrequiredThe name of the workflow. stateNameStringrequiredThe name used for the new state. |
Usage
Perl
$cmdr->getState( "test-projectName", # projectName "test-workflowName", # workflowName "test-stateName" # stateName );
ectool
ectool getState \ "test-projectName" `# projectName` \ "test-workflowName" `# workflowName` \ "test-stateName" `# stateName`