Back to index
Summary
Manually transitions from the active workflow state.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. actualParameterArrayoptionalThe list of actual parameters. credentialArrayoptionalCredentials to be used in the state. |
Usage
Perl
$cmdr->transitionWorkflow( "test-projectName", # projectName "test-workflowName", # workflowName "test-stateName", # stateName "test-transitionName" # transitionName # optionals );
ectool
ectool transitionWorkflow \ "test-projectName" `# projectName` \ "test-workflowName" `# workflowName` \ "test-stateName" `# stateName` \ "test-transitionName" `# transitionName` \ # optionals