根据 taskId 查询任务执行状态和结果,支持轮询
| Status | Description |
|---|---|
pending | Task is waiting to be processed |
ready | Task is ready to start |
assigned | Task has been assigned to a worker |
processing | Task is being processed |
completed | Task completed successfully |
failed | Task failed |
cancelled | Task was cancelled |
timeout | Task timed out |
completed.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
任务ID
任务状态
任务 ID
任务状态
pending, ready, assigned, processing, completed, failed, cancelled, timeout 任务结果(直接透传协议层返回,类型根据任务类型不同而变化)
错误信息
错误代码
完成时间
创建时间
追踪 ID