@nexartis/nexartis-nanda-node-sdk - v1.2.1
Preparing search index...
StepRun
Interface StepRun
A single step run within a workflow run.
interface
StepRun
{
completed_at
?:
string
|
null
;
duration_ms
?:
number
|
null
;
error
?:
string
|
null
;
id
:
string
;
input
?:
Record
<
string
,
unknown
>
|
null
;
output
?:
Record
<
string
,
unknown
>
|
null
;
run_id
:
string
;
started_at
?:
string
|
null
;
status
:
string
;
step_id
:
string
;
}
Index
Properties
completed_
at?
duration_
ms?
error?
id
input?
output?
run_
id
started_
at?
status
step_
id
Properties
Optional
completed_
at
completed_at
?:
string
|
null
Optional
duration_
ms
duration_ms
?:
number
|
null
Optional
error
error
?:
string
|
null
id
id
:
string
Optional
input
input
?:
Record
<
string
,
unknown
>
|
null
Optional
output
output
?:
Record
<
string
,
unknown
>
|
null
run_
id
run_id
:
string
Optional
started_
at
started_at
?:
string
|
null
status
status
:
string
step_
id
step_id
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
completed_
at
duration_
ms
error
id
input
output
run_
id
started_
at
status
step_
id
@nexartis/nexartis-nanda-node-sdk - v1.2.1
Loading...
A single step run within a workflow run.