Given only a taskId is it possible to get the “root” execution or “root” processInstance?
That means in case the task belongs to a sub process (or a call activity) - is there any change to get the overall “root” process that belongs to this task?
I did not find any way using the ProcessInstanceQuery or ExecutionQuery and their results to find “super Executions” (as it is possible for DelegateExecutions for example).