Task Management Service
expose the following method getAvailableTasks:
where
- participantToken:
- is the usual SSO Tempo security Token
- TaskType would be one of:
- PATask
- PIPATask
- Notification
- subQuery:
- is a string following closely the JPQL syntax.
An example of a subQuery would be:
This will retrieve all the task that are in state READY or CLAIMED ordered by ascending description.
A few dozens queries testing can be seen in the following JUnit test case
.