Activi task not showing up in db/explorer

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2016 03:30 PM
I have tried creating and assigning a User Task via
1. TaskService API.
2. BPMN process flow.
When created using the API I can see the data in the database, but i do not see the data in the DB table (act_hi_taskinst) when BPMN process having the User Task activity initialized. The Process is initialized using the java code. In case of the BPMN flow I have the events (create, assign) getting called into the java bean.. which says that the task is created and assigned , but i do not see the record in the db ?? Any idea what could be wrong?
1. TaskService API.
2. BPMN process flow.
When created using the API I can see the data in the database, but i do not see the data in the DB table (act_hi_taskinst) when BPMN process having the User Task activity initialized. The Process is initialized using the java code. In case of the BPMN flow I have the events (create, assign) getting called into the java bean.. which says that the task is created and assigned , but i do not see the record in the db ?? Any idea what could be wrong?
Labels:
- Labels:
-
Archive
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2016 09:41 PM
Hi,
search in act_ru_task
details in here
<a href="http://activiti.org/userguide/index.html#database.tables.explained">http://activiti.org/userguide/index.html#database.tables.explained</a>
search in act_ru_task
details in here
<a href="http://activiti.org/userguide/index.html#database.tables.explained">http://activiti.org/userguide/index.html#database.tables.explained</a>

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2016 11:01 AM
Well I see the records in that table, but, it looks like they have been created by the java code. The BPMN flow is not creating it.
I do get the notify event with the DelegateTask in the TaskListner when crating the task (BPMN process), but what is this task? Is this a transient task? the Id os not found anywhere in the DB. When I query the process in dont see any task with this ID. I even tried making the Usertask async , but do not see the data persisted in DB
I do get the notify event with the DelegateTask in the TaskListner when crating the task (BPMN process), but what is this task? Is this a transient task? the Id os not found anywhere in the DB. When I query the process in dont see any task with this ID. I even tried making the Usertask async , but do not see the data persisted in DB

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2016 04:58 AM
So, you 1) see no data in act_ru_task nor in 2) act_hi_taskinst?
That sounds very odd. Do you have an example of your process so we can try to reproduce?
That sounds very odd. Do you have an example of your process so we can try to reproduce?
