completeManualProcessStep

On this page
Back to index

Summary

Completes a manual process step.
request
Stringrequired
This parameter and the value displayed are required; request=completeManualProcessStep must appear in your query string.
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: "fail", "rerun", "skip"
actualParameters
Stringoptional
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( request: "test-request", jobStepId: "test-jobStepId" /* optional arguments */ )