execution User task doesn't exist

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2015 05:08 AM
Hi,
I have an error: org.activiti.engine.ActivitiObjectNotFoundException: execution XXX doesn't exist. Which XXX is the user task id.
What is the execution of user task? I already enter candidate group, and the Id is unique, and Name, and Documentation, but still the error exist.
Thanks
I have an error: org.activiti.engine.ActivitiObjectNotFoundException: execution XXX doesn't exist. Which XXX is the user task id.
What is the execution of user task? I already enter candidate group, and the Id is unique, and Name, and Documentation, but still the error exist.
Thanks
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2015 11:59 AM
Do you have a test for that scenario ?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2015 09:17 PM
Thanks for reply, I figure it out. The reason is because I confused processInstance.getActivityId() with processInstance.getId().
