This workshop is an introduction to implement Temporal workflows in Java. Across several and iterative exercises, it introduces the main Temporal concepts like:
See prepare-your-environment.md.
Step by step, how to create a workflow with activities in Java.
Shows how to use Workflow Signal, to send an asynchronous message to a workflow execution.
Shows how to use Workflow Query, to get the workflow internal state.
Shows how to use Workflow Update, to change the workflow state and waits until the update method completes.
Step by step, create an application for managing accounts and transfers using Temporal and Spring Boot.