Update expected_workflows/flow_sequential_expected.py
Some checks failed
CI Workflow / Testing the Flow (push) Failing after 16s
CI Workflow / Containerize the Flow (push) Has been skipped

This commit is contained in:
gitea_admin_user 2025-04-09 17:04:49 +00:00
parent 3ff0cd3e20
commit eb16868469

View File

@ -268,4 +268,4 @@ class test_repo_test_branch:
except Exception as e:
logger.error(f"Workflow failed with error: {e}")
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