Constructors
constructor
Methods
get
Returns Promise<FlowRun>
stop
Returns Promise<void>
getOutput
getOutput(): Promise<any> Returns Promise<any>
getNodeRuns
getNodeRuns(nodeKey: string, parameters?: { cursor?: string }): Promise<any> Parameters
- nodeKey: string
Optional
parameters: { cursor?: string }
Returns Promise<any>
getNodeRun
getNodeRun(nodeKey: string, runId: string): Promise<any> Parameters
- nodeKey: string
- runId: string
Returns Promise<any>
getNodeOutputs
getNodeOutputs(nodeKey: string, parameters?: { cursor?: string }): Promise<any> Parameters
- nodeKey: string
Optional
parameters: { cursor?: string }
Returns Promise<any>
getNodeOutput
getNodeOutput(nodeKey: string, outputId: string): Promise<any> Parameters
- nodeKey: string
- outputId: string
Returns Promise<any>
repeat
Returns Promise<FlowRun>
Properties
id
id: string