Skip to content

Visual Editor

visual editor

Jobs are configured and tested via the UI’s visual editor.

From here you can test jobs before deploying jobs to workers.

On the left is the input, in the middle the actions, and on the right is the output.

Switch to the YAML tab to work directly with the underlying job definition. The editor renders the current pipeline as YAML, validates your changes as you type, and lets you copy or download the definition when you need to share it. Internally the job is stored as JSON, but the UI round-trips through YAML for readability.

yaml tab

With very large jobs the YAML editor can be faster than the visual canvas for precise adjustments to inputs, actions, or outputs.