Back to index
Summary
Run a task out of order - in a stage or gate that hasn't started yet.flowRuntimeIdUUIDrequiredThe ID of the flow runtime. stageNameStringrequiredThe name of the stage. taskNameStringrequiredThe name of the task. gateTypeStringoptionalThe type of the gate. Possible values: "POST" , "PRE" |
Usage
Perl
$cmdr->runFutureTask( "test-flowRuntimeId", # flowRuntimeId "test-stageName", # stageName "test-taskName" # taskName # optionals );
ectool
ectool runFutureTask \ "test-flowRuntimeId" `# flowRuntimeId` \ "test-stageName" `# stageName` \ "test-taskName" `# taskName` \ # optionals