retryProcessStep

On this page
Back to index

Summary

Allows a job step that is waiting on manual input to perform a retry.
jobStepId
UUIDrequired
The primary key for a job step.
action
Stringoptional
Action to execute: rerun (default), skip or fail the process step.
Possible values: "fail", "rerun", "skip"
comment
Stringoptional
Comment provided while retry an action on the manual process step.

Usage

Perl

$cmdr->retryProcessStep( "test-jobStepId" # jobStepId # optionals );

ectool

ectool retryProcessStep \ "test-jobStepId" `# jobStepId` \ # optionals