/// <summary> /// 流程退回 /// </summary> /// <param name="flowEngine"></param> public bool Returned(FlowEngine flowEngine, AuditType auditType, string auditDesc, int userId) { if (this.Audit(flowEngine, auditType, auditDesc, userId)) { flowEngine.Returned(); return(true); } return(false); }