nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
GraphPipelineResult
Interface GraphPipelineResult
Result of a graph-based pipeline execution.
interface
GraphPipelineResult
{
success
:
boolean
;
templateId
:
string
;
stepsExecuted
:
number
;
durationMs
:
number
;
finalState
:
Readonly
<
Record
<
string
,
unknown
>
>
;
error
?:
string
;
}
Hierarchy (
View Summary
)
GraphPipelineResult
AdaptiveOrchestratorResult
Index
Properties
success
template
Id
steps
Executed
duration
Ms
final
State
error?
Properties
Readonly
success
success
:
boolean
Readonly
template
Id
templateId
:
string
Readonly
steps
Executed
stepsExecuted
:
number
Readonly
duration
Ms
durationMs
:
number
Readonly
final
State
finalState
:
Readonly
<
Record
<
string
,
unknown
>
>
Optional
Readonly
error
error
?:
string
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
success
template
Id
steps
Executed
duration
Ms
final
State
error
GitHub
npm
nexus-agents - v2.80.0
Loading...
Result of a graph-based pipeline execution.