Object event = getObjectParam("event", false, params, oper);
Command<?> cmd = new SignalEventCommand(procInstId, eventType, event);
processRequestBean.doKieSessionOperation(cmd, deploymentId, procInstId);
return createCorrectVariant(new JaxbGenericResponse(getRequestUri()), headers);
}