bunqueue
v2.8
API reference
all versions
·
guide
bunqueue
Guide
GitHub
Preparing search index...
client/workflow/types
WorkflowEvent
Interface WorkflowEvent
Base event payload
interface
WorkflowEvent
{
executionId
:
string
;
timestamp
:
number
;
type
:
WorkflowEventType
;
workflowName
:
string
;
}
Hierarchy (
View Summary
)
WorkflowEvent
StepEvent
WorkflowLifecycleEvent
SignalEvent
Index
Properties
execution
Id
timestamp
type
workflow
Name
Properties
execution
Id
executionId
:
string
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
timestamp
type
workflow
Name
Guide
GitHub
bunqueue
Loading...
Base event payload