import python code as raw to avoid reindent

This commit is contained in:
Ruben Fiszel
2023-02-05 16:03:03 +01:00
parent 20ea3424e0
commit cca5ea8644
6 changed files with 122 additions and 115 deletions
@@ -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