TriggerExecution: {
    end_time?: string;
    environment_id?: string;
    error?: string;
    id: string;
    interaction_id?: string;
    scheduled_time?: string;
    start_time?: string;
    status?: TriggerExecutionStatus;
    trigger_id: string;
}

An execution instance of a trigger.

Type declaration

  • Optionalend_time?: string

    Output only. The time when the execution finished.

  • Optionalenvironment_id?: string

    Output only. The environment ID used for the execution.

  • Optionalerror?: string

    Output only. The error message if the execution failed.

  • id: string

    Required. Output only. Identifier. The ID of the trigger execution.

  • Optionalinteraction_id?: string

    Output only. The ID of the interaction created by this execution, if any.

  • Optionalscheduled_time?: string

    Output only. The time when the execution was scheduled to run.

  • Optionalstart_time?: string

    Output only. The time when the execution started.

  • Optionalstatus?: TriggerExecutionStatus

    Output only. The status of the execution.

  • trigger_id: string

    Required. Output only. Identifier. The ID of the trigger that created this execution.