Skip to main content

Module events

Module events 

Source

Structs§

CapturingSink
MultiSink
NoopSink
StorageSink
EventSink that persists each event into the SQLite store as execution + execution_step rows. Designed for fan-out via MultiSink alongside the Tauri-emitting sink.
TracingSink
EventSink that emits a tracing line for each execution event before forwarding to an inner sink. Wrapping a per-run sink with this makes the node lifecycle (start / succeed / fail / skip, pause / resume, done) visible in the dev terminal and the rotating log file under the flow_execution target.

Enums§

ExecutionEvent
LogStream

Traits§

EventSink