Skip to main content

Tasks & Workflows

Task Dependencies

0:00
LearnStep 1/4

Understanding Context

Task Context: Connecting Outputs to Inputs

The context parameter allows tasks to use output from other tasks.

Basic Context Usage

python

How Context Works

text

Multiple Contexts

python

Context Best Practices

  • Only include relevant tasks in context
  • Too much context can confuse agents
  • Ensure context tasks run before dependent tasks