Process variables are not automatically passed to your workItemHandlers. In the process you need to define the input and output parameters of the workItem (something like the input and output parameters of your workItem) and then you must do the mapping between the process variables and the workItem input parameters and between the workItem output parameters and the process variables again.
Best Regards,