Hi everyone,
I wonder if it is possible to attach a file in an email from activiti.
I figured out that I can get the file's Node Reference and send a link in the email.
Looking for the current task's variables into act_ru_variable table, I noticed that it has bpm_package, initiatorhome, companyhome, initiator, bpm_packageActionGroup and bpm_packageItemActionGroup, among some others (Of course these variables are taken from the workflowModel).
They have as value a reference to the workspace://SpaceStore//… but none of them matches with the Node Reference of my document.
Is anyone that could give me some tips or links to check about this, and get the Node Ref of the Item file of my Task ?
Thanks in advance.