cancel
Showing results for 
Search instead for 
Did you mean: 

Activi task not showing up in db/explorer

ad1
Champ in-the-making
Champ in-the-making
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?

3 REPLIES 3

faizal-manan
Champ in-the-making
Champ in-the-making

ad1
Champ in-the-making
Champ in-the-making
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 Smiley Sad

jbarrez
Star Contributor
Star Contributor
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?