WorkflowProcess workflowProcess,
UserTransaction userTransaction,
WorkflowCase workflowCase)
throws WorkflowException
{
WorkflowParticipant participant = session.getParticipant();
if (getWorkflowCaseValidator() != null)
{
getWorkflowCaseValidator().checkUpdate(participant, workflowCase);
}
spiCaseDatabase.updateWorkflowCase(