Queries
workflowRule
Get a workflow rule by id. Returns null if no rule with the given ID exists.
Workflow rules are the older, condition-plus-action configuration model; see workflow for the newer step-based model.
QUERY
workflowRule(workflowRuleId: ID!): WorkflowRuleArguments
workflowRuleId
ID!
required
Returns
id
ID!
name
String!
payload
String!
JSON-encoded payload of the rule definition.
publishedAt
Timestamp when the rule was last published. Null means the rule is an inactive draft.
order
Int!
Display order of this rule relative to other rules. Lower values appear first.
createdAt
createdBy
updatedAt
updatedBy
Query
Variables
Response
Query
Variables
Response

