From 8878ef7c37ae7675c52f8368a3ebdafc07e16988 Mon Sep 17 00:00:00 2001 From: Mark Sellings Date: Mon, 21 Oct 2024 08:10:02 -0500 Subject: [PATCH] Update docs/guides/getting-started-orchestrate-human-tasks.md Co-authored-by: Cole Isaac <82131455+conceptualshark@users.noreply.github.com> --- docs/guides/getting-started-orchestrate-human-tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/getting-started-orchestrate-human-tasks.md b/docs/guides/getting-started-orchestrate-human-tasks.md index dcec47037b..1cc41833cf 100644 --- a/docs/guides/getting-started-orchestrate-human-tasks.md +++ b/docs/guides/getting-started-orchestrate-human-tasks.md @@ -318,7 +318,7 @@ Using the Zeebe or Tasklist API, many other ways to complete a user task are pos 1. Open Tasklist at `http://localhost:8080/tasklist`. 2. On the left, you will notice a list of **tasks**. There should be one open task `Decide what's for dinner`. Click this task to open it in the detail view. -3. In the detail view, the form you created in **[Step 2](#step-2-design-a-form)** appears. It is read only since this task is currently unassigned. You have to claim the task to work on it. Next to **Assignee**, click **Assign to me** to claim the task. +3. In the detail view, the form you created in **[Step 2](#step-2-design-and-link-a-form)** appears. It is read only since this task is currently unassigned. You have to claim the task to work on it. Next to **Assignee**, click **Assign to me** to claim the task. 4. Select one of the radio options. 5. Click **Complete Task** to submit the form.