Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: tasso94 <[email protected]>
  • Loading branch information
venetrius and tasso94 committed Sep 20, 2024
1 parent fa47e2e commit e6dc437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
"activityIdIn": {
"type": "array",
"itemType": "string",
"desc": "Restrict to instances that have an active activity or failing activity with one of the given ids. ${listTypeDescription}"
"desc": "Restrict to instances with an active activity with one of the given ids. This filter behaves differently as `activeActivityIdIn` since it also yields results when filtering for activities with an incident. ${listTypeDescription}"
},

"executedActivityIdIn": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ public interface HistoricProcessInstanceQuery extends Query<HistoricProcessInsta
HistoricProcessInstanceQuery activeActivityIdIn(String... ids);

/**
* Only select historic process instances that have active activities or failing activities with given ids.
* Only select historic process instances with an active activity with one of the given ids. This filter behaves differently as `activeActivityIdIn` since it also yields results when filtering for activities with an incident.
*/
HistoricProcessInstanceQuery activityIdIn(String... ids);

Expand Down

0 comments on commit e6dc437

Please sign in to comment.