Membrane SDK - v0.8.0
Console
React Lib
REST API
Preparing search index...
FlowNodeRunRecordWithoutOutputsData
Interface FlowNodeRunRecordWithoutOutputsData
interface
FlowNodeRunRecordWithoutOutputsData
{
id
:
string
;
upstreamRuns
:
{
nodeKey
:
string
;
runId
:
string
;
outputId
:
string
}
[]
;
input
:
any
;
status
:
FlowNodeRunStatus
;
logs
:
any
[]
;
outputs
:
{
id
:
string
;
downstreamRuns
:
{
runId
:
string
;
nodeKey
:
string
}
[]
;
}
[]
;
errors
:
ErrorDataSchema
[]
;
}
Hierarchy (
View Summary
)
output
<
typeof
FlowNodeRunRecordWithoutOutputsDataSchema
>
FlowNodeRunRecordWithoutOutputsData
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
;
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
React Lib
REST API
Membrane SDK - v0.8.0
Loading...