WorkflowSignals
Workflow Signals Query
Arguments
Name
Type
Description
Return Type
Usage Example
query {
# Get workflow signals that start workflows
workflowSignals(
where: {
start: true
},
orderBy: { direction: DESC, field: CREATED_AT }
) {
edges {
node {
id
workflowID
eventName
start
dataTypeSlug
data
createdAt
workflow {
id
name
active
}
}
cursor
}
totalCount
}
}Common Filters
Notes
Last updated
Was this helpful?
