Skip to main content
QUERY
workflowCapabilities(triggerType: WorkflowTriggerType!): WorkflowCapabilities!

Arguments

triggerType
hasConditionSupport
Boolean!

Whether condition steps are allowed.

hasWaitSupport
Boolean!

Whether wait steps are allowed.

allowedActionTypes
[String!]!

Action step types this workflow is restricted to (e.g. send_slack_notification). An empty list means no restriction (all action types are allowed).

Query
Variables
Response