square-agency-59624
08/07/2025, 9:57 PMjolly-florist-66728
08/07/2025, 9:57 PMjolly-florist-66728
08/07/2025, 9:57 PMpyflyte register
or pyflyte run --remote
. Any modification to the workflow's code, structure, or dependencies results in a new version being registered, ensuring reproducibility and traceability of changes. Each registration captures the current state of the workflow, and you can view all versions in the Flyte UI or via the CLI, allowing you to run or roll back to any previous version as needed. This versioning is automatic and tied to the registration process, not to every code change in your local files—only when you explicitly register the workflow does a new version get created, reflecting the latest code and configuration at that time.
For more details on how registration and versioning work, see the Registering workflows guide and the Flyte Platform Overview▾