Hi Devs

I'm implementing a workflow similar to following image (copied from [1]).
When the workflow is started, Job A is executed. Depending on the result of
Job A, it should decide the next job to be executed (JobD or JobE). For
example, JobA checks for a database entry and if an entry can be found,
execute JobD otherwise execute JobE. As far as I have understood, we can do
the static wiring of jobs at the workflow creation phase. Is it possible to
perform above task in Helix?
[1] http://helix.apache.org/0.6.9-docs/tutorial_task_framework.html

​Thanks
Dimuthu

Reply via email to