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