Hi,I want to use the ProcessManager API to purge some specific long
lived process Instances like this
:pm.purgeProcessInstance(invocationID);But i didn't find a way to get
the invocation ID of my process instance.I use the
TaskManagerQueryService to search for process instances and get a list
of ProcessInstanceRow objects.But unfortunately, this object doesn't
have an invocationID attribute, only the processInstanceID...Is there a
way to get the invocationID from a process instance ?Thanks,Will