SocialluxSociallux
Toggle navigation menu
Docs navigationv

Primitive

trigger.fire

BETA

Short name: fire

Version: 1.0.0

Fire a single trigger atom against an originating AuditEvent, applying matcher/self-loop/depth guards.

Back to primitive library

Inputs

KeyTypeRequiredDescription
eventobjecttrueOriginating AuditEvent (must include eventId; causationChain optional).
triggerAtomIdstringtrueObjectId of the trigger atom to fire.

Outputs

KeyTypeRequiredDescription
resultobjectfalseOutcome object from fireTrigger: { fired, reason?, output?, auditEventId?, ... }.