bunqueue
v2.8
API reference
all versions
·
guide
bunqueue
Guide
GitHub
Preparing search index...
client/workflow/types
StepEvent
Interface StepEvent
Step-level event payload
interface
StepEvent
{
attempt
?:
number
;
error
?:
string
;
executionId
:
string
;
maxAttempts
?:
number
;
result
?:
unknown
;
stepName
:
string
;
timestamp
:
number
;
type
:
WorkflowEventType
;
workflowName
:
string
;
}
Hierarchy (
View Summary
)
WorkflowEvent
StepEvent
Index
Properties
attempt?
error?
execution
Id
max
Attempts?
result?
step
Name
timestamp
type
workflow
Name
Properties
Optional
attempt
attempt
?:
number
Optional
error
error
?:
string
execution
Id
executionId
:
string
Optional
max
Attempts
maxAttempts
?:
number
Optional
result
result
?:
unknown
step
Name
stepName
:
string
timestamp
timestamp
:
number
type
type
:
WorkflowEventType
workflow
Name
workflowName
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
attempt
error
execution
Id
max
Attempts
result
step
Name
timestamp
type
workflow
Name
Guide
GitHub
bunqueue
Loading...
Step-level event payload