[SC-16959] Documentation: workflow execution taken path and Step Detail panels#1436
Merged
Merged
Conversation
The Workflow tab bullet in both shared includes still described the execution canvas as only highlighting the current step. Document the taken-path overlay (green path, dimmed non-taken branches) and the Step Detail panel: run pager for loops, approval decisions with votes, and user action submissions. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
|
Contributor
Validate docs site✓ INFO: A live preview of the docs site is available — Open the preview |
This was referenced Jul 24, 2026
cachafla
approved these changes
Jul 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Description
What and why?
Documents the workflow execution viewer improvements shipped in SC-16959 (frontend#2682) and its predecessor SC-16932 (frontend#2680).
Before, the Workflow tab bullet in both shared includes said only "The current workflow step is highlighted on this view." The shipped viewer does much more, none of it documented:
Edited the two shared sources (guide + RevealJS training variants kept in sync):
site/guide/workflows/_view-workflow-executions.qmdsite/guide/workflows/_review-active-workflows.qmdCopy is anchored to the shipped code, not the ticket: the panel header is "Step Detail" (the PR diagram said "Run details"), and a pending approval does open the panel in its live Pending state (the story's AC predated that behavior).
Intentionally out of scope: per-field Set Field statuses (Set/Declined/Error), the LaunchDarkly kill-switch for the overlay (default on), and the ring/check/border visual distinction — summarized as the green taken path.
How to test
Rendered every consumer of both includes one page at a time:
All six rendered successfully; grepped each output in
site/_site/for the new copy (present in every variant).git diff --checkclean. Thevalidmind/validmind.qmdlink warnings are pre-existing and unrelated.Documentation preview
Review the changes live after the
validaterun completes:What needs special review?
Whether the approval-panel detail level is right for the training decks — the same copy is used in all formats to keep the shared includes from diverging.
Dependencies, breaking changes, and deployment notes
None. Docs-only; the documented behavior is live (frontend#2682 merged and backported to release/26.07).
Release notes
The workflow execution viewer documentation now covers the taken-path view — the executed path in green with non-taken branches dimmed — and the Step Detail panel, including approval decisions with each participant's vote and notes. Learn more ...
Checklist
🤖 Generated with Claude Code