Learn · TrustedAIGov® Enterprise Knowledge Platform
Informational Fresh jira_story: GOV-120

Lesson 11 of 11 — Launch the Workspace and hand off the seed package

Governance Onboarding · Source: Jira Story GOV-120 (5 pts) · Authority: Informational (the Jira story is authoritative).

Purpose

Launch the governance Workspace with seeded objects, idempotently, and redirect the user to the Command Centre.

Why it matters

Launch turns the onboarding outputs into live, owned work in the Command Centre.

Where this lives

Runs in the Customer AI Governance platform (components: onboarding). Launch emits the seed package into the Workspace, keyed idempotently on session_ref, then redirects to the Command Centre. Learn teaches this read-only.

Workflow

  1. Given a completed readiness step
  2. When launch runs
  3. Then the workspace and seeded objects exist, the operation is idempotent on session_ref, and the user is redirected to the Command Centre

Worked example

Launch is accidentally triggered twice for the same session. What should happen?

Nothing duplicates — launch is idempotent on session_ref, the same seeded objects are reused, and the user lands in the Command Centre.

Acceptance criteria (authoritative — GOV-120)

Given a completed readiness step, when launch runs, then the workspace and seeded objects exist, the operation is idempotent on session_ref, and the user is redirected to the Command Centre.

Common pitfalls

  • Re-running launch and creating duplicate seeded objects — it must be idempotent on session_ref.

Knowledge check

  • Scenario: Launch is accidentally triggered twice for the same session. What should happen?
  • Look for: Nothing duplicates — launch is idempotent on session_ref, the same seeded objects are reused, and the user lands in the Command Centre.

Key concepts

  • idempotent launch
  • seed package
  • session_ref
  • Command Centre redirect

For the AI Tutor

  • Summary: Launch the governance Workspace with seeded objects, idempotently, and redirect the user to the Command Centre.
  • When to use: teaching or answering questions about "launch the workspace and hand off the seed package" during governance onboarding.
  • When NOT to use: ongoing workspace operation (that is GOV-E3, Workspace Core).
  • Key concepts: idempotent launch, seed package, session_ref, Command Centre redirect.

Completion criteria

Learner passes the scenario knowledge check and can point to the system state that satisfies GOV-120's acceptance criterion.

  • Module: LEARN-MOD-001 (Governance Onboarding)
  • Provenance: LEARN-MAP-001 · Generation standard: LEARN-STD-002
  • Next: (module complete — launch to Command Centre)