Preparing search index...
The search index is not available
Ninja Agents SDK - v1.0.0
Ninja Agents SDK
DojoConfig
Interface DojoConfig
Dojo configuration for workflows
interface
DojoConfig
{
name
:
string
;
description
?:
string
;
steps
:
DojoStep
[]
;
errorHandling
?:
"retry"
|
"stop"
|
"continue"
;
maxRetries
?:
number
;
}
Index
Properties
name
description?
steps
error
Handling?
max
Retries?
Properties
name
name
:
string
Optional
description
description
?:
string
steps
steps
:
DojoStep
[]
Optional
error
Handling
error
Handling
?:
"retry"
|
"stop"
|
"continue"
Optional
max
Retries
max
Retries
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
name
description
steps
error
Handling
max
Retries
Ninja Agents SDK - v1.0.0
Loading...
Dojo configuration for workflows