Interface DownstreamFlowNodeRun

interface DownstreamFlowNodeRun {
    runId: string;
    nodeKey: string;
}

Properties

Properties

runId: string
nodeKey: string