Skip to content

Commit

Permalink
remove get user task from 8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
christinaausley committed Nov 26, 2024
1 parent 05ac72a commit 84685cf
Showing 1 changed file with 0 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -268,19 +268,6 @@ The following table outlines the respective endpoints. Click the endpoints to fo
</a>
</td>
</tr>
<tr>
<th style={{ textAlign: "end" }}>Get user task</th>
<td>
<a href="../../tasklist-api-rest/specifications/get-task-by-id/">
<code>GET /tasks/:taskId</code>
</a>
</td>
<td>
<a href="../../camunda-api-rest/specifications/get-user-task">
<code>GET /user-tasks/:userTaskKey</code>
</a>
</td>
</tr>
<tr>
<th style={{ textAlign: "end" }}>Retrieve task variables</th>
<td>
Expand All @@ -294,19 +281,6 @@ The following table outlines the respective endpoints. Click the endpoints to fo
</td>
<td style={{color: "gray"}}>← Use Tasklist API</td>
</tr>
<tr>
<th style={{ textAlign: "end" }}>Get task form</th>
<td>
<a href="../../tasklist-api-rest/specifications/get-form/">
<code>GET /forms/:formId</code>
</a>
</td>
<td>
<a href="../../camunda-api-rest/specifications/get-user-task-form">
<code>GET /user-tasks/:userTaskKey/form</code>
</a>
</td>
</tr>
<tr>
<th style={{ textAlign: "end" }}>Assign a task</th>
<td>
Expand Down

0 comments on commit 84685cf

Please sign in to comment.