Back to index
Summary
Completes the manual task.flowRuntimeIdUUIDrequiredThe 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: "completed" , "failed" , "skipped" actualParameterArrayoptionalActual parameters passed to an invoked subprocedure. 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
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