From 80085e6f502bcffde28ebdfc01216a489a399711 Mon Sep 17 00:00:00 2001 From: "Paul B." Date: Mon, 23 Mar 2026 11:19:57 +0100 Subject: [PATCH] README: cleanup limitations (path params are part of the request URL) This is a cleanup to remove the limitation compared to arazzo on path parameters. Indeed, in flower you define the URL directly so you can very easily use path parameters as such: ``` request: method: POST url: https://api.example.org/users/$inputs.userId ``` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 852c1df..4badbba 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ You can find the current version of the specification JSON Schema at: ## Notable _limitations_ compared to Arazzo -- Arazzo's **`step.parameters[in=path|cookie]`** do not have a Flower +- Arazzo's **`step.parameters[in=cookie]`** do not have a Flower equivalent yet. - Flower does not support referenced workflows within a **`step`** (or **`action`**) yet. Meaning you can't use a whole defined workflow