when I open the Case created there is no page pxFlow. any configuration we need to follow ?
Hi guys,
Need some assistance,
I am using the OOTB Pega API to create the Case
Request :
{
"caseTypeID": "ORT5RH-Fx-Work-CompanyInfo",
"processID": "pyStartCase",
"parentCaseID": "",
"content": {"AccountName": "user","LegalCompanyName": "com"}
}
Response :
{
"ID": "ORT5RH-FEDEX-WORK C-733",
"pxObjClass": "Pega-API-CaseManagement-Case"
}
Problem statement : when I open the Case created Eg: C-733 there is no page pxFlow. any configuration we need to follow ?
***Updated by moderator: Lochan to branch reply and create new posts***