For the complete documentation index, see llms.txt. This page is also available as Markdown.

workflowActions

Graphql fields and variables for the workflowActions query

A workflow action definition

Scope required: workflow:read

For a complete list of possible response fields see the WorkflowAction type.

query workflowActions ($objectType: String) {
  workflowActions (objectType: $objectType) {
    name
  }
}

Arguments

Name
Type
Description

objectType

String

Response

Last updated

Was this helpful?