Skip to main content

13 docs tagged with "temporal"

View all tags

@needs_lock decorator

Reference documentation for the @needs_lock decorator that applies distributed locking to Temporal activities.

Build custom app

Create a local file extraction application from scratch using the patterns and tools you learned

CleanupInterceptor

Automatically cleans up temporary artifacts and activity state when workflows complete or fail. Supports multiple cleanup base paths and comprehensive error handling.

Distributed locking

Frequently asked questions about distributed locking in the Application SDK including decorator usage, testing, and configuration.

EventInterceptor

Tracks workflow and activity execution events for monitoring and observability. Automatically publishes events when workflows and activities start and end.

Interceptors

Complete reference for Temporal interceptors that provide cross-cutting concerns including event tracking, distributed locking, and automatic cleanup.

Metadata extraction workflows

Complete reference for workflows that orchestrate metadata extraction from SQL databases, including databases, schemas, tables, columns, and procedures.

Query extraction workflows

Complete reference for workflows that orchestrate SQL query extraction from database query logs and history.

RedisLockInterceptor

Manages distributed locks for activities using Redis. Limits concurrent execution to a specified number of activities with the same lock name.

Retry policies

Configuration reference for retry policies that control automatic retry behavior when operations fail.

Timeouts

Timeout configuration parameters for Temporal workflows and activities.

Workflows

Overview of Temporal workflows that orchestrate long-running processes for metadata extraction and query mining in Atlan applications.