Integration App React - v2.21.0
Console
SDK
REST API
Preparing search index...
FlowRunAccessor
Class FlowRunAccessor
Index
Constructors
constructor
Methods
get
stop
get
Output
get
Node
Runs
get
Node
Run
get
Node
Outputs
get
Node
Output
repeat
open
Editor
embed
Editor
Properties
id
Constructors
constructor
new
FlowRunAccessor
(
client
:
IntegrationAppApiClient
,
id
:
string
,
)
:
FlowRunAccessor
Parameters
client
:
IntegrationAppApiClient
id
:
string
Returns
FlowRunAccessor
Methods
get
get
()
:
Promise
<
FlowRun
>
Returns
Promise
<
FlowRun
>
stop
stop
()
:
Promise
<
void
>
Returns
Promise
<
void
>
get
Output
getOutput
()
:
Promise
<
any
>
Returns
Promise
<
any
>
get
Node
Runs
getNodeRuns
(
nodeKey
:
string
,
parameters
?:
{
cursor
?:
string
}
)
:
Promise
<
any
>
Parameters
nodeKey
:
string
Optional
parameters
:
{
cursor
?:
string
}
Returns
Promise
<
any
>
get
Node
Run
getNodeRun
(
nodeKey
:
string
,
runId
:
string
)
:
Promise
<
any
>
Parameters
nodeKey
:
string
runId
:
string
Returns
Promise
<
any
>
get
Node
Outputs
getNodeOutputs
(
nodeKey
:
string
,
parameters
?:
{
cursor
?:
string
}
)
:
Promise
<
any
>
Parameters
nodeKey
:
string
Optional
parameters
:
{
cursor
?:
string
}
Returns
Promise
<
any
>
get
Node
Output
getNodeOutput
(
nodeKey
:
string
,
outputId
:
string
)
:
Promise
<
any
>
Parameters
nodeKey
:
string
outputId
:
string
Returns
Promise
<
any
>
repeat
repeat
()
:
Promise
<
FlowRun
>
Returns
Promise
<
FlowRun
>
open
Editor
openEditor
(
__namedParameters
?:
OpenFlowRunEditorOptions
)
:
Promise
<
void
>
Parameters
Optional
__namedParameters
:
OpenFlowRunEditorOptions
Returns
Promise
<
void
>
embed
Editor
embedEditor
(
__namedParameters
?:
{
mountTargetSelector
?:
string
}
&
OpenFlowRunEditorOptions
,
)
:
Promise
<
void
>
Parameters
Optional
__namedParameters
:
{
mountTargetSelector
?:
string
}
&
OpenFlowRunEditorOptions
Returns
Promise
<
void
>
Properties
id
id
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
stop
get
Output
get
Node
Runs
get
Node
Run
get
Node
Outputs
get
Node
Output
repeat
open
Editor
embed
Editor
Properties
id
Console
SDK
REST API
Integration App React - v2.21.0
Loading...