X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/08123387faf00b0af64ea01f7196d8c5ca3fae1e..95252e3481369d48d26c71dabc4475d12a805b3e:/sdk/cwl/arvados_cwl/util.py diff --git a/sdk/cwl/arvados_cwl/util.py b/sdk/cwl/arvados_cwl/util.py index 776fc6bc25..85ae65ecf1 100644 --- a/sdk/cwl/arvados_cwl/util.py +++ b/sdk/cwl/arvados_cwl/util.py @@ -5,6 +5,8 @@ import datetime from arvados.errors import ApiError +collectionUUID = "http://arvados.org/cwl#collectionUUID" + def get_intermediate_collection_info(workflow_step_name, current_container, intermediate_output_ttl): if workflow_step_name: name = "Intermediate collection for step %s" % (workflow_step_name) @@ -30,5 +32,5 @@ def get_current_container(api, num_retries=0, logger=None): if logger: logger.info("Getting current container: %s", e) raise e - + return current_container