feat: add dynamic workflow control flow - #163
Draft
Tsuyoshi Ushio (TsuyoshiUshio) wants to merge 5 commits into
Draft
feat: add dynamic workflow control flow#163Tsuyoshi Ushio (TsuyoshiUshio) wants to merge 5 commits into
Tsuyoshi Ushio (TsuyoshiUshio) wants to merge 5 commits into
Conversation
added 5 commits
August 13, 2026 19:30
Extend FRD 0004 with constrained conditions, bounded runtime fan-out, deterministic aggregation, status, limits, authorization, and stable failure contracts for planning issue 1276. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 10f8ebc4-9f18-4717-983e-4e9b8ec5eb55
Record the draft pull request in FRD 0004 metadata. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 10f8ebc4-9f18-4717-983e-4e9b8ec5eb55
Add a reviewer-oriented Mermaid comparison of existing static DAGs and the proposed data-driven for_each, when, and ordered fan-in flow. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 10f8ebc4-9f18-4717-983e-4e9b8ec5eb55
Record human approval of FRD 0004 Decisions 25-35 and open the implementation gate for planning issue 1276. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 10f8ebc4-9f18-4717-983e-4e9b8ec5eb55
Implement deterministic when and bounded for_each execution with ordered aggregation, structured status, stable failures, UI rendering, documentation, and sample coverage. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 10f8ebc4-9f18-4717-983e-4e9b8ec5eb55
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
whenpredicatesfor_eachexpansion with${item},${item.path}, and${index}localsDesign
FRD 0004 contains the approved contract, the static-versus-dynamic flow diagram, Decisions 25-36, and recorded human sign-off. The design intentionally excludes retry/timeout policy, configurable governance limits, per-agent workflow enablement, and production owner-query/observability work tracked by adjacent planning issues.
Review focus
nullsemantics<logical-id>[<index>]scheduling{index, status, result}fan-in envelopescustom_statuscompatibility with legacy static status stringsValidation
Planning issue: https://github.com/Azure/azure-functions-bucees-planning/issues/1276