Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/_help/mcp-servers/write-your-first-flower-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ actions:
- do: next
```

> See [Runtime expressions](/help/mcp-servers/runtime-expressions) to see how response values can be transformed and used as a condition to define the next step.
{: .info}

| Action | What it does |
|--------|-------------|
| `end` | Terminates the flow and returns collected outputs so far. |
Expand Down Expand Up @@ -299,5 +302,5 @@ flows:
- [Deploy this file](/help/mcp-servers/deploy-workflows/) to your MCP server.
- Store API keys safely using [secrets](/help/mcp-servers/secrets/).
- Add more flows to the same file following the same pattern.
- Learn how to do more complex data transformation using [Runtime expressions](/help/mcp-servers/runtime-expressions).
- Learn how to do more complex data transformation and create condition trees using [Runtime expressions](/help/mcp-servers/runtime-expressions).
- Read the full [Flower specification reference](/help/mcp-servers/specification-support/flower-support/) for all available properties and options.
Loading