Download the workflow code from the notte console as a python file
function = notte.Function("<your-function-id>") function.download(path="<path-to-your-function.py>", decryption_key="<your-key>")
str
Was this page helpful?