ENUM

TprExecutionType

Description

The execution type for a TPR request.

link GraphQL Schema definition

  • enum TprExecutionType {
  • # The TPR request will be executed immediately on approval.
  • IMMEDIATE
  • # The TPR request must be manually executed by the submitter.
  • ON_DEMAND
  • }