Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 575 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 575 Bytes

Temporal Clojure SDK samples

This directory contains several sample Workflow applications that demonstrate the various capabilities of the Temporal Server via the Temporal Clojure SDK.

Samples directory

  • Mutex Workflow: Demonstrates the ability to lock/unlock a particular resource within a particular Temporal Namespace. In this examples the other Workflow Executions within the same Namespace wait until a locked resource is unlocked. This shows how to avoid race conditions or parallel mutually exclusive operations on the same resource.