Generated actions
When one cloud flow would be too large, the experimental package splits the output into a solution-aware parent flow and child-flow segments.
Some Nintex workflows are too large, too nested, or too variable-heavy to migrate as one cloud flow. Flow Migrator's experimental parent/child solution package is built for those cases: it analyzes the blockers, proposes a split, generates solution-aware parent and child flows, and runs a quality check before download.
Experimental output is intended for pilot remediation and engineering review. It is not a one-click production rewrite.
A normal export package is still the right path for workflows that fit within a single cloud flow. The experimental path appears when Flow Migrator detects hard limit pressure and a parent/child design is a better migration starting point.
When one cloud flow would be too large, the experimental package splits the output into a solution-aware parent flow and child-flow segments.
Deep conditions, scopes, switches, and parallel sections are candidates for nested-section child-flow extraction.
The generator uses a MigrationContext JSON handoff pattern so child flows can receive and return shared state for review.
The experimental generator starts from the analyzed workflow, applies Required and Optional Settings, creates base child-flow segments, extracts additional nested sections where needed, and runs a post-conversion audit before it gives the user a ZIP.
The package is designed to reduce manual architecture work for oversized migrations, not to hide risk. Use it to accelerate a pilot, expose boundaries, and create a reviewable Power Platform solution. Keep manual validation for unsupported connector semantics, external systems, approvals, SharePoint file dependencies, and any TODO comments the quality gate leaves visible.
No. It is a remediation accelerator for oversized workflows. The package is designed to import as a solution and give teams a stronger starting point, but child-flow boundaries, connector references, data handoff, approvals, external calls, and TODO items still require UAT before production.
Parent and child cloud flows need to be solution-aware so the parent can call child flows reliably and the environment can manage connection references as solution components.
It attempts to remediate hard limits by splitting action ranges, extracting over-nested sections, and checking the finished output before download. If the tool cannot safely generate an importable package, the quality gate blocks the download instead of giving the user a broken ZIP.
Use it when normal single-flow export is blocked by hard limits such as action count, nesting depth, or variable volume. For normal-sized workflows, the standard export package is the cleaner path.