How to get the PPR Submitter's Manager in Starting Participant in BPM Worklist that Uses Job Level?
I've tried using HierarchyBuilder.getManager("supervisory", Task.payload.Payment Requestor, -1, "", "") but it says "RUL-05717: The identifier "Task.payload" is not valid here.". I've also tried HierarchyBuilder.getPrincipal(Task.Workflow Submitter,-1,"","") but it says "RUL-05717: The identifier "Task.Workflow" is not valid here."
So what is the right expression to call the PPR submitter's manager in BPM Worklist that uses job level list builder?
0