Skip to content

Commit 7e9c8c9

Browse files
committed
fix: move doc link to the top of query README
Signed-off-by: “Kevin” <kevlar_ksb@yahoo.com>
1 parent 54836b5 commit 7e9c8c9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • src/main/java/com/uber/cadence/samples/query

src/main/java/com/uber/cadence/samples/query/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Custom Workflow Controls (Markdoc query samples)
22

3+
> **Concept overview:** [Workflow queries with formatted data](https://cadenceworkflow.io/docs/concepts/workflow-queries-formatted-data)
4+
35
These workflows return **formatted markdown** from workflow queries so [Cadence Web](https://github.com/cadence-workflow/cadence-web) can render **Custom Workflow Controls**: Markdoc tags such as `{% signal %}` and `{% start %}` become buttons that signal this workflow or start a new one.
46

57
**Requires Cadence Web v4.0.14 or newer** for markdown rendering and interactive controls.
@@ -75,4 +77,3 @@ Run **one** of the starters (each starts a new workflow execution on task list `
7577
| Lunch voting | [`LunchVoteWorkflow.java`](LunchVoteWorkflow.java) | `options` |
7678
| Order dashboard | [`OrderFulfillmentWorkflow.java`](OrderFulfillmentWorkflow.java) | `dashboard` |
7779

78-
See also: [Workflow queries with formatted data](https://cadenceworkflow.io/docs/concepts/workflow-queries-formatted-data) (conceptual overview).

0 commit comments

Comments
 (0)