Flyte Fundamentals#

This section of the Getting Started documentation will take you through the fundamental concepts of Flyte: tasks, workflows, and launch plans.

Youโ€™ll learn about the full development lifecycle of creating a project, registering workflows, and running them on a demo Flyte cluster. These guides will also walk you through how to visualize artifacts associated with tasks, optimize them for scale and performance, and extend Flyte for your own use cases.

๐Ÿ”€ Tasks, Workflows and LaunchPlans

Create tasks as building blocks, compose them into workflows, and schedule them with launchplans.

๐Ÿ—„ Registering Workflows

Develop and deploy workflows to a local Flyte demo cluster.

โฑ Running and Scheduling Workflows

Execute workflows programmatically and schedule them as cron jobs.

๐Ÿ“Š Visualizing Task Input and Output

Create rich, customizable static reports for increased visibility into tasks.

๐ŸŽ Optimizing Tasks

Make tasks scalable, performant, and robust to unexpected failures.

๐Ÿ”Œ Extending Flyte

Customize Flyte types and tasks to fit your needs.

Learn more

For a comprehensive view of all of Flyteโ€™s functionality, see the User Guide, and to learn how to deploy a production Flyte cluster, see the Deployment Guide.