cancel
Showing results for 
Search instead for 
Did you mean: 

ad-hoc task

nemesis1
Champ in-the-making
Champ in-the-making
Hi

I want to carry out a process that has the ability to generate ad-hoc task in every step of process. I need this for the following example.

User will fill the form. But he/she needs some extra data and to obtain this data he/she will create a task for another user. Another user will send the necessary data to the sender and flow will continue as planned(As process). But this situation will be valid for every steps.Namely I am trying to add a task and after this task is completed, flow will return to the process. process will continue as depicted

I am reading activiti book (manning).There is an example. There is an interface called activitybehavior. In servicetask, flow can be directed to another direction.

Is there any way to succeed?

Thanks.
2 REPLIES 2

trademak
Star Contributor
Star Contributor
Hi,

You can create an adhoc task at every moment in the Activiti Engine.
The Activiti Explorer shows how you can implement this in your Web UI.

Best regards,

nemesis1
Champ in-the-making
Champ in-the-making
Trademark thanks for your reply.

My main purpose is to learn

"I started a process. After three steps are completed, user sent a adhoc task. when a user starts an ad-hoc task, can user complete the remaining steps of defined process"

thanks.