0

I read the document Activiti UserGuide

In chapter 8.8. Process Initiation Authorization

List<Group> authorizedGroups =  identityService().createGroupQuery().potentialStarter("processDefinitionId").list();

but In Activiti 7.0, GroupQuery does not have the method potentialStarter, how can I query processdefinition initiated by some groups?

Sri9911
  • 1,187
  • 16
  • 32
user7403364
  • 21
  • 1
  • 5

1 Answers1

0

The user guide that you are looking at is for Activiti 6, not 7. Activiti 7 is going to be Beta1 very soon, and there will be separate guides for that version, due the fact that we are aiming for a Cloud Native version of Activiti.

salaboy
  • 4,123
  • 1
  • 14
  • 15