Skip to content

Commit

Permalink
update docs -> less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
venetrius committed Sep 20, 2024
1 parent 7fb55ec commit 86488bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,7 @@
"activityIdIn": {
"type": "array",
"itemType": "string",
"desc": "Restrict to instances that have an active activity or failing activity with one of given ids. It works
similarly to the activityIdIn filter in the runtime query. Difference is activities that follow
an asyncAfter activity or themselves are asyncBefore or boundary activities are not considered active until
the scheduler picked them up for execution. ${listTypeDescription}"
"desc": "Restrict to instances that have an active activity or failing activity with one of the given ids. ${listTypeDescription}"
},

"executedActivityIdIn": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,6 @@ public interface HistoricProcessInstanceQuery extends Query<HistoricProcessInsta

/**
* Only select historic process instances that have active activities or failing activities with given ids.
* Activities that follow an asyncAfter activity or themselves are asyncBefore or boundary activities are not
* considered active until the scheduler picked them up for execution.
*/
HistoricProcessInstanceQuery activityIdIn(String... ids);

Expand Down

0 comments on commit 86488bb

Please sign in to comment.