Skip to main content

Module effect

Module effect 

Source
Expand description

Effect system — side-effects declared by operators for external execution.

Structs§

SignalPayload
Payload for inter-operator/workflow signals.

Enums§

Effect
A side-effect declared by an operator. NOT executed by the operator — the calling layer decides when and how to execute it.
LogLevel
Log severity levels.
Scope
Where state lives. Scopes are hierarchical — a session scope is narrower than a workflow scope, which is narrower than global.