How to upload document to bonita

1
0
-1

I want to upload all type of documents to be uploaded to alfresco but how is it possible using "cmis upload new document connector"?. Currently i can upload text document only. how is it possible in bonita.

1 answer

1
0
-1

There is no problem to upload any kind of document in Bonita (and Alfresco, or any other CMIS platform).
Typically what you need to do is:
- Create variable for document in your process (Select Pool -> Data -> Documents -> Add)
- Add file field in form contract (Select Pool or User task -> Execution -> Contract)
- On the form (in UI Designer) add "Upload" component and map it with the field in contract
- Configure CMIS upload document connector (in "Document name" field choose your file variable (from step 1).

Best regards,
bpms.help

Notifications