@deskcreate/agentcraft
Preparing search index...
index
CustomStepConfig
Interface CustomStepConfig
Configuration for CustomStep.
interface
CustomStepConfig
{
id
?:
string
;
retry
?:
RetryStepConfig
;
run
:
(
ctx
:
WorkflowContext
)
=>
unknown
;
}
Index
Properties
id?
retry?
run
Properties
Optional
Readonly
id
id
?:
string
Optional
Readonly
retry
retry
?:
RetryStepConfig
Readonly
run
run
:
(
ctx
:
WorkflowContext
)
=>
unknown
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
retry
run
@deskcreate/agentcraft
Loading...
Configuration for CustomStep.