Preview a Workflow
Learn how to preview a workflow in the Roboflow Workflows editor.
Last updated
Learn how to preview a workflow in the Roboflow Workflows editor.
Last updated
You can preview a workflow in the Roboflow Workflows editor.
To preview a Workflow, click the "Run Preview" button at the top of the Workflow editor:
The Preview Workflow interface will appear in which you can test your workflow in the browser.
The interface has two panels:
Input, in which you can provide the inputs your Workflow requires, and;
Output, in which you can see the output of your Workflow on the provided inputs.
For example, here is the Preview Workflow interface for a workflow that accepts a single image:
All Workflows will return a JSON payload. If your Workflow contains an image output (i.e. a Workflow that uses a Visualization block to show the results from a model), you can preview the images, too.
The JSON payload will open by default.
Here is an example of a JSON payload:
If your Workflow returns an image, you can click "Show Visual" to show the output from the Workflow: