Membrane React - v0.6.0
Console
SDK
REST API
Preparing search index...
FlowNodeRunResult
Interface FlowNodeRunResult
interface
FlowNodeRunResult
{
status
:
FlowNodeRunStatus
;
logs
:
any
[]
;
outputs
:
{
id
:
string
;
data
:
string
;
downstreamRuns
:
{
runId
:
string
;
nodeKey
:
string
}
[]
;
}
[]
;
errors
:
ErrorDataSchema
[]
;
}
Hierarchy (
View Summary
)
output
<
typeof
FlowNodeRunResultSchema
>
FlowNodeRunResult
Index
Properties
status
logs
outputs
errors
Properties
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
status
logs
outputs
errors
Console
SDK
REST API
Membrane React - v0.6.0
Loading...