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?