completeManualProcessStep

On this page
Back to index

Summary

Completes a manual process step.
jobStepId
Stringrequired
The primary key for a job step.
action
Stringoptional
The type of action to be taken on the manual process step or manual task or gate task.
Possible values: "archiveOnly", "purgeAfterArchive", "purgeOnly"
actualParameters
Array<ActualParameter>optional
Actual parameters passed to the specified job step.
comment
Stringoptional
Evidence 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 */ )