diff --git a/src/content/docs/workers/wrangler/commands.mdx b/src/content/docs/workers/wrangler/commands.mdx index 9e01d54c1dafcb..e0ecb405f20ba3 100644 --- a/src/content/docs/workers/wrangler/commands.mdx +++ b/src/content/docs/workers/wrangler/commands.mdx @@ -789,13 +789,13 @@ wrangler workflows instances list [OPTIONS] Describe a specific instance of a Workflow, including its current status, any persisted state, and per-step outputs. ```sh -wrangler workflows instances describe [OPTIONS] +wrangler workflows instances describe [ID] [OPTIONS] ``` - `WORKFLOW_NAME` - The name of a registered Workflow. -- `ID` - - The ID of a Workflow instance. You can optionally provide `latest` to refer to the most recently created instance of a Workflow. +- `ID` + - The ID of a Workflow instance. You can optionally provide `latest` to refer to the most recently created instance of a Workflow. Defaults to `latest` if no ID is provided.