Back to index
Summary
Allows a job step that is waiting on manual input to perform a retry.jobStepIdStringrequiredThe primary key for a job step. actionStringoptionalAction to execute: rerun (default), skip or fail the process step. Possible values: "archiveOnly" , "purgeAfterArchive" , "purgeOnly" commentStringoptionalComment provided while retry an action on the manual process step. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.retryProcessStep( jobStepId: "test-jobStepId" /* optional arguments */ )