TriggerExecutionStatus:
    | "in_progress"
    | "completed"
    | "failed"
    | "skipped"
    | "timed_out"
    | string & {}

Output only. The status of the execution.