Back to index
Summary
Renames a running pipeline.newNameStringrequiredThe new name for the flow runtime. flowRuntimeIdStringoptionalThe primary key of the completed flowRuntime. |
Usage
Perl
$cmdr->setPipelineRunName( "test-newName" # newName # optionals );
ectool
ectool setPipelineRunName \ "test-newName" `# newName` \ # optionals