Request Lifecycle
Shows the full path of an emit() call from client to completion. The server validates the event, persists it, matches it against registered function triggers, and creates runs. Execution then diverges: push mode sends an HTTP POST to the user’s endpoint, while pull mode publishes a job to the NATS STEPS stream for a worker to consume.