Hi experts,
I’m using Bonita Community 7.2.3.
I have a process where a Service Task is used to obtain the next approver in a hierarchy. It stores the approver’s use name in a column approver_level_1, approver_level_2, etc… in a BDM table of approvers.
I’d like to read that values in order to assign a Human Task to them, so I’m implementing an Actor filter, which should read the value of approver_level_1, and assign the task to him/her.
How can I read a BDM value from an Actor Filter implementation?
Regards,
Jose.