EdgazeDocsEdgaze Docs
DocumentationAPI Reference
Home
Core
Workflow InputWorkflow FormWorkflow OutputMergeMerge ObjectsTemplateMap
AI
LLM ChatLLM ImageLLM Embeddings
Logic & integration
HTTP RequestWeb ScrapeYouTube TranscriptJSON ParseConditionDelayLoopRun Another Workflow (Remix)

Platform status

Checking platform status
Block reference

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

Press enter or space to select a node. Press delete to remove it and escape to cancel.
Press enter or space to select an edge. You can then press delete to remove it or escape to cancel.

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#

  • Workflow Studio

Was this useful?

Your response helps us improve the documentation.

More blocks

Workflow Input

Ask the customer one clear question and turn their answer into data your workflow can use.

Workflow Form

Collect several run-modal fields in one grouped form, each with a stable key for downstream steps.

Merge

Combine several upstream values into one payload for the next step.

On this page
OverviewPortsInspectorTipsRelated
© 2026 Edge Platforms, Inc. All rights reserved.