fire_trigger
Manually fire a trigger — evaluates its condition and runs the simulation template regardless of whether the threshold is currently met. Useful for testing triggers or forcing an immediate evaluation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | When true, run simulation even if the condition is not currently met (default: false). | |
| trigger_id | Yes | Trigger ID from register_trigger or list_triggers. |