I am able to upload a file in the studio version using the the REST API …/bonita/API/bpm/caseDocument
and then
…/bonita/API/bpm/caseDocument
{
“caseId”:“{{case_id}}”,
“file”:“{{temp_file}}”,
“name”: “Doc 1”,
“fileName”: “document_1.html”,
“description”: “draft”
}
When I try it on the JBOSS server the first call returns the temp file, but the second call returns an error because it can’t find the file that was uploaded. I have not been able to find the uploaded file on the server, or a directory that looks like the tenant temp directory.
Bonitasoft empowers development teams with Bonita, the open-source and extensible platform to solve the most demanding process automation use cases. The Bonita platform accelerates delivery of complex applications with clear separation between capabilities for visual programming and for coding. Bonita integrates with existing solutions, orchestrates heterogeneous systems, and provides deep visibility into processes across the organization.