I have a simple webapp where I want to upload a process (bpmn file). So I could do that by using the rest interface of the guvnor right? But what if I have a custom task that needs a custom WorkItemHandler? How could I add that class to the guvnor? And how will this WorkItemHandler be registered to the WorkItemManager?