4546474849505152
if (execution==null) { throw new ActivitiException("execution "+executionId+" doesn't exist"); } return execution.findActiveActivityIds(); } }
4748495051525354
if (execution==null) { throw new ActivitiObjectNotFoundException("execution "+executionId+" doesn't exist", Execution.class); } return execution.findActiveActivityIds(); } }