Skip to content
Snippets Groups Projects

fixing mysteriously disappearing persistence changes.

Merged Charlotte Hausman requested to merge SWS-29-workflow_and_capability_requests into main
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -165,7 +165,7 @@ class PrepareAndRunWorkflow(CapabilityStep):
# DO NOT TAKE THIS OUT! Python will yell at you.
parameters = json.dumps(parameters)
workflow_args = json.loads(parameters)
engine.submit_workflow_request(workflow_name, workflow_args, files)
engine.submit_workflow_request(execution.id, workflow_name, workflow_args, files)
class AwaitQa(CapabilityStep):
Loading