WorkflowSession session,
WorkflowProcess workflowProcess,
String caseId)
throws WorkflowException
{
WorkflowParticipant participant = session.getParticipant();
WorkflowCase workflowCase =
spiCaseDatabase.findWorkflowCase(workflowProcess, participant, caseId);
if (getWorkflowCaseValidator() != null)
{
getWorkflowCaseValidator().checkFind(participant, workflowCase);