@nexartis/nexartis-nanda-node-sdk - v1.2.1
Preparing search index...
WorkflowRun
Interface WorkflowRun
A single workflow run record as returned by the backend.
interface
WorkflowRun
{
completed_at
?:
string
|
null
;
created_at
?:
string
;
id
:
string
;
input
?:
Record
<
string
,
unknown
>
;
output
?:
Record
<
string
,
unknown
>
|
null
;
started_at
?:
string
;
status
:
string
;
trigger_type
?:
string
;
workflow_id
:
string
;
}
Index
Properties
completed_
at?
created_
at?
id
input?
output?
started_
at?
status
trigger_
type?
workflow_
id
Properties
Optional
completed_
at
completed_at
?:
string
|
null
Optional
created_
at
created_at
?:
string
id
id
:
string
Optional
input
input
?:
Record
<
string
,
unknown
>
Optional
output
output
?:
Record
<
string
,
unknown
>
|
null
Optional
started_
at
started_at
?:
string
status
status
:
string
Optional
trigger_
type
trigger_type
?:
string
workflow_
id
workflow_id
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
completed_
at
created_
at
id
input
output
started_
at
status
trigger_
type
workflow_
id
@nexartis/nexartis-nanda-node-sdk - v1.2.1
Loading...
A single workflow run record as returned by the backend.