cancel
Showing results for 
Search instead for 
Did you mean: 

usertask -- form for data input and taskListener

fahad1
Champ in-the-making
Champ in-the-making
I want to start usertask task2 after catching intermediate signal. It should display a user input form, proceed with its task listener and then proceed to service2. When I am catching signal, task listener is called. But I need to have user input form first. Can someone tel me how to implement this OR see my code as an attachment and help me resolving this issue.
2 REPLIES 2

trademak
Star Contributor
Star Contributor
What do you mean with "I need to have user input form first". You want to execute specific logic when a user opens the user task form? That's not something that's provided with Activiti, you should implement that yourself in your task form application. Or trigger a signal or message event from there.

Best regards,

fahad1
Champ in-the-making
Champ in-the-making

I did that, sorry for posting this problem