Membrane React - v0.6.0
Console
SDK
REST API
Preparing search index...
FlowNodeRunRecord
Interface FlowNodeRunRecord
interface
FlowNodeRunRecord
{
id
:
string
;
upstreamRuns
:
{
nodeKey
:
string
;
runId
:
string
;
outputId
:
string
}
[]
;
input
:
any
;
status
:
FlowNodeRunStatus
;
logs
:
any
[]
;
outputs
:
{
id
:
string
;
data
:
string
;
downstreamRuns
:
{
runId
:
string
;
nodeKey
:
string
}
[]
;
}
[]
;
errors
:
ErrorDataSchema
[]
;
}
Hierarchy (
View Summary
)
output
<
typeof
FlowNodeRunRecordSchema
>
FlowNodeRunRecord
Index
Properties
id
upstream
Runs
input
status
logs
outputs
errors
Properties
id
id
:
string
upstream
Runs
upstreamRuns
:
{
nodeKey
:
string
;
runId
:
string
;
outputId
:
string
}
[]
input
input
:
any
status
status
:
FlowNodeRunStatus
logs
logs
:
any
[]
outputs
outputs
:
{
id
:
string
;
data
:
string
;
downstreamRuns
:
{
runId
:
string
;
nodeKey
:
string
}
[]
;
}
[]
errors
errors
:
ErrorDataSchema
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
upstream
Runs
input
status
logs
outputs
errors
Console
SDK
REST API
Membrane React - v0.6.0
Loading...