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 PageDelay
Next PageCalculation

#End Workflow

When this node is executed, it immediately terminates the current workflow with the status configured in the node. It is typically used for flow control based on specific logic, exiting the current workflow when certain conditions are met and stopping the execution of subsequent processes. It is analogous to the return instruction in programming languages, used to exit the current function.

#Add Node

In the workflow configuration interface, click the plus ("+") button in the flow to add an "End Workflow" node:

End Workflow_Add

#Node Configuration

End Workflow_Node Configuration

#End Status

The end status will affect the final status of the workflow execution. It can be configured as "Succeeded" or "Failed". When the workflow execution reaches this node, it will exit immediately with the configured status.

Note

When used in a "Before action event" type workflow, it will intercept the request that initiated the action. For details, please refer to Usage of "Before action event".

Also, in addition to intercepting the request that initiated the action, the end status configuration will also affect the status of the feedback in the "response message" for this type of workflow.