Assignment event not getting triggered
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2014 02:45 PM
HI All,
I am trying to set an assignee for a task using taskservice.setassignee(taskid,assigneename) from java I am able to seee the assignee name getting updated in the act_hi_taskinst table but the assignment event is not getting triggered, and also I need to know weather is it is possible to move from task 1 to task 2 without completing task 1 and later completing task 1 after completing task 2. Thanks in advance and I really need it urgently.
I am trying to set an assignee for a task using taskservice.setassignee(taskid,assigneename) from java I am able to seee the assignee name getting updated in the act_hi_taskinst table but the assignment event is not getting triggered, and also I need to know weather is it is possible to move from task 1 to task 2 without completing task 1 and later completing task 1 after completing task 2. Thanks in advance and I really need it urgently.
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2014 02:20 AM
he assignment event is not getting triggered,Could you create jUnit test for that please?
http://forums.activiti.org/content/sticky-how-write-unit-test
to move from task 1 to task 2 without completing task 1 and later completing task 1 after completing task 2Could you post your use case?
