interface ActivityTaskCompletedAttributes {
    activity_type: string;
    execution_index: number;
    input?: any;
    kind: "activity_task_completed";
    result?: any;
    scheduled_event_id?: number;
    timeline_key: string;
}

Properties

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