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.