📄️ Your First Task
Learn the basics of creating tasks with the @task decorator.
📄️ Your First Workflow
Connect multiple tasks together in a workflow.
📄️ Task Composition
Learn how to combine tasks using >> (sequential) and | (parallel) operators.
📄️ Passing Parameters
Learn how to pass data between tasks using channels and parameter binding.