I deployed the application as described in the documentation (the ClaimManagement application).
I am able to login, create process, create a new case.
I am completely lost as I can't find detailed enough documentation about it.
But I am unable to execute a task.
I always receive a HTTP error 404 when doing a PUT with the "assumed" correct request.
Hereunder is the Wireshark log of the request:
PUT /bonita/API/bpm/task/20024 HTTP/1.1
Set-Cookie: BOS_Locale=en; Path=/; SameSite=Lax
X-Bonita-API-Token: 033053fb-4fcf-4894-a1e1-308ba8e533db
User-Agent: Jakarta Commons-HttpClient/3.1
Host: 127.0.0.1:8080
Cookie: $Version=0; bonita.tenant=1
Cookie: $Version=0; JSESSIONID=DC812B59C9B580961845D7587730ACDD; $Path=/
Cookie: $Version=0; X-Bonita-API-Token=033053fb-4fcf-4894-a1e1-308ba8e533db; $Path=/
Cookie: $Version=0; BOS_Locale=en; $Path=/
Content-Length: 235
Content-Type: application/json; charset=UTF-8
{
"state": "completed",
"variables": [
{ "name":"claimInput1",
"value":[
{
"name" : "answer", "value" : "Good"
}
]}
]
}HTTP/1.1 404
Cache-Control: no-store, no-cache, must-revalidate, proxy-revalidate
Content-Type: application/json;charset=UTF-8
Transfer-Encoding: chunked
Date: Sun, 09 Jan 2022 20:39:17 GMT