fix(flow): pass child input from selected transition - #280
Merged
Conversation
gbaudrit
force-pushed
the
codex/278-flow-input-passthrough
branch
from
September 11, 2026 00:05
60d534b to
a363ecb
Compare
gbaudrit
changed the base branch from
codex/256-composable-flow-orchestration
to
main
September 11, 2026 00:05
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
Complete the visual Flow-call authoring path with one explicit checkbox that passes the output carried by the transition actually taken into a child Flow. Closes #278 and extends the composable orchestration epic #256.
Changes
Pass incoming transition outputcheckbox to the generic Flow card.${transition.output}and restore the checked state from the draft definition.${transition.output}from the selected incoming transition at runtime, including durable child-Flow resume.Agent -> Flowpath by asserting that structured agent output becomes the child Flow Run input.Validation
dotnet restore Agentstration.slnxsucceeded after synchronizing with currentmainthrough the Compose and invoke reusable Flows across triggers, agents, APIs, MCP, and other Flows #256 integration branch.dotnet build Agentstration.slnx --configuration Release --no-restoresucceeded with 0 warnings and 0 errors.dotnet test Agentstration.slnx --configuration Release --no-buildsucceeded: 831 total, 827 passed, 4 skipped optional integrations, 0 failed.buildcheck passed on the synchronized branch.Breaking changes
None.