-
Does the order of workflow registration in configuration represent the order of workflow execution? For example, in NVFlare/job_templates/swarm_cse_pt/config_fed_server.json, two workflows were registered:
Does that mean the swarm_controller will always ran before cross_site_eval? If I register another workflow in between, like:
Would my_workflow run after swarm_controller and before cross_site_eval? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
SYangster
Nov 1, 2023
Replies: 1 comment
-
Yes, this is correct. For example in the logs you can see when the first workflow ends and the next starts:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
YuanTingHsieh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, this is correct. For example in the logs you can see when the first workflow ends and the next starts: