bunqueue
v2.8
API reference
all versions
·
guide
bunqueue
Guide
GitHub
Preparing search index...
client/workflow/types
StepDefinition
Interface StepDefinition
Internal step definition
interface
StepDefinition
{
compensate
?:
CompensateHandler
<
unknown
>
;
handler
:
StepHandler
;
inputSchema
?:
SchemaLike
;
name
:
string
;
outputSchema
?:
SchemaLike
;
retry
:
number
;
timeout
:
number
;
}
Index
Properties
compensate?
handler
input
Schema?
name
output
Schema?
retry
timeout
Properties
Optional
compensate
compensate
?:
CompensateHandler
<
unknown
>
handler
handler
:
StepHandler
Optional
input
Schema
inputSchema
?:
SchemaLike
name
name
:
string
Optional
output
Schema
outputSchema
?:
SchemaLike
retry
retry
:
number
timeout
timeout
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
compensate
handler
input
Schema
name
output
Schema
retry
timeout
Guide
GitHub
bunqueue
Loading...
Internal step definition