interface ActivityTaskScheduledAttributes {
    activity_type: string;
    execution_index: number;
    input?: any;
    kind: "activity_task_scheduled";
    timeline_key: string;
}

Properties

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