Back to index
Summary
Allows a job step that is waiting on manual input to perform a retry.jobStepIdUUIDrequiredThe primary key for a job step. actionStringoptionalAction to execute: rerun (default), skip or fail the process step. Possible values: "fail" , "rerun" , "skip" commentStringoptionalComment 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