FlightTask

A task that involves surveying a field from the air.

Implements

Fields

action (UpsertActionType!)

Determines if it was a create or update.

assigned_to (User)

The user that is assigned to this task.

canceled_at (ISO8601DateTime)

Date and time of when the task was canceled, in ISO 8601 format.

completed_at (ISO8601DateTime)

Date and time of when the task was completed, in ISO 8601 format.

completed_by (User)

The user that completed this task.

contacts ([Contact!]!)

The contacts for a given flight task.

content_hash (String!)

The current content hash for this item.

created_at (ISO8601DateTime!)

The timestamp of when the item was created in the system.

created_by (User!)

The user who created this item.

due_at (ISO8601DateTime)
Deprecation notice

Please use targeted_at instead.

Date and time of when the task needs to be performed, in ISO 8601 format.

field (Field)

The field associated with this task.

field_activities ([FieldActivity!]!)

All the activities on this field that were the result of this task.

Argument Type Description
activity_type ActivityType

Filter the results by activity type.

flight_specifications ([FlightSpecification!]!)

The flight specifications that should be used to fulfill this task.

name (String!)

The name of this task.

notes (String)

Optional notes offering details about the task.

orders ([Order!]!)

The orders whose FieldCapture requirements are fulfilled by this task.

organization (Organization)

The organization in which this task was created.

organization_sentera_id (ID)

A system-generated key identifying the organization to which this task belongs.

plan (FeatureSet)

A feature set with the geometry that should be used to perform this task.

provider (TaskProvider!)

The provider of flight services for this task. A value of SELF means that the customer is providing the flight services themselves.

scheduled_at (ISO8601DateTime)

Date and time of when the task was scheduled to be performed, in ISO 8601 format.

sentera_id (ID!)

A system-generated key identifying this item.

started_at (ISO8601DateTime)

Date and time of when the task was started, in ISO 8601 format.

status (TaskStatus!)

The status of this task.

survey (Survey)

A survey that is the result of performing this task.

targeted_at (ISO8601DateTime)

Date and time of when the task was targeted to be performed, in ISO 8601 format.

task_type (TaskType!)
Deprecation notice

The concrete object Task has been converted into an interface.

The type of task to be performed.

updated_at (ISO8601DateTime!)

The timestamp of when the item was last updated in the system.

updated_by (User)

The user who last updated this item.