Skip to content

Commit

Permalink
docs(update): incidentIdIn can not be applied in OR queries
Browse files Browse the repository at this point in the history
  • Loading branch information
venetrius committed Oct 4, 2024
1 parent c1ba386 commit 922d568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/user-guide/process-engine/process-engine-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ OR queries enable building queries in which filter criteria are linked together
{{< note title="Heads-up!" class="info" >}}
- This functionality is only available for task and process instance queries (runtime & history).
- The following methods cannot be applied to an OR query: orderBy...(), initializeFormKeys(),
withCandidateGroups(), withoutCandidateGroups(), withCandidateUsers(), withoutCandidateUsers().
withCandidateGroups(), withoutCandidateGroups(), withCandidateUsers(), withoutCandidateUsers(), incidentIdIn().
{{< /note >}}

After calling `or()`, a chain of several filter criteria could follow. Each filter criterion is linked together
Expand Down

0 comments on commit 922d568

Please sign in to comment.