DEV Community

Cover image for (New) Coding Tutorial: Efficient Workflows in Go with Temporal: Signals & Selectors
Younis Jad
Younis Jad

Posted on

(New) Coding Tutorial: Efficient Workflows in Go with Temporal: Signals & Selectors

With the use of Signals, workflows can receive updates, notifications, or requests from external systems or actors. These Signals can trigger wait conditions within the workflow, allowing it to patiently pause until a defined Signal is received.

Tutorial: https://younisjad.medium.com/series-efficient-workflows-in-go-with-temporal-signals-selectors-ddd4bbc285d4

Source Code: https://github.com/unijad/temporal-select-signal-tutorial-code

Top comments (0)