Update expected_workflows/flow_sequential_expected.py
This commit is contained in:
parent
3ff0cd3e20
commit
eb16868469
@ -268,4 +268,4 @@ class test_repo_test_branch:
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.error(f"Workflow failed with error: {e}")
|
logger.error(f"Workflow failed with error: {e}")
|
||||||
workflow_output["status"] = "failed"
|
workflow_output["status"] = "failed"
|
||||||
raise temporalio.exceptions.ApplicationError("Workflow failed",workflow_output,str(e),type="WorkflowError",non_retryable=True) from e
|
raise temporalio.exceptions.ApplicationError("Workflow failed",workflow_output,str(e),type="WorkflowError",non_retryable=True) from e
|
||||||
Loading…
x
Reference in New Issue
Block a user