Skip to content

Commit

Permalink
chore(user-guide): add user op logs for comment (#1706)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanavasileva authored Nov 29, 2024
1 parent 7aed4cc commit 2f57c9b
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion content/user-guide/process-engine/history/user-operation-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ The following describes the operations logged in the user operation log and the
<tr>
<td>Filter</td>
<td>Create</td>
<td>TaskWorker</td>
<td>TaskWorker</td>
<td>
<ul>
<li><strong>filterId</strong>: the id of the filter that been created</li>
Expand All @@ -870,6 +870,26 @@ The following describes the operations logged in the user operation log and the
</ul>
</td>
</tr>
<tr>
<td>Comment</td>
<td>Update</td>
<td>TaskWorker</td>
<td>
<ul>
<li><i>No additional property is logged</i></li>
</ul>
</td>
</tr>
<tr>
<td></td>
<td>Delete</td>
<td>TaskWorker</td>
<td>
<ul>
<li><i>No additional property is logged</i></li>
</ul>
</td>
</tr>
<tr>
<td>User</td>
<td>Create</td>
Expand Down

0 comments on commit 2f57c9b

Please sign in to comment.