mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-23 08:00:45 +00:00
import python code as raw to avoid reindent
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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)
|
||||
print("name", name)
|
||||
return message, flow_id
|
||||
Reference in New Issue
Block a user