工作流程里程碑引擎
我正在寻找一个处理里程碑的 java 工作流引擎。它应强制执行里程碑的顺序并允许创建时间依赖性。不是传统的 BPMN 业务流程(而是一个子集),甚至不确定工作流引擎是否是满足我的要求的正确术语。
随机样本:
- 客户在时间 t1 00:00 提供信用卡,
- 客户在 t1 后 10 分钟内开始在时间 t2 加油。
- 在 t3 时间停止泵送
- 后 5 分钟内,客户在 t4 时间支付购买费用
- t3 客户提供调查反馈
,可选,但仅当 t1 到 t4 发生时。 t1 到 t4 必须按顺序发生。
有什么想法吗?我不想实施,因为稍后阶段 BPMN 可能会出现。我想将其嵌入到我的 EE EJB 解决方案中,而不是作为单独的服务运行。
I look for a java workflow engine that handles milestones. It shall enforce the sequence of milestones and allow to create time dependencies. Not the traditional BPMN business process flow (but rather a subset), not even sure if workflow engine is the proper term for my requirement.
Random Sample:
- Customer provides credit card @ time t1 00:00
- Customer start pumping petrol @ time t2 within 10 minutes after t1.
- stops pumping @ time t3
- Customer pays purchase @ time t4 within 5 minutes after t3
- Customer gives feedback for survey, optional but only if t1 to t4 happened.
t1 to t4 must happen in sequence.
Any ideas ? I dont want to implement because at a later stage BPMN might come into the picture. I want to embed it into my EE EJB solution, not running as separate service.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不太愿意回答自己,但值得研究一下
http://esper.codehaus.org/
http://www.jboss.org/drools/drools-fusion.html
Not keen to answer myself, but it is worth to look into
http://esper.codehaus.org/
http://www.jboss.org/drools/drools-fusion.html