cancel
Showing results for 
Search instead for 
Did you mean: 

activiti moduler candidateGroups fixed values

kdevineni1
Champ on-the-rise
Champ on-the-rise

When designing the workflow I choose the candidateGroups fixed value options, as shown in the screenshots.

These groups are created in the Identigroup , ogranizatin tab.

image

When trying to start the process instance , keep geting the below number format error for the group, 

I have worked on multiple workflows with the community edition with activiti:candidateGroups takes the groupname string, and resolves correctly.

Not clearly sure whats different in the APS .

Any advice would be helpful, thanks in advance.

image

1 ACCEPTED ANSWER

abbask01
Star Collaborator
Star Collaborator

In APS for candidate group assignments, you'll have to pass in the group db id instead of group name. use the rest API to find your group's ID ("id" will be present for each entry in response JSON)

Regards,
Abbas

View answer in original post

2 REPLIES 2

abbask01
Star Collaborator
Star Collaborator

In APS for candidate group assignments, you'll have to pass in the group db id instead of group name. use the rest API to find your group's ID ("id" will be present for each entry in response JSON)

Regards,
Abbas

Thanks for the respone.

Assuming the candidateGroups replaced with a variable and updating this variable in the task create listener will work.

Will try that shortly....