Back to index
Summary
Aborts a pipeline run.flowRuntimeIdStringoptionalThe ID of the flow runtime. flowRuntimeNameStringoptionalThe name of the flow runtime. forceBooleanoptionalIf true running tasks are force aborted. projectNameStringoptionalThe name of the project. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.abortPipelineRun( /* optional arguments */ )