No process instance in execution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2013 08:04 AM
Is this supposed to be possible/allowed?
Can anyone shed some light on this?
–Heiko
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2013 02:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2013 03:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2013 06:08 AM
Are you sure this are "first-class" tasks of a process instance? Ie. they are not standalone tasks or subtasks (parentId != null)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2013 10:21 AM
As for the standalone tasks or subtasks: I think I don't have any of these. At least not on purpose.
If I don't miss anything the only thing I do in my app concerning Activiti is starting process instances via RuntimeService and completing tasks via TaskService. And for the time being (I am just exploring Activiti) my process definitions are fairly simple - without any subprocesses or anything.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2013 04:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-23-2013 08:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2013 04:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2013 04:07 AM
What I noticed in the meantime was that obviously only "old" processes were affected. So after removing those "invalid" processes I didn't run into problems (so far). So probably there must have been something strange at that time. But for the time being I have no idea what that could have been. As I mentioned before I did some tests with suspended processes. And I removed pseudo tasks which I used to "pause" the processes right after they were started. Also I switched two service tasks right at the beginning and at the end of the process to "async".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2013 06:16 AM
