How to design an execution engine for a sequence of tasks

前端 未结 10 2084
南方客
南方客 2021-02-01 17:16

I am trying to code a problem in Java where I have to execute a bunch of tasks.

Problem

Execute a job which consists of multiple tasks and thos

10条回答
  •  执念已碎
    2021-02-01 17:53

    If I understood well your need you may use a workflow engine like Activity to solve it. I think it would be easier than re-inventing a workflow engine for your specific need.

提交回复
热议问题