Back to index
Summary
Run a task out of order - in a stage or gate that hasn't started yet.flowRuntimeIdStringrequiredThe ID of the flow runtime. stageNameStringrequiredThe name of the stage. taskNameStringrequiredThe name of the task. gateTypeStringoptionalThe type of the gate. Possible values: "POST" , "PRE" |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.runFutureTask( flowRuntimeId: "test-flowRuntimeId", stageName: "test-stageName", taskName: "test-taskName" /* optional arguments */ )