bunqueue
v2.8
API reference
all versions
·
guide
bunqueue
Guide
GitHub
Preparing search index...
client/workflow/types
WorkflowLifecycleEvent
Interface WorkflowLifecycleEvent
Workflow lifecycle event payload
interface
WorkflowLifecycleEvent
{
executionId
:
string
;
input
?:
unknown
;
state
:
ExecutionState
;
timestamp
:
number
;
type
:
WorkflowEventType
;
workflowName
:
string
;
}
Hierarchy (
View Summary
)
WorkflowEvent
WorkflowLifecycleEvent
Index
Properties
execution
Id
input?
state
timestamp
type
workflow
Name
Properties
execution
Id
executionId
:
string
Optional
input
input
?:
unknown
state
state
:
ExecutionState
timestamp
timestamp
:
number
type
type
:
WorkflowEventType
workflow
Name
workflowName
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
execution
Id
input
state
timestamp
type
workflow
Name
Guide
GitHub
bunqueue
Loading...
Workflow lifecycle event payload