Back to index
Summary
Finds a transition 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. transitionNameStringrequiredThe name used for the transition instance. |
Usage
Perl
$cmdr->getTransition( "test-projectName", # projectName "test-workflowName", # workflowName "test-stateName", # stateName "test-transitionName" # transitionName );
ectool
ectool getTransition \ "test-projectName" `# projectName` \ "test-workflowName" `# workflowName` \ "test-stateName" `# stateName` \ "test-transitionName" `# transitionName`