Cyclic Workflow¶
The cyclic workflow was added in NVIDIA FLARE 2.0 and implemented with the Controller API. It allows for a different control
flow implemented through the control_flow() method based on relay_and_wait() instead of
broadcast_and_wait() in the Scatter and Gather Workflow.
nvflare.app_common.workflows.cyclic_ctl.CyclicController
Example with Cyclic Workflow¶
See the Hello Cyclic Example for an example application with the cyclic workflow.