Runs a custom Python script that is directly editable in the workflow editor
This action provides a way to combine the power of Python with the simplicity of workflows. It lets you perform more complex operations that might not be possible with any of the other actions.
For integration between scripts and other workflow actions, the workflow module provides functions to read and write variables, get the input (from the previous action), and set the output that is passed to the next action.
If an exception occurs while running the script, the workflow is stopped.