Methods for defining and invoking activity tasks
Methods for defining and invoking activity tasks
Methods for dispatching Standalone Activities via ActivityClient (Temporal Java SDK 1.36+).
Standalone Activities run independently of any workflow. This namespace is the external client API — use it from application code, tests, or scripts outside a workflow context.
For activities invoked inside a workflow, see temporal.activity/invoke instead.
temporal.activity | temporal.client.activity |
|---|---|
| Used inside a defworkflow | Used outside any workflow (client / test / script code) |
| Dispatches via Workflow stub | Dispatches via ActivityClient |
| Returns workflow-aware promise | Returns standard Promesa promise |
Methods for dispatching Standalone Activities via `ActivityClient` (Temporal Java SDK 1.36+). Standalone Activities run independently of any workflow. This namespace is the *external client* API — use it from application code, tests, or scripts outside a workflow context. For activities invoked *inside* a workflow, see [[temporal.activity/invoke]] instead. | `temporal.activity` | `temporal.client.activity` | | -------------------------- | ---------------------------------------------------------- | | Used inside a defworkflow | Used outside any workflow (client / test / script code) | | Dispatches via Workflow stub | Dispatches via ActivityClient | | Returns workflow-aware promise | Returns standard Promesa promise |
Methods for client interaction with Temporal
Methods for client interaction with Temporal
Methods for managing a Temporal worker instance
Methods for managing a Temporal worker instance
Methods for managing codecs between a client and the Temporal backend
Methods for managing codecs between a client and the Temporal backend
Methods for managing promises from pending activities from within workflows
Methods for managing promises from pending activities from within workflows
Methods for managing side-effects from within workflows
Methods for managing side-effects from within workflows
Methods for managing signals from within workflows
Methods for managing signals from within workflows
Methods and utilities to assist with unit-testing Temporal workflows
Methods and utilities to assist with unit-testing Temporal workflows
Methods for loading, capturing, and serializing Temporal workflow execution histories for use in replay testing.
Methods for loading, capturing, and serializing Temporal workflow execution histories for use in replay testing.
Methods for replay-testing Temporal workflows against their persisted event histories.
Methods for replay-testing Temporal workflows against their persisted event histories.
Utilities for connecting to TLS enabled Temporal clusters
Utilities for connecting to TLS enabled Temporal clusters
Methods for defining and implementing Temporal workflows
Methods for defining and implementing Temporal workflows
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |