Skip to content

Commit

Permalink
updated workflow_mgr and test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Apr 10, 2024
1 parent 06b6a11 commit 4007eeb
Show file tree
Hide file tree
Showing 4 changed files with 207 additions and 360 deletions.
3 changes: 0 additions & 3 deletions app/controllers/subprocesses/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,6 @@ def _parse_response(
Parse JSON object for workflow status response
"""
# status = WorkflowStatusResponseSchema()
# reset status of any stale errors or states
status.status = True
status.error = ""

pfdcm_has_error = pfdcm_response.get("error")
cube_has_error = cube_response.get("error")
Expand Down
Loading

0 comments on commit 4007eeb

Please sign in to comment.