Answer
It can serve as a termination point for a workflow or directly return a specified result to the user or caller within the process, suitable for scenarios such as quick responses or conditional interception.

Core Featuresโ
- Instant Response
- Outputs results at the required point in the process.
- Flexible Return
- Supports returning static data, dynamic variables (e.g.,
{{ output }}
), or a mix of both.
- Supports returning static data, dynamic variables (e.g.,
- Multi-Format Response (Under Development)
- Configurable data structures such as JSON/XML/text, adaptable to different calling protocols.