activity-design

Community

Design robust, idempotent Temporal activities.

Authortherealbill
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Managing external work within workflows can be brittle without proper timeouts, retries, and heartbeat signaling. This skill provides guidance to design and configure Temporal activities to be robust, idempotent, and observable.

Core Features & Use Cases

  • Timeout configuration for activities: ScheduleToCloseTimeout, StartToCloseTimeout, and HeartbeatTimeout to bound total, per-attempt, and progress-monitoring time.
  • Retry policy guidance: InitialInterval, BackoffCoefficient, MaximumInterval, MaximumAttempts, and non-retryable errors.
  • Idempotency strategies: idempotency keys and transactional patterns to avoid duplicate side effects.
  • Heartbeats and cancellation: progress reporting during long-running tasks and responsive cancellation handling.
  • Common use cases: HTTP/gRPC calls, DB operations, file I/O, and message publishing with safe retry semantics.

Quick Start

Implement a Temporal activity with appropriate Timeouts and a RetryPolicy.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: activity-design
Download link: https://github.com/therealbill/mynet/archive/main.zip#activity-design

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.