interface ActivityTaskFailedAttributes {
    activity_type: string;
    execution_index: number;
    failure?: any;
    input?: any;
    kind: "activity_task_failed";
    scheduled_event_id?: number;
    timeline_key: string;
}

Properties

activity_type: string
execution_index: number
failure?: any
input?: any
kind
scheduled_event_id?: number
timeline_key: string