nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
WorkflowToolResult
Interface WorkflowToolResult
Workflow execution result returned by the tool.
interface
WorkflowToolResult
{
executionId
:
string
;
workflowName
:
string
;
status
:
"failed"
|
"completed"
;
stepResults
:
StepResultSummary
[]
;
output
:
unknown
;
durationMs
:
number
;
}
Index
Properties
execution
Id
workflow
Name
status
step
Results
output
duration
Ms
Properties
execution
Id
executionId
:
string
workflow
Name
workflowName
:
string
status
status
:
"failed"
|
"completed"
step
Results
stepResults
:
StepResultSummary
[]
output
output
:
unknown
duration
Ms
durationMs
:
number
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
execution
Id
workflow
Name
status
step
Results
output
duration
Ms
GitHub
npm
nexus-agents - v2.80.0
Loading...
Workflow execution result returned by the tool.