Hello,
i have one process models used in multiple apps. I’m trying to reuse model as a subprocess of other models with call activiti. I found out that user task in this model appear as task in multiple apps. I thought that it will appear under ,main, process app. It is possible to achieve that? or it is some best practice with user tasks how to reuse them?
EDIT:
I have Two main process in two different apps (App1, App2). These two process call with Call activiti other process(both the same), which contains user task. When i run both processes i found out that in Flowable Task web app - both user tasks appear under App1 instead of one user task under both app.
Thank you very much
Jakub