Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 696 Bytes

cyclic_workflow.rst

File metadata and controls

16 lines (12 loc) · 696 Bytes

Cyclic Workflow

nvflare.app_common.workflows.cyclic_ctl.CyclicController

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()<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 :github_nvflare_link:Hello Cyclic Example <examples/hello-world/hello-cyclic> for an example application with the cyclic workflow.