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