Skip to content

Latest commit

 

History

History

bookingsaga

Saga example: trip booking

Temporal implementation of the Camunda BPMN trip booking example which demonstrates Temporal approach to SAGA.

Run the following command to start the sample:

./gradlew -q execute -PmainClass=io.temporal.samples.bookingsaga.TripBookingSaga

Sample unit testing: TripBookingWorkflowTest