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