How to upload document to bonita

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.

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