usertask -- form for data input and taskListener
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2014 07:42 AM
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.
Labels:
- Labels:
-
Archive
modelp1.txt.zip
2 KB
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2014 08:43 AM
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,
Best regards,
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2014 04:44 PM
I did that, sorry for posting this problem
