hi,
I'm trying to implement flexible process which users can determine the next task dynamically. I have used the ActivityImpl#getOutgoingTransitions(), createOutgoingTransition(), etc. in our method. This method need to change and restore the the process definition each time. I think this method has some risk. If multi-users use the same process definition simultaneously, the process maybe crashed.
Is there some interface in Activiti that I can complete the task with specified “destinationTaskKey”?
Thanks!
-
best regards,
tll