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