Interface UpstreamFlowNodeRun

interface UpstreamFlowNodeRun {
    nodeKey: string;
    runId: string;
    outputId: string;
}

Properties

nodeKey: string
runId: string
outputId: string