temporal-io
Installation
SKILL.md
Temporal.io Workflow Orchestration
Durable execution engine for reliable distributed applications.
Overview
- Long-running business processes (days/weeks/months)
- Saga patterns requiring compensation/rollback
- Microservice orchestration with retries
- Systems requiring exactly-once execution guarantees
- Complex state machines with human-in-the-loop
- Scheduled and recurring workflows
Workflow Definition
from temporalio import workflow
from temporalio.common import RetryPolicy
from datetime import timedelta