Back to index
Summary
Completes a manual process step.jobStepIdStringrequiredThe primary key for a job step. actionStringoptionalThe type of action to be taken on the manual process step or manual task or gate task. Possible values: "archiveOnly" , "purgeAfterArchive" , "purgeOnly" commentStringoptionalEvidence provided while taking an action on the manual process step. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.completeManualProcessStep( jobStepId: "test-jobStepId" /* optional arguments */ )