import python code as raw to avoid reindent

This commit is contained in:
Ruben Fiszel
2023-02-05 16:02:53 +01:00
parent e1b9247e11
commit ab432d628a
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