Types > Task
Description
Topic: Tasks
Fields
The date and time when the task was created, RFC 3339 format
Example: "2014-09-04T12:23:34Z"
Timestamp (RFC 3339)
A unique task identifier
Example: "ta_EQzGqWoY"
Whether the worker has finished working on a task or not
Example: false
Total amount of lines submitted
Example: 0
Amount of lines successfully processed
Example: 0
Approximate rate of processing (in lines per second)
Example: 0
Amount of lines skipped
Example: 0
messages: [TaskMessage!]!
Messages of the task
Name of the result
Example: "customers"
Signed download URL for tasks with results (export tasks)
Example: "https://hello.com/123"
type: TaskType!
Type of the task
The date and time when the task was last updated, RFC 3339 format
Example: "2014-09-04T12:23:34Z"
Timestamp (RFC 3339)
Used By
Mutations
Queries
Preview (typescript)
Loading module