Defines the execution state of the field during the processing of the operation.

Definition

enum ExecutionState {
  STARTED
  COMPLETED
  FAILED
}

Values

STARTED

The field execution has started.

COMPLETED

The field execution has completed successfully.

FAILED

The field execution has failed with an error.