日本語
ReleaseOps

The Deployment Request deep dive

REFERENCE DECK — LINKED FROM THE MAIN WORKSHOP, NOT PART OF THE CORE DAY

Architecture

From source control to Deployment Request

🗂️

Source control

📦

App Repo

📋

Update Set

🚚

Deployment Request

Architecture

Two core flows, one pipeline

Assessment flow

Instance Scan → Move to Test → Run ATF → Ready for Deploy.

Release flow

Pushes every ready Deployment Request to production, together.

Architecture

Freeze date vs. release date

Freeze date

Cutoff for reaching Ready for Deployment.

Release date

When the push to production fires.

Architecture

Why dev → test only doesn't work

🏢

Dev

🧪

Test / Staging / UAT

🏭

Final destination

ReleaseOps needs all three — a two-instance setup has nowhere left to release to.

Architecture

The assessment playbook, stage by stage

🔍

Instance Scan

Static policy check, on the dev instance

📥

Move to test

Assessment begins

Run ATF

Functional coverage

🚀

Ready for Deploy

Cleared for release

Walkthrough

Studio to production, step by step

Walkthrough — Step 1

Build & install the app from the IDE

Walkthrough — Step 2

Publish the app to the App Repository

Walkthrough — Step 3

Find the Update Set publish created

Walkthrough — Step 4

Create the Release record — the basics

Walkthrough — Step 4

Create the Release record — pipeline & timing

Walkthrough — Step 5

Promote the Update Set → create a Deployment Request

Walkthrough — Step 6

Activate the Release

Walkthrough — Step 7

Ready to Assess → watch it move

Walkthrough — Step 7, continued

Inside Workflow Studio: find the playbook

Playbook — Stage 1

Instance Scan

Workflow Studio diagram of the Run Instance Scan stage, branching to a Reconciling task on failure

A static policy check on dev. Failures branch to a Reconciling task.

Playbook — Stage 2

Move to Test

Workflow Studio diagram of the Move To Test stage
Integrate Deployment Request activity properties, with Destination Instance Label set to Test

"Test" is a label, not a hard-coded instance — the destination is configurable.

Playbook — Stage 3

Run ATF Tests

Workflow Studio diagram of the Run ATF Tests stage, with two separate sad paths for failures and low code coverage

Two sad paths: failures, and low code coverage.

Playbook — Stage 4

Ready for Deploy

Workflow Studio diagram of the Ready for Deploy stage leading to End

The finish line for assessment — not a push to prod.

Walkthrough — Step 8

Setting up a manual pause point

Walkthrough — Step 8, continued

Pausing it, and resolving it

Roadmap

What ReleaseOps can't do yet

ATF suite selection from prod

Net-new app suites don't exist on prod yet.

Fixed scripts & data loads

~80% of customers ask for this interleaving.

IDE vs. Studio publish

Open question — can App Repo publish happen from the IDE?

Wrap-up

Deployed to prod

Built, assessed, and released — with sign-off exactly where the team wanted it.

Thanks

Back to the workshop

That's the full pipeline — architecture, the assessment playbook, and the pause-point mechanics. Head back to the main deck, or into the hands-on exercise.