How to populate a candidate group in activiti7

cancel
Showing results for 
Search instead for 
Did you mean: 
amkhan
Member II

How to populate a candidate group in activiti7

Hi,

 

I am using activiti 7 with community version along with springboot. I used spring security for basic auth. In my bpmn file for one of the task i added candidate group.

 

From my java service i am i added a hardcoded candidate group and i saw that table act_ru_identitylink has been update with task and candidate group i am passign as string but not the user for that candidate group.

 

My question is from my java code how to assemble a candidate group so that act_ru_identitylink table will be populated user column for corresponding candidate table.

 

Please let me know if i am not clear, i will add my code snippet here.

 

Thanks a lot

1 Reply
amkhan
Member II

Re: How to populate a candidate group in activiti7

Never mind, i did not realize that, when we see tasks after assign candidate then assigned user becomes null until any user from that candidate group claims that task