logologo
Get Started
Guide
Development
Plugins
API
English
简体中文
Get Started
Guide
Development
Plugins
API
English
简体中文
logologo
Workflow
Overview
Getting Started

Triggers

Overview
Collection Event
Schedule
Pre-action Event
Post-action Event
Custom Action Event
Approval
Webhook

Nodes

Overview

AI

Large Language Model

Flow Control

Condition
Loop
Variables
Parallel Branch
Subflow
Output
Delay
End

Calculation

Calculation
Date Calculation
JSON Query
JSON Variable Mapping

Data Operations

Create Data
Update Data
Query Data
Delete Data
SQL Operation

Manual Processing

Manual Processing
Approval
CC

Extended Types

HTTP Request
JavaScript
Notification
Send Email
Response
Response Message
Variables
Execution History
Version Management
Advanced Options

Extension Development

Overview
Extending Trigger Types
Extending Node Types
API Reference
Previous PageSubflow
Next PageDelay

#Workflow Output

#Introduction

The "Workflow Output" node is used in a called workflow to define its output value. When one workflow is called by another, the "Workflow Output" node can be used to pass a value back to the caller.

#Create Node

In the called workflow, add a "Workflow Output" node:

20241231002033

#Configure Node

#Output Value

Enter or select a variable as the output value. The output value can be of any type, such as a constant (string, number, boolean, date, or custom JSON), or another variable from the workflow.

20241231003059

Tip

If multiple "Workflow Output" nodes are added to a called workflow, the value of the last executed "Workflow Output" node will be output when the workflow is called.