I am currently developping an app in which i am using alfresco as ged and activiti as a process engine.
I want to create a process in which i am using a file stored in alfresco as attachment,so how can i make a link between the process and the file.I thinked about creating a mysql db table in which i have process id and file id.
is that a good idea or there is other sollutions ?
By the way i am using activiti 5.22
Thank you in advance
Solved! Go to Solution.
The answer really depends on the use case. What is purpose of the link, is that to be used in your process in other steps or is that for something else(future, other application etc) outside the process scope? If it is the latter, storing that in a table with a reference sounds good. If it is to be used in the same process, setting the ids as process variables should be enough.
Ciju
The answer really depends on the use case. What is purpose of the link, is that to be used in your process in other steps or is that for something else(future, other application etc) outside the process scope? If it is the latter, storing that in a table with a reference sounds good. If it is to be used in the same process, setting the ids as process variables should be enough.
Ciju
yeah i am going to use it in the other steps of the process,so i am going to make it as a process variable
Thank you mr Ciju
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.