cancel
Showing results for 
Search instead for 
Did you mean: 

jump to a user task

joelyu
Champ in-the-making
Champ in-the-making
I have an activiti process that has numerous user task and system task.  I want to have the ability anywhere within the process to jump to a certain user task.  How can I use the Activiti API or Designer to accomplish this.  I'm trying to avoid having a executive gateway coming out of every user or system task for routing to this certain user task.

Thanks in advance.
11 REPLIES 11

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,

I did not try it (no time) but what I  see:
one scope is destroyed

executionEntity.destroyScope(jumpOrigin);
none is created.

Regards
Martin

windfighter
Champ in-the-making
Champ in-the-making
thanks, martin.grofcik!

I've tried not delete the scope. neither get what I except.