TaskResult
The object returned by the task query.
Fields
| Field | Type | Description |
|---|---|---|
data | AWSJSON | Raw task payload as JSON. In practice this contains the task record, including values such as id, title, status, created, and expires. |
report | TaskReport | Optional structured report output for tasks that write report data. |
Notes
datais anAWSJSONscalar, so you cannot select subfields in GraphQL. Read the full JSON value and inspect it in your client code.- The task status inside
datausesTaskStatus.