X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/46ad2015c1db3662a1ece565df06acbbfd7ee7ec..9e2357191ca21631bcb6d8cf7a640d456a1a6cfa:/sdk/cli/bin/arv-run-pipeline-instance diff --git a/sdk/cli/bin/arv-run-pipeline-instance b/sdk/cli/bin/arv-run-pipeline-instance index 35b2cd5942..c6fd61f9e3 100755 --- a/sdk/cli/bin/arv-run-pipeline-instance +++ b/sdk/cli/bin/arv-run-pipeline-instance @@ -578,9 +578,11 @@ class WhRunPipelineInstance debuglog "names: #{@instance[:name]} #{@template[:name]}", 0 if (not @instance[:name].nil?) and (not @instance[:name].empty?) pipeline_name = @instance[:name] - else + elsif @instance[:pipeline_template_uuid] fetch_template(@instance[:pipeline_template_uuid]) pipeline_name = @template[:name] + else + pipeline_name = "pipeline started #{@instance[:started_at]}" end if c[:output_name] != false # Create a collection located in the same project as the pipeline with the contents of the output.