temporal-orchestrate

star 55

Orchestrate durable workflows with automatic retries using Temporal at {{TEMPORAL_HOST}}:{{TEMPORAL_PORT}}.

bidewio By bidewio schedule Updated 2/21/2026

name: temporal-orchestrate description: "Orchestrate durable workflows with automatic retries using Temporal at {{TEMPORAL_HOST}}:{{TEMPORAL_PORT}}." metadata: openclaw: emoji: "⏱️"


Temporal Workflow Orchestration

Temporal is available at {{TEMPORAL_HOST}}:{{TEMPORAL_PORT}} within the Docker network.

List Workflows

tctl --address {{TEMPORAL_HOST}}:{{TEMPORAL_PORT}} workflow list

Start a Workflow

tctl --address {{TEMPORAL_HOST}}:{{TEMPORAL_PORT}} workflow start \
  --taskqueue my-queue \
  --workflow_type MyWorkflow \
  --input '{"key": "value"}'

Tips for AI Agents

  • Temporal guarantees workflow completion even through failures.
  • Use activities for side-effect operations and workflows for orchestration.
  • The Web UI at port 8080 provides workflow visualization.
Install via CLI
npx skills add https://github.com/bidewio/better-openclaw --skill temporal-orchestrate
Repository Details
star Stars 55
call_split Forks 8
navigation Branch main
article Path SKILL.md
More from Creator