Types
WorkflowCapabilities
Which blocks a workflow of a given trigger type may contain. Used to drive the builder palette.
object
WorkflowCapabilitiesFields
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).

