Automation Menu
...
Workflows
The Workflow Editor
The Code Editor
1min
for users who prefer to work directly with the workflow’s code, this button opens up a code editor this editor allows for viewing and editing the workflow manifest, offering a more technical and detailed approach to workflow management it caters to users who are comfortable with direct code manipulation or who need to make advanced customizations example \# define the workflow with two nodes \ name node python script action python input script | \# python code to write a simple message to a text file with open('output txt', 'w') as file file write('hello, this is a test message ') kind action \ name node http request action httprequest input method get url https //example com/api/data authentication type basic username user password pass kind action