Back to index
Summary
Transitions an externally managed job step through its lifecycle (pending, runnable, running, or complete) by setting the step'sstatus
property.jobStepIdUUIDrequiredThe primary key of the job step. statusStringoptionalThe starting status for the step. Possible values: "pending" , "runnable" , "scheduled" , "running" , "completed" |
Usage
Perl
$cmdr->modifyJobStep( "test-jobStepId" # jobStepId # optionals );
ectool
ectool modifyJobStep \ "test-jobStepId" `# jobStepId` \ # optionals