diff --git a/runWorkflow.py b/runWorkflow.py index 9d7690a..917792e 100755 --- a/runWorkflow.py +++ b/runWorkflow.py @@ -86,7 +86,7 @@ "startCmd" : "main.sh", # Define which resource to run (should not be changed) - "resource_label": { + "resource": { "id" : resource_id, "type": "computeResource" } @@ -94,4 +94,4 @@ response = c.run_workflow(workflow_name, inputs) -print(response["message"]) \ No newline at end of file +print(response["message"])