orchestration Questions

1

Solved

I defined three tasks T1, T2, and T3, and then a task T4 as follows: class T4(luigi.Task) def requires(self): return [T1(), T2(), T3()] Is there a natural way to tell Luigi that I want these t...
Skinhead asked 7/12, 2015 at 5:58

4

Solved

Can we safely say that if ESB provides Orchestration features, it is eligible to be an implementation of BPM? I understand that BPM has a different purpose, which is to Model some business process...
Debus asked 11/4, 2012 at 14:52

1

I am currently redoing all our database orchestration jobs (ETL, backups, daily tasks, report compilation, etc.) To do that, I would need a task/job orchestrator where I can define tasks dependenc...
Thaxton asked 14/2, 2013 at 16:44

© 2022 - 2024 — McMap. All rights reserved.