userTransaction.rollback();
throw new WorkflowException(wfsex);
}
finally
{
userTransaction.release();
}
return resultDone;
}
public boolean revert(WorkflowProcess workflowProcess,WorkflowParticipant operator, WorkflowWork workItem) throws WorkflowException
{