Skip to content
Snippets Groups Projects
Commit f179f9d3 authored by Nathan Hertz's avatar Nathan Hertz
Browse files

Merge branch 'release/WS-0.1' of https://open-bitbucket.nrao.edu/scm/ssa/data into release/WS-0.1

parents ff80afec 37ac0fff
No related branches found
No related tags found
No related merge requests found
......@@ -474,7 +474,7 @@ class WorkflowServiceRESTClient(WorkflowServiceIF):
def execute(self, request: WorkflowRequestIF, files: List["AbstractFile"]):
# step 1: create the request
req = requests.post(
f"{self.url}/workflows/{request.workflow_name}/requests/create"
f"{self.url}/workflows/{request.workflow_name}/requests/create?args={request.argument}"
).json()
# step 2: if necessary, pass the files up for this request
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment