completeManualTask

On this page
Back to index

Summary

Completes the manual task.
flowRuntimeId
Stringrequired
The ID of the flow runtime.
stageName
Stringrequired
The name of the stage.
taskName
Stringrequired
The name of the task.
action
Stringoptional
The type of action to be taken on the manual process step or manual task or gate task.
Possible values: "completed", "failed", "skipped"
actualParameters
Stringoptional
Actual parameters passed to an invoked subprocedure.
evidence
Stringoptional
Evidence provided while taking an action on the manual process step or manual task or gate task.
gateType
Stringoptional
The type of the gate.
Possible values: "POST", "PRE"

Usage

Perl

$cmdr->completeManualTask( "test-flowRuntimeId", # flowRuntimeId "test-stageName", # stageName "test-taskName" # taskName # optionals );

ectool

ectool completeManualTask \ "test-flowRuntimeId" `# flowRuntimeId` \ "test-stageName" `# stageName` \ "test-taskName" `# taskName` \ # optionals