modifyJobStep

On this page
Back to index

Summary

Transitions an externally managed job step through its lifecycle (pending, runnable, running, or complete) by setting the step's status property.
jobStepId
Stringrequired
The primary key of the job step.
status
Stringoptional
The 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