if(!liveCase.getPackageID().equals(packageID))
{
throw new WorkflowException("crossWorkflow not supported");
}
caseDatabase.resumeWorkflowCase(session,workflowProcess,localCase);
}
//------------------------------------------------------------------------------------
// LiveWork utilities
//------------------------------------------------------------------------------------