Member Junction
    Preparing search index...

    Fields the claim protocol needs from a candidate task.

    type ClaimableTask = {
        AgentID: string | null;
        ID: string;
        InputPayload: string | null;
        Name: string;
        UserID: string | null;
    }
    Index

    Properties

    AgentID: string | null
    ID: string
    InputPayload: string | null
    Name: string
    UserID: string | null