TerragonTerragon Docs
Tasks

Managing Tasks

Track and manage your Terragon tasks from creation to merged PR

Task Information

Each task displays: Task status, an automatically generated title based on your original prompt, when the task was created, repository and branch information, PR status (if applicable), CI status (if applicable), and lines of code changed (if applicable).

Task Status

Tasks display visual indicators on the left showing their current state.

IconStatusDescription
UnreadTask updated, but not been viewed yet
PendingTask is queued or waiting for sandbox
RunningTask is actively being worked on
CompleteTask completed successfully
ErrorTask encountered an error

PR Status

Once a task completes successfully, an icon will appear to the right indicating its PR's state.

IconStatusDescription
DraftPR created as draft default
OpenPR is open and ready for review
MergedPR has been merged into the base branch
ClosedPR was closed without merging

CI Status

When a PR is open, you can monitor your continuous integration checks directly from Terragon next to the PR status.

IconStatusDescription
PendingPendingCI checks are currently running
SuccessSuccessAll CI checks have passed successfully
FailureFailureOne or more CI checks have failed