Reaction Object
A Reaction represents an automated response to an event within an organization. It defines the criteria for triggering the reaction, the actions to be taken, and the associated organization.
Fields
#
name
The name of the reaction. This should be a descriptive name that helps identify the reaction's purpose.
description
An optional description providing more details about the reaction's purpose and functionality.
triggers
A list of triggers that initiate the reaction. A reaction must have at least one trigger.
conditions
Optional conditions that must be met for the reaction to be triggered. This field allows for complex logic to be defined using a custom scalar type 'ReactionConditionScalar'.
priority
The priority of the reaction. Reactions with higher priority are executed before reactions with lower priority if they are triggered by the same event.
enabled
Indicates whether the reaction is enabled or disabled. Disabled reactions will not be executed.
Usages
#
References
#
- Field reaction from Query
- Field createReaction from Mutation
- Field updateReaction from Mutation
Query
ReactionAgentEvent