featherbit UI
Gateway rustdoc
Preparing search index...
types
NodeStep
Interface NodeStep
One node execution within a trace.
interface
NodeStep
{
after
:
ContextSnapshot
;
changes
:
Change
[]
;
duration_us
:
number
;
edge
:
EdgeKind
;
index
:
number
;
next_node_id
?:
string
;
node_id
:
string
;
node_type
:
string
;
outcome
:
|
{
kind
:
"success"
}
|
{
code
:
string
;
kind
:
"error"
;
message
:
string
}
;
}
Index
Properties
after
changes
duration_
us
edge
index
next_
node_
id?
node_
id
node_
type
outcome
Properties
after
after
:
ContextSnapshot
changes
changes
:
Change
[]
Computed server-side when a trace is fetched.
duration_
us
duration_us
:
number
edge
edge
:
EdgeKind
index
index
:
number
Optional
next_
node_
id
next_node_id
?:
string
node_
id
node_id
:
string
node_
type
node_type
:
string
outcome
outcome
:
{
kind
:
"success"
}
|
{
code
:
string
;
kind
:
"error"
;
message
:
string
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
after
changes
duration_
us
edge
index
next_
node_
id
node_
id
node_
type
outcome
Gateway rustdoc
featherbit UI
Loading...
One node execution within a trace.