TaskApproval Object
Fields
The fields in this section list which values can be retrieved when querying TaskApproval records.
approver (
Person
)
The person who is selected as the approver for the approval.
attachment (
Attachment
)
The summary PDF file that was generated for the approver when the approval was last set to the status assigned
.
createdAt (
ISO8601Timestamp
)
The date and time at which the approval was created.
id (
ID!
)
Unique identifier of the object.
plannedEffort (
Int
)
The number of minutes the approver is expected to spend working on the task.
status (
TaskStatus
)
The status of the approval.
updatedAt (
ISO8601Timestamp
)
The date and time of the last update of the approval. If the approval has had
no updates it contains the createdAt
value.
Implements
TaskApproval implements the following interfaces. This means that fragments defined on these interfaces may be used in queries returning a TaskApproval.