[Procedure]
- I generated a case microservice code by following the procedure described in the URL below. And I sent it to Pega.
Pegasystems Documentation
Request URL (HTTP method POST)
http://XX.XX.XX.XX:XX[IP:port]/prweb/api/v1/cases
Request body
{
“caseTypeID”: “XXXX-YYYY-Work-ZZZZ”,
“processID”: “”,
“parentCaseID”: “”,
“content”: {}
}
- As a result, I received the 201 response (success) by Pega. And I confirmed the case had been created on Pega collectly.
- But I found the issue that the Pega judged that case as a “Broken Process”.
Could you tell me how to create the case through REST Service in Pega 8.5?