Back to index
Summary
Transitions an externally managed job step through its lifecycle (pending, runnable, running, or complete) by setting the step'sstatus
property.jobStepIdStringoptionalThe primary key of the job step. statusStringoptionalThe starting status for the step. Possible values: "success" , "warning" , "error" , "skipped" , "notRun" |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.modifyJobStep( /* optional arguments */ )