Membrane SDK - v0.8.0
Console
React Lib
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
React Lib
REST API
Membrane SDK - v0.8.0
Loading...