Hi
Is it possible to have two forms following each other? So the user is presented form A, fills in the form, presses Next and then is presented another form B which contains more data based on the data typed in in form A. For example, in the first form the user enters user-ID. The user-ID is used to look firstname and lastname from a database. This is presented in form B.
I have implemented form A in a Start Task. Then I lookup data in a Script Task and present the result in a third task, a User Task. The problem with this is that the user, after having filled in form A, has to go through assigning a task to himself and them opening the task. This is not very user friendly. I would like form B to follow straight after form A.
Or even better, if I could have everything done in one form. But then I guess I need som magic (Ajax??)
I would appreciate any help on this. I use Activiti Designer in Eclipse.
Thanks
Morten