I am using Pega 8.7 personal edition for creating a POC project.
I am trying to route one step to manager WorkQueue. The step is successfully routed to manager WorkQueue. But, when I click on go button to fill details on that particular step, I am getting error “Failed to load Harness”.
@AbhishekC1725 the issue seems to be a problem with the application flow configuration.
Please clarify the ‘WORK’ class listed in the error, ie “20221222”
This does not seem to be valid.
On Open Assignment please check which property/parameter holds the correct assignment key (like, Param.InsHandle etc.) when executing the Open Assignment and pass that as value of parameter ‘Key’ such that correct value will be passed in the parameter ‘Key’.
You are correct the problem is with case id prefix only.
I modified OOTB Data Transform for setting case prefix. I removed Step 2 and Step 3 that I added to pyDefault Data transform of my case type. And now the problem is solved.