Approvals workflow user entered criteria pass parameter
Hi,
I have a requirement to route the approval to user list only when certain conditions are true. I created multiple paths and each path has a single step tied to a user entered criteria definition. I am using dynamic view for the record as I need to pass the operator ID as parameter however I encountered the PeopleCode error below:
Approval process 'LOA_Approval' has no instantiated process with Id 0. (236,1052) PTAF_CORE.ENGINE.AppInst.OnExecute Name:InitByThread PCPC:5996 Statement:81
I then tried to change the parameter to the transaction keys as I assumed it is how the parameters are passed but still doesn't work.