当前位置: 首页 > news >正文

什么网站可以学习建设工程法律实践不用备案的网站

什么网站可以学习建设工程法律实践,不用备案的网站,wordpress产品开启评论,最好的dm单网站建设springCloud集成activiti5.22.0流程引擎 点关注不迷路#xff0c;欢迎再访#xff01; 精简博客内容#xff0c;尽量已行业术语来分享。 努力做到对每一位认可自己的读者负责。 帮助别人的同时更是丰富自己的良机。 文章目录 springCloud集成activiti5.22.0流程引擎一.Sprin…springCloud集成activiti5.22.0流程引擎 点关注不迷路欢迎再访 精简博客内容尽量已行业术语来分享。 努力做到对每一位认可自己的读者负责。 帮助别人的同时更是丰富自己的良机。 文章目录 springCloud集成activiti5.22.0流程引擎一.Spring boot2.x与Activiti 5.22.0整合1.POM文件中添加依赖 二.制作bpmn流程文件创建bpmn文件 三.流程演示分支审批 一.Spring boot2.x与Activiti 5.22.0整合 1.POM文件中添加依赖 dependencygroupIdorg.activiti/groupIdartifactIdactiviti-spring-boot-starter-basic/artifactIdversion5.22.0/versionexclusions!-- 排除activiti的mybatis避免和外面的mybatis-plus冲突 --exclusionartifactIdmybatis/artifactIdgroupIdorg.mybatis/groupId/exclusion/exclusions /dependency二.制作bpmn流程文件 创建bpmn文件 右键该文件夹New–BPMN File 创建名为leave_flow的流程文件 文件名xxx.bpmn 更改为 “xxx.bpmn.xml” 注: 因为activiti的默认流程图格式是bpmn, 但是idea必须xml格式才能生成图片, 所以改为这样, 后面部署流程的时候才可以部署上去, 否则是存不进数据库. ?xml version1.0 encodingUTF-8 standaloneyes? definitions xmlnshttp://www.omg.org/spec/BPMN/20100524/MODEL xmlns:activitihttp://activiti.org/bpmn xmlns:bpmndihttp://www.omg.org/spec/BPMN/20100524/DI xmlns:dchttp://www.omg.org/spec/DD/20100524/DC xmlns:dihttp://www.omg.org/spec/DD/20100524/DI xmlns:tnshttp://www.activiti.org/testm1723732311976 xmlns:xsdhttp://www.w3.org/2001/XMLSchema xmlns:xsihttp://www.w3.org/2001/XMLSchema-instance expressionLanguagehttp://www.w3.org/1999/XPath idm1723732311976 name targetNamespacehttp://www.activiti.org/testm1723732311976 typeLanguagehttp://www.w3.org/2001/XMLSchemaprocess idleaveProcess isClosedfalse isExecutabletrue name请假审批流程 processTypeNonestartEvent idSTEP1 name开始/userTask activiti:assignee${userId} activiti:exclusivetrue idSTEP2 name员工/userTask activiti:assignee${userId} activiti:exclusivetrue idSTEP3 name经理/endEvent idSTEP4 name结束/sequenceFlow id_6 sourceRefSTEP1 targetRefSTEP2/sequenceFlow id_7 sourceRefSTEP2 targetRefSTEP3/exclusiveGateway gatewayDirectionUnspecified id_8 nameExclusiveGateway/sequenceFlow id_2 name同意 sourceRef_8 targetRefSTEP4conditionExpression xsi:typetFormalExpression![CDATA[${accept”同意”}]]/conditionExpression/sequenceFlowsequenceFlow id_3 sourceRefSTEP3 targetRef_8/sequenceFlow id_4 name驳回 sourceRef_8 targetRefSTEP2conditionExpression xsi:typetFormalExpression![CDATA[${accept”驳回”}]]/conditionExpression/sequenceFlow/processbpmndi:BPMNDiagram documentationbackground#3C3F41;count1;horizontalcount1;orientation0;width842.4;height1195.2;imageableWidth832.4;imageableHeight1185.2;imageableX5.0;imageableY5.0 idDiagram-_1 nameNew Diagrambpmndi:BPMNPlane bpmnElementleaveProcessbpmndi:BPMNShape bpmnElementSTEP1 idShape-STEP1dc:Bounds height32.0 width32.0 x160.0 y40.0/bpmndi:BPMNLabeldc:Bounds height32.0 width32.0 x0.0 y0.0//bpmndi:BPMNLabel/bpmndi:BPMNShapebpmndi:BPMNShape bpmnElementSTEP2 idShape-STEP2dc:Bounds height55.0 width85.0 x130.0 y145.0/bpmndi:BPMNLabeldc:Bounds height55.0 width85.0 x0.0 y0.0//bpmndi:BPMNLabel/bpmndi:BPMNShapebpmndi:BPMNShape bpmnElementSTEP3 idShape-STEP3dc:Bounds height55.0 width85.0 x135.0 y275.0/bpmndi:BPMNLabeldc:Bounds height55.0 width85.0 x0.0 y0.0//bpmndi:BPMNLabel/bpmndi:BPMNShapebpmndi:BPMNShape bpmnElementSTEP4 idShape-STEP4dc:Bounds height32.0 width32.0 x325.0 y525.0/bpmndi:BPMNLabeldc:Bounds height32.0 width32.0 x0.0 y0.0//bpmndi:BPMNLabel/bpmndi:BPMNShapebpmndi:BPMNShape bpmnElement_8 idShape-_8 isMarkerVisiblefalsedc:Bounds height32.0 width32.0 x325.0 y400.0/bpmndi:BPMNLabeldc:Bounds height32.0 width32.0 x0.0 y0.0//bpmndi:BPMNLabel/bpmndi:BPMNShapebpmndi:BPMNEdge bpmnElement_2 idBPMNEdge__2 sourceElement_8 targetElementSTEP4di:waypoint x341.0 y432.0/di:waypoint x341.0 y525.0/bpmndi:BPMNLabeldc:Bounds height0.0 width0.0 x0.0 y0.0//bpmndi:BPMNLabel/bpmndi:BPMNEdgebpmndi:BPMNEdge bpmnElement_3 idBPMNEdge__3 sourceElementSTEP3 targetElement_8di:waypoint x175.0 y330.0/di:waypoint x175.0 y410.0/di:waypoint x331.0 y410.0/bpmndi:BPMNLabeldc:Bounds height0.0 width0.0 x0.0 y0.0//bpmndi:BPMNLabel/bpmndi:BPMNEdgebpmndi:BPMNEdge bpmnElement_4 idBPMNEdge__4 sourceElement_8 targetElementSTEP2di:waypoint x340.0 y401.0/di:waypoint x340.0 y285.0/di:waypoint x215.0 y172.5/bpmndi:BPMNLabeldc:Bounds height0.0 width0.0 x0.0 y0.0//bpmndi:BPMNLabel/bpmndi:BPMNEdgebpmndi:BPMNEdge bpmnElement_6 idBPMNEdge__6 sourceElementSTEP1 targetElementSTEP2di:waypoint x176.0 y72.0/di:waypoint x176.0 y145.0/bpmndi:BPMNLabeldc:Bounds height0.0 width0.0 x0.0 y0.0//bpmndi:BPMNLabel/bpmndi:BPMNEdgebpmndi:BPMNEdge bpmnElement_7 idBPMNEdge__7 sourceElementSTEP2 targetElementSTEP3di:waypoint x175.0 y200.0/di:waypoint x175.0 y275.0/bpmndi:BPMNLabeldc:Bounds height0.0 width0.0 x0.0 y0.0//bpmndi:BPMNLabel/bpmndi:BPMNEdge/bpmndi:BPMNPlane/bpmndi:BPMNDiagram /definitions三.流程演示 分支审批 Overridepublic void assginLeaveWorkFlow(String processInstanceId,int isAccept,String userId) {MapString,Object map new HashMap();//得到当前实例下的taskTask task taskService.createTaskQuery().processInstanceId(processInstanceId).singleResult();taskService.addComment(task.getId(), processInstanceId, 审核人是否同意该请假流程);if(isAccept 0){map.put(accept,同意);task.setAssignee(userId);map.put(userId, userId);}else{map.put(accept,驳回);//审核驳回后task.setAssignee(发起人);map.put(auditor,发起人);}task.setDescription(请假的描述信息);//执行当前这个工作流任务taskService.saveTask(task);taskService.complete(task.getId(), map);}
http://www.hkea.cn/news/14256712/

相关文章:

  • 响应式布局网站案例内部网站搭建
  • 学校网站建设的作用php网站上传
  • 建设网站公司东莞为什么南极建站在2月
  • linux空间做网站自己创建网站
  • 移动互联与网站开发wordpress 分类目录 丢失
  • 沈阳网站建设那家好网站开发和网络工程哪个好
  • 如何制作网站导航外贸网站找人建设
  • 手机百度关键词排名 网站优化软件免费行情软件app下载安装
  • 怎么创办个人网站网站建设帐号
  • 聊城做网站的公司资讯建筑企业招聘信息
  • 建设实验教学网站的作用做彩票平台网站吗
  • 如何做网站淘客上林住房和城乡建设网站
  • 网站防盗链设置网站建设外包名词解释
  • c 网站开发构想桂林网站制作公司
  • 无锡找做网站中国五码一级做爰网站
  • 珠江摩尔网站建设小说+wordpress
  • 专业制作网站有哪些青岛开发区网站建设公司
  • 专业的公司网站设计服务上海建设检测网上登记网站
  • 一六八互联网站建设wordpress自动重命名
  • 桂林网站制作培训班网页设计代码意思
  • 中煤第三建设集团网站企业管理培训课程百度云
  • 前端网站开发兼职网站用asp还是php
  • 伙购网官方网站做网站要买什么类型云空间
  • 医疗知识普及网站开发嘉定建设机械网站
  • 微网站是什么时候创建的小学生简短小新闻摘抄
  • 庆元县建设局网站wordpress 页面位置
  • 企业网站设计与推广游戏推广平台怎么赚钱
  • 自己做网站不推广德阳网站建设公司
  • 专业网站设计联系电话去除tag wordpress
  • 涞源县住房和城乡建设局网站注册一个公司网站需要多少钱