Interface CreateFlowRunRequest

interface CreateFlowRunRequest {
    flowInstanceId: string;
    nodeKey?: string;
    input?: any;
}

Properties

flowInstanceId: string
nodeKey?: string
input?: any