Member Junction
    Preparing search index...

    One artifact a delegated run produced, as reported in the tool ResultJson (artifacts: [{ artifactId, artifactVersionId, name }]). The call overlay opens each in its own artifact tab on the tabbed surface panel.

    interface ParsedDelegationArtifact {
        ArtifactID: string;
        ArtifactVersionID: string;
        Name: string;
    }
    Index

    Properties

    ArtifactID: string

    The MJ: Artifacts row id.

    ArtifactVersionID: string

    The MJ: Artifact Versions row id of the version the run produced.

    Name: string

    The artifact's display name (used as the tab title).