Preparing search index...
The search index is not available
Ninja Agents SDK - v1.0.0
Ninja Agents SDK
DojoStep
Interface DojoStep
Dojo workflow step
interface
DojoStep
{
id
:
string
;
type
:
"condition"
|
"parallel"
|
"shinobi"
|
"kata"
|
"clan"
;
config
:
any
;
condition
?:
(
(
context
)
=>
boolean
)
;
onError
?:
"retry"
|
"stop"
|
"continue"
;
}
Index
Properties
id
type
config
condition?
on
Error?
Properties
id
id
:
string
type
type
:
"condition"
|
"parallel"
|
"shinobi"
|
"kata"
|
"clan"
config
config
:
any
Optional
condition
condition
?:
(
(
context
)
=>
boolean
)
Type declaration
(
context
)
:
boolean
Parameters
context
:
any
Returns
boolean
Optional
on
Error
on
Error
?:
"retry"
|
"stop"
|
"continue"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
id
type
config
condition
on
Error
Ninja Agents SDK - v1.0.0
Loading...
Dojo workflow step