Workflow Output
Define what the customer receives when the workflow finishes.
Audience
Creators building and publishing workflows.
Overview#
Workflow Output is the finish line. It takes the final result from upstream blocks and presents it in the run modal. Auto can detect text, Markdown, images, HTML, or JSON from the connected value.
Every shippable workflow should end with a clear output block so customers know exactly what they paid for.
Workflow Output
Ports#
- Input: Result (
in-left): Connect the final value you want the customer to see. It usually sits at the end of the main flow or a branch.
Inspector#
- Output Name: A customer-facing label for the result, such as "Generated Content" or "Processed Data."
The output name is the only display setting. Native values are preserved and the run modal always chooses the appropriate renderer automatically.
Tips#
- Name the output after what the customer gets, not how it was made.
- Connect the native value you want customers to receive; no output-format conversion is applied.
- Do not expose internal debug structure unless the product is meant to show it.
Related#
Was this useful?
Your response helps us improve the documentation.