Workflow ====================================================== Run Backup Restore ------------------------------------------------------ .. literalinclude:: ../../examples/snippets/workflow/run_backup_restore.py :language: python .. _workflow-run-projects: Run Multiple Projects Sequentially ------------------------------------------------------ .. literalinclude:: ../../examples/resources/conf/project.config.yaml :language: yaml .. literalinclude:: ../../examples/scripts/workflow/run_multiple_projects.py :language: python Run Multiple Projects Concurrently ------------------------------------------------------ .. literalinclude:: ../../examples/resources/conf/project.config.yaml :language: yaml .. literalinclude:: ../../examples/scripts/workflow/run_multiple_projects_concurrent.py :language: python Interactive Backup Cleanup ------------------------------------------------------ .. literalinclude:: ../../examples/scripts/workflow/interactive_backup_cleanup.py :language: python