Skip to content

Commit

Permalink
move sci inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Dec 11, 2024
1 parent d0ab897 commit 6613113
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/firecloud_api/firecloud_api2.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ def poll_job_status(self, submission_id):
workflow_status = workflow.get("status")
if workflow_id and workflow_status:
workflow_status_map[workflow_id] = workflow_status
logging.info(f"Workflow ID: {workflow_id}, Status: {workflow_status}")
#print the dictionary
print(json.dumps(workflow_status_map))

# Check if the submission is complete
submission_status = status_data.get("status", "")
Expand Down

0 comments on commit 6613113

Please sign in to comment.