Primitive
trigger.fire
BETAShort name: fire
Version: 1.0.0
Fire a single trigger atom against an originating AuditEvent, applying matcher/self-loop/depth guards.
Back to primitive libraryInputs
| Key | Type | Required | Description |
|---|---|---|---|
| event | object | true | Originating AuditEvent (must include eventId; causationChain optional). |
| triggerAtomId | string | true | ObjectId of the trigger atom to fire. |
Outputs
| Key | Type | Required | Description |
|---|---|---|---|
| result | object | false | Outcome object from fireTrigger: { fired, reason?, output?, auditEventId?, ... }. |