Temporal Workflow Worker Starter
A fork-and-customize template for building Temporal workflow workers that
orchestrate Foundry-built agents. Ships with a working three-step example
workflow, foundry-temporal and foundry-strands-agents wired in,
configuration-driven service routing, a docker-compose dev stack with a
mock agent, structured logging, retry policies, and CI workflows. Teams
fork it, replace the example workflows and activities with their domain
logic, and deploy as their own worker service.
Source (preview): github.com/boozallen/temporal-workflow-worker-starter — repo opens once it's released.
Public documentation for this baseline is on the way. It will be published alongside the open-source release. In the meantime, see the Temporal Workflow API Starter for the REST gateway that drives the worker.