Run Python code securely during your flow’s execution
inputs
dictionary with typed values (e.g., inputs["input1"]["type"]
, inputs["input1"]["value"]
).{"output1": {"type": "string", "value": "result"}}
).main(inputs)
function that processes the inputs and returns a dictionary of outputs. Default template:main(inputs)
functioninputs
dictionary where each input has type
and value
propertiestype
and value
properties