Where conditions apply
Conditions can be configured at two levels:| Level | Scope |
|---|---|
| System Integration | Applies to all data handled by that integration, across all domain mappings that belong to it. |
| Domain Mapping | Applies only to data flowing through that specific domain mapping. |
Condition rules
A condition is made up of one or more rules. Each rule evaluates a property on the entity against a value using an operator. Common operators include:- Equal to / not equal to
- Contains / does not contain
- Is set / is not set
- Greater than / less than (for numeric and date properties)
Active status filtering
A common use of conditions is filtering by employment status. For example, a destination payroll system may only need to receive active employees. Rather than manually maintaining this list, a condition onactive_status ensures that terminated employees are automatically excluded.
When an employee’s status changes to terminated, Twine will stop replicating updates for that entity to any mapping that has an active-only condition configured.