Back to index
Summary
Runs the specified workflow definition and returns the workflow name.projectNameStringrequiredThe name for the project that must be unique among all projects. workflowDefinitionNameStringrequiredThe name of the workflow definition. actualParameterArrayoptionalThe list of actual parameters. credentialArrayoptionalCredentials to be used in the state. priorityStringoptionalThe priority of jobs launched by the workflow. Possible values: "low" , "normal" , "high" , "highest" scheduleNameStringoptionalName for the schedule; must be unique among all schedules for the project. startingStateStringoptionalThe name of the starting state. |
Usage
Perl
$cmdr->runWorkflow( "test-projectName", # projectName "test-workflowDefinitionName" # workflowDefinitionName # optionals );
ectool
ectool runWorkflow \ "test-projectName" `# projectName` \ "test-workflowDefinitionName" `# workflowDefinitionName` \ # optionals