Hello, Is the documentation is wrong or a bug in the Bonita Portal? In my Application page, I want to have a link to the overview case. Reading the documentation https://documentation.bonitasoft.com/bonita/7.10/bonita-bpm-portal-urls I see that the URL is
http://localhost:8080/bonita/portal/form/processInstance/8
where 8 is the case ID. It's work very well with an active case (example, 4007) When my case is archived, the links work, but the case overview page is empty: there are no data displayed. When I click on the overview in the portal, I see correctly all my data. It's maybe because I have to use the "Archived Id"? In Bonita, when a caseID is archived, it got a new ID. And 4007 becomes the "sourceObjectId".
So, thanks to LongBoard, I see the case ID 4007 has a new ID "12013" I try
http://localhost:8080/bonita/portal/form/processInstance/12013
and I got an error 404 What is the correct URL to access an archived case?