15361: Add tests for --create-workflow bugfixes
[arvados.git] / sdk / cwl / arvados_cwl / __init__.py
index 4c983858020ba52a8610c3b37e274e2d3643e487..ccbce3ed3eaee5b05d7cf55f879cacfc0c87e2fb 100644 (file)
@@ -336,4 +336,5 @@ def main(args, stdout, stderr, api_client=None, keep_client=None,
                              logger_handler=arvados.log_handler,
                              custom_schema_callback=add_arv_hints,
                              loadingContext=executor.loadingContext,
-                             runtimeContext=executor.runtimeContext)
+                             runtimeContext=executor.runtimeContext,
+                             input_required=not (arvargs.create_workflow or arvargs.update_workflow))