📄️ Running Side Effects
Without Error
📄️ Awaiting Signals
The Workflows4s API allows arbitrary signals to be sent to a workflow instance. While this provides flexibility, it also
📄️ Awaiting Time
📄️ Sequencing Operations
Declarative
📄️ Handling Errors
📄️ Loops
📄️ Fork
📄️ Interrupting
📄️ Embedding Sub-Workflows
Embedding one workflow in another is supported but not documented yet.
📄️ Parallel
WIO.Parallel allows running multiple branches simultaneously, enabling scenarios such as waiting for a mix of signals and timers without enforcing a particular order.