Hi,
I'm new to Activiti and I'm about to using activiti for my existing liferay application.
I have a "Process" object, in each process I need to map into exactly one activiti-process.
The "Process" may have more than one instance, and for each instance I need to map it into one activiti-process instance.
Later on, if I change the activiti-process of my "Process" (which is mapped in), I expect that the other instances of my "Process"" won't change its mapped activiti-process instance.
So, could anyone please give me a brief way to do it? And if it's too complicated, may you give me a brief instruction?
I'm new to Activiti so if there's more than one efficiency way to do it, coud you please raise some of them so I might have my choices.
Thanks,
Tom.