POJO-actor Tutorial Part 2-3: Improving the Workflow API — Introducing the @Action Annotation
This article is a hands-on tutorial for the POJO-actor workflow API, focusing on the @Action annotation introduced in POJO-actor v2.14.
We explain how to define workflow-callable actions in Java actors without overriding callByActionName(), using a practical example with conditional branching.
