快速业务通道

使用jBpm支持高级用户交互模式 - 编程入门网

作者 佚名技术 来源 NET编程 浏览 发布时间 2012-06-16
  public void execute(ExecutionContext context) throws  Exception {   GraphElement task = context.getTimer().getGraphElement ();   if(task == null)    return;   String tName = task.getName();   String vName = tName + "escLevel";   long escLevel = (long)context.getVariable(vName);   if(escLevel == null)    escLevel = new long(1);   else    escLevel += 1;   context.setVariable(vName, escLevel);   String iName = tName + "instance";   long taskInstanceId = (long)context.getVariable (iName);   TaskInstance current =  context.getJbpmContext().getTaskInstance(taskInstanceId);   if(current != null){    current.end(escalation);   }   } }

使用jBpm支持高级用户交互模式(9)

时间:2011-07-08 infoq 译:胡键

清单16 超时处理器

这个处理器首先记录上报计数器,接着完成此节点关联的任务实例。任务实例 的完成伴随有一个变迁(一般是回到任务节点)。

使用以上描述的处理器实现上报的简单流程例子显示在清单17中。

<?xml version="1.0" encoding="UTF-8"?>   <process-definition    xmlns="urn:jbpm.org:jpdl-3.2"    name="escalationHumanTaskTest">    <start-state name="start">    <transition to="customTask"></transition>   </start-state>    <task-node name="customTask">    <task name="task2">    <assignment  class="com.sample.action.EscalationAssignmentHandler">< /assignment>    </task>    <event type="task-create">    <action name="Instance Tracking"  class="com.sample.action.TaskCreationActionHandler"></action>< BR>    </event>    <timer duedate="10 second" name="Escalation timeout">    <action class="com.sample.action.EscalationActionHandler">     <escalation>     escalation     </escalation>    </action>    </timer>    <transition to="end" name="to end"></transition>    <transition to="customTask"  name="escalation"></transition>   </task-node>   <end-state name="end"></end-state>   </process-definition>

清单17 简单流程的上报

实现成通知的上报

jBPM为邮件传递提供了强大支持,这使得实现成通知的上报变得极其简单。邮 件传递可由给节点附加定时器,然后触发,它使用已经写好的邮件动作来完成通 知传递。

实现链状执行

链状执行直接由jBPM泳道支持,并不需要额外的开发。

总结

不管我们在自动化方面投入多少努力,面对复杂的业务流程,总免不了要有人 工介入的可能。在这篇文章中,我给出了一系列已建立的高级人工交互模式,并 展示了用jBPM完成它是多么轻而易举。

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号