Member Junction
    Preparing search index...

    Outcome of running one task node.

    type TaskAgentRunResult = {
        AgentRunID?: string;
        ErrorMessage?: string;
        Output?: unknown;
        Success: boolean;
    }
    Index

    Properties

    AgentRunID?: string

    The MJ: AI Agent Runs row that executed this task, for Task.AgentRunID.

    ErrorMessage?: string

    Failure detail to persist to Task.ErrorMessage.

    Output?: unknown

    Structured output to persist to Task.OutputPayload.

    Success: boolean