Member Junction
    Preparing search index...

    Function BuildTaskGraphParentInputPayload

    • The JSON bag persistParent writes. Exported so start-paused is testable without a database — Pause-after-submit races the first dispatcher poll, so this bag is the only place paused: true is guaranteed to land before anyone claims.

      Parameters

      • args: {
            continuation: "message" | "reinvoke" | "none";
            failureSemantics: NonNullable<"block" | "edges">;
            invocation?: { context?: unknown; data?: unknown };
            reinvokeDepth: number;
            startPaused?: boolean;
            submittedByAgentRunID: string;
            submittedByUserID: string;
        }

      Returns Record<string, unknown>