simulate_rule_impact
Evaluate a business rule's impact on employee data without modifying records. Identify affected employees and anticipated changes for informed deployment decisions.
Instructions
Simulate the impact of a business rule against real employee data.
Evaluates the rule's conditions against actual employee records and shows which employees would be affected and what changes would be made. This is a read-only simulation — no data is modified.
Useful for impact analysis before deploying a new rule.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rule_spec | Yes | Rule specification (from generate_rule_spec) with conditions and actions | |
| data_center | No | ||
| sample_size | No | Maximum employees to evaluate (1-1000) | |
| auth_user_id | No | ||
| auth_password | No | ||
| target_population | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||