Type Alias ActivityResource

ActivityResource:
    | "plan"
    | "task"
    | "trigger"
    | "agent"
    | "agent_group"
    | "app"
    | "tool"
    | "drive"
    | "drive_item"
    | "vector_index"
    | "organization"
    | "org_user"
    | "user"
    | string & {}

Normalized resource name. The activity producer maps raw Mongo collection names to a stable singular snake_case form. New resources may be added by the platform; this is intentionally a string union with a fallback.