Task instance Id based on the planitem instance id

Hi,
I am using flowble rest.
I need to get the task based on the corresponding plan item id.
I somewhere read about subscopeid for a task which is a planitemid. But i don’t see any such filter in the rest endpoint.
How to get the task based on the corresponding planitem using rest endpoints.

Thanks in advance…

Correct, those properties (available in the java api) weren’t ported yet to the REST API. I’ve added them now: https://github.com/flowable/flowable-engine/commit/13a33339478b7e6734326efceaa8d6a9708e0875

1 Like

Thank you @joram for your quick resolution.
Can this be ported to flowable-release-6.5.1 ?