Back to index
Summary
Retrieves the list of pipeline stage tasks and the details about them that are displayed in the pipeline run view.flowRuntimeIdUUIDrequiredThe ID of the flow runtime. firstResultIntegeroptionalResult pagination: the first row to return. maxResultsIntegeroptionalResult pagination: the number of rows to return. sortKeyStringoptionalHow to sort the results. sortOrderStringoptionalSpecifies the order to sort the results. Possible values: "ascending" , "descending" stageNameStringoptionalThe name of the stage. stageRunNumberIntegeroptionalThe stage run number. |
Usage
Perl
$cmdr->getPipelineStageRuntimeTasks( "test-flowRuntimeId" # flowRuntimeId # optionals );
ectool
ectool getPipelineStageRuntimeTasks \ "test-flowRuntimeId" `# flowRuntimeId` \ # optionals