cancel
Showing results for 
Search instead for 
Did you mean: 

How to achieve flexible workflow

tll
Champ in-the-making
Champ in-the-making
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”?

    please help me, thanks!


-
best regards,

tll

1 REPLY 1

jbarrez
Star Contributor
Star Contributor
Could you elaborate with what you want to do with these dynamic tasks?
Could your use case be fulfilled with expressions for name, forms, etc?