Monitor and manage processing tasks for tracking pipeline execution
Creation
Queuing
Processing
Completion
Status | Icon | Description |
---|---|---|
created | 🟢 | The task has been created but not yet queued for processing. |
queued | ⏱️ | The task is in the processing queue, waiting to be picked up by a worker. |
processing | ⚙️ | The task is currently being executed. |
completed | ✅ | The task has been successfully completed, and the results are available. |
failed | ❌ | The task encountered an error during execution and could not be completed. |
cancelled | 🚫 | The task was manually cancelled before completion. |