Multi Instance User task with timer boundary event
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2013 09:05 AM
Hi,
Is it possible Multi Instance User task with timer boundary event.Actually i created multi instance user task with list of users is assigned in collection variable,now my doubt is suppose i attach timer boundary event to this multi instance user task.After timer expires is shifted to next user in user list.Suppose there is list of users USER1,USER2,USER3 if user1 not complete the task with in the time i want to shift next user USER2.I tried this one but i get timer entity was updated by another transaction?Can anyone explain how to solve this scenario?
Is it possible Multi Instance User task with timer boundary event.Actually i created multi instance user task with list of users is assigned in collection variable,now my doubt is suppose i attach timer boundary event to this multi instance user task.After timer expires is shifted to next user in user list.Suppose there is list of users USER1,USER2,USER3 if user1 not complete the task with in the time i want to shift next user USER2.I tried this one but i get timer entity was updated by another transaction?Can anyone explain how to solve this scenario?
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2013 04:49 AM
The 'updated by another transaction' means that two threads are at the same time trying to update the same data. In theory, what you describe would work. Do you have a unit test?
