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
Stringoptional
The primary key of the job step.
status
Stringoptional
The 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 */ )