nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
PipelineGraphResult
Interface PipelineGraphResult
Result of compiling a pipeline template into a graph.
interface
PipelineGraphResult
{
ok
:
boolean
;
graph
?:
CompiledGraph
;
error
?:
string
;
}
Index
Properties
ok
graph?
error?
Properties
Readonly
ok
ok
:
boolean
Optional
Readonly
graph
graph
?:
CompiledGraph
Optional
Readonly
error
error
?:
string
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
ok
graph
error
GitHub
npm
nexus-agents - v2.80.0
Loading...
Result of compiling a pipeline template into a graph.