Michael Wohlfart wrote:
- I would like to be able to query all HistoryTasks for a certain ProcessInstance, I am not sure how this can be implemented in a smart way. There is a property "executionId" which might be helpfull for this but it seems this is not fully implemented yet, so I am open for any good ideas here
I implemented that by joining HistoryTask with HistoryActivityInstance to narrow down for a particular process instance id. Since entire history is not yet finished I don't have complete solution, but if someone is interested I could extract this as a patch for a review.