A manual task is ‘automatic’ for the engine, the engine will simply pass through it.
Change it to a user task (a task that needs input from a user), and then do a task query like: taskService.createTaskQuery().processInstanceId(processInstance.getId()).list(); to retrieve the current uncompleted tasks for the started process instance.