I already uploaded a document while starting the process and jbpm saves it at jboss_home_dir/bin/.docs/{docId}/{fileName}. The file is already available with the server.
How the Attachments variable needs to be passed in this case? if I pass URL of the file like below in the Attachments variable, will it send the document as an attachment to the email?
e.g location of the file from server - /home/jbpm/bin/.docs/12345/test.pptx
or what's the best way to send an uploaded document (which is already present in jboss/bin/.docs folder ) to an email as an actual attachment file.
-Deepak