Decided 2026-07-15 (ADR-0023, PRD core#1783). Temporal replaces only the durability plumbing under our workflow engine. Everything customers pay us for — governance, audit, clearance, cost, the DAG experience — remains UpsQuad code.
Trigger flows down the left; live status flows up the right. Temporal (blue) holds the run's spine — position, timers, signals, retries. It executes none of our business logic: every box it calls is an activity in our worker, wrapped by the governance choke-point (green).
Every Temporal component we use is under The MIT License — verified directly from the LICENSE files in each repository (fetched 2026-07-12, re-confirmed at adoption). The operative text, verbatim:
The MIT License
Copyright (c) 2025 Temporal Technologies Inc. All rights reserved.
Copyright (c) 2020 Uber Technologies, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED…
| Component | Repository | License (verified) |
|---|---|---|
| Temporal server | github.com/temporalio/temporal | MIT |
| Go SDK (in our binaries) | github.com/temporalio/sdk-go | MIT |
| Web UI | github.com/temporalio/ui | MIT |
| Helm charts (Phase 1) | github.com/temporalio/helm-charts | MIT |
Durable records: ADR-0023 (PR core#1784) carries this analysis with citations; the WF-05 dependency PR pins the version and license text; PRD core#1783 records the adoption decision and deployment phasing.