No process instance in execution
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2013 08:04 AM
After getting some unexpected NPEs using CDI (e.g. injecting ProcessInstance) I had a look into the activiti tables and noticed some tasks having a process instance id assigned - but their assigned execution do not have a process instance id.
Is this supposed to be possible/allowed?
Can anyone shed some light on this?
–Heiko
Is this supposed to be possible/allowed?
Can anyone shed some light on this?
–Heiko
Labels:
- Labels:
-
Archive
11 REPLIES 11
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2013 02:43 AM
Sorry, I was referring to the ACT_RU_TASK table, that have the missing executtion-ids. I don't see anything in our code that could be causing the absence/disappearing of the ID. So you are saying you cannot reproduce the issue with your process? If you still can, perhaps it's a good idea to extract the process that is showing this behavior, simplify it and create a simple unit-test so we can look closer.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2013 03:52 AM
No, I don't have act_ru_task records without execution id.
I will try to restore the state when this problem occured.
I just added three more table exports that might be helpful just in case I can't reproduce the problem.
Thanks so far!
I will try to restore the state when this problem occured.
I just added three more table exports that might be helpful just in case I can't reproduce the problem.
Thanks so far!
