PEGA api to create case
Hi All,
We are trying to create case using PEGA api by passing below parameter:-
{
"caseTypeID": "ABC-Work-XYZ",
"processID": "pyStartCase"
}
It is creat case of prefix "c-". Whereas it is supposed to create workID "X-". pyStartCase flow of my work class is not getting calledin tracer. I can see pyStartCase is getting called from work- class.
Please suggest at the earliest.
***Updated by moderator: Lochan to add Categories***