danielgerlag / conductor

Distributed workflow server
MIT License
525 stars 98 forks source link

[Question] Conductor workflow server autonomy #11

Open kewinbrand opened 4 years ago

kewinbrand commented 4 years ago

Hey,

Does Conductor comunicate with another workflow servers to just build a workflow instance? From what I understood Conductor needs to know every step that is going to be executed by a workflow (the step must be coded inside the server). This leads me to every new step to re-deploy the server.

Thank you.

danielgerlag commented 4 years ago

Not sure I understand you... https://conductor-core.readthedocs.io/en/latest/custom-steps/ You do no need to define your custom steps on each node, they are shared by the cluster.

OluAgunloye commented 3 years ago

@kewinbrand @danielgerlag Close this when you have some time!