工作流程里程碑引擎

发布于 2024-11-28 10:18:54 字数 395 浏览 1 评论 0原文

我正在寻找一个处理里程碑的 java 工作流引擎。它应强制执行里程碑的顺序并允许创建时间依赖性。不是传统的 BPMN 业务流程(而是一个子集),甚至不确定工作流引擎是否是满足我的要求的正确术语。

随机样本:

  1. 客户在时间 t1 00:00 提供信用卡,
  2. 客户在 t1 后 10 分钟内开始在时间 t2 加油。
  3. 在 t3 时间停止泵送
  4. 后 5 分钟内,客户在 t4 时间支付购买费用
  5. 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:

  1. Customer provides credit card @ time t1 00:00
  2. Customer start pumping petrol @ time t2 within 10 minutes after t1.
  3. stops pumping @ time t3
  4. Customer pays purchase @ time t4 within 5 minutes after t3
  5. 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

别忘他 2024-12-05 10:18:54

不太愿意回答自己,但值得研究一下
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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文