ENUM

TaskCompletionType

How a task gets marked as complete.

link GraphQL Schema definition

  • enum TaskCompletionType {
  • # Checking a box completes the task.
  • BOOLEAN
  • # Providing a custom field value completes the task.
  • CUSTOM_FIELD
  • # Providing the service metadata value completes the task.
  • SERVICE_METADATA
  • # Attaching a file completes the task.
  • FILE
  • # Attaching an image file completes the task.
  • IMAGE_FILE
  • }