If you start a process instance from the attached process definition. Then the running instance should create 13 UserTasks, but there are zero UserTasks in the database.
The problem is, that if the execution from the "fork"-parallel gateway will be deleted, all created TaskEntities will be deleted too (see Execution#removeTasks()).