How to get stages for case instances?

How can I get all stages for a given case instance?

CmmnRuntimeService.createPlanItemInstanceQuery().onlyStages(), with additional query methods of course passing your case instance id or other data.

1 Like