Add structured workflow control flow and V2 List tools (M4A) - #1496
Merged
Paul Lizer (paullizer) merged 2 commits intoSep 17, 2026
Merged
Paul Lizer (paullizer) merged 2 commits into
Paul Lizer (paullizer) merged 2 commits into
Conversation
Introduce opt-in v3 structured paths, typed conditions, scoped durable executions, exact result/publication identities, and native V2 List authoring and run inspection. Preserve legacy workflows and document the independently releasable M4A slice in application 0.261.116. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Keep document_results distinct from record collections when loading complete-record pages, with legacy and structured result-reader coverage. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Paul Lizer (paullizer)
merged commit Sep 17, 2026
36826e5
into
paullizer-react-v2-ui
2 checks passed
This was referenced Sep 18, 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.
Summary
Target:
paullizer-react-v2-ui, based on5cb06a4061feadbe99b105a76889b255f52081df. Analyze stabilization #1495 and screening #1494 are already merged into that target; they are not re-cherry-picked or duplicated in this PR.Linked issue
No associated issue; the owner explicitly chose to continue without one. Builds on the merged workflow/Analyze integrations in #1484, #1483, and #1495.
Release Notes & Latest Features
Is this visible to end users?
Is this admin-facing (Admin Settings, governance, deployment, config)?
Should this become a Latest Feature card?
Screenshot needed for the card?
Release notes: deliberately left unchanged at the owner's request. Existing Analyze stabilization release notes are preserved.
Version bump
application/single_app/config.pyVERSIONthird segment bumped: 0.261.115 → 0.261.116.deployers/version.txtnot changed because nodeployers/files changed.Testing / validation
On the latest merged React V2 baseline:
npm --prefix .\application\v2_ui run typecheckandnpm --prefix .\application\v2_ui run buildpassed. The existing Vite large-bundle warning remains; no remote runtime assets were introduced.python -m compileall -q .\application\single_appandgit diff --cached --checkpassed.All fixtures use fictional data and isolated external-service boundaries. No live workflow, model endpoint, deployment, permission change, or document publication was used for acceptance.
Documentation
docs/explanation/features/WORKFLOW_STRUCTURED_CONTROL_FLOW.md; related data-flow/durability documents and create/trigger workflow guides updated.Security checklist
@swagger_route(security=get_auth_security())and existing Blueprint/user/group policies.Boundaries and follow-up
M4A deliberately accepts only empty iteration paths. The next slice must extend real execution identity, cursor/replay behavior, collection and provenance paging before admitting For each. Existing publication states are not redefined as indexed-and-ready; richer completion policies and generic aggregate adapters remain M4C. Live acceptance requires a separately authorized matching deployment. No PR merge or deployment is requested by this change.