cancel
Showing results for 
Search instead for 
Did you mean: 

Starting from specific task in activiti 6

bond007
Champ in-the-making
Champ in-the-making
Hi

I have a model with following workflow in the activiti 6

start -> task 1 -> task 2 -> task 3 -> task 4 .. -> stop

when i execute the workflow it failed in task 2.  Is it possible to start the workflow from task 2 as task 1 is already ran.


please help
1 REPLY 1

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,

use async executions to set transaction boundaries. http://activiti.org/userguide/index.html#bpmnConcurrencyAndTransactions

regards
Martin