Back to index
Summary
Completes the manual task.flowRuntimeIdStringrequiredThe ID of the flow runtime. stageNameStringrequiredThe name of the stage. taskNameStringrequiredThe name of the task. actionStringoptionalThe type of action to be taken on the manual process step or manual task or gate task. Possible values: "archiveOnly" , "purgeAfterArchive" , "purgeOnly" evidenceStringoptionalEvidence provided while taking an action on the manual process step or manual task or gate 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.completeManualTask( flowRuntimeId: "test-flowRuntimeId", stageName: "test-stageName", taskName: "test-taskName" /* optional arguments */ )