mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 16:03:47 +00:00
fix: error handler does not recover flow anymore and error handler is called only once up the flow
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
export default `import os
|
||||
|
||||
# flow is considered recovered and a success unless an exception is raised
|
||||
|
||||
|
||||
def main(message: str, name: str):
|
||||
flow_id = os.environ.get("WM_FLOW_JOB_ID")
|
||||
print("message", message)
|
||||
|
||||
Reference in New Issue
Block a user