Context
- A flow node might have a dependency on another flow node.
- When the referenced flow node is not yet migrated, the referencing flow node is also skipped.
- A user needs to run
--retry-skipped multiple times until all dependencies are resolved.
Acceptance Criteria (Required on creation)
On initial migration, retry until dependencies can be resolved, and stop if only entities remain that require manual intervention.
Hints
Links
Breakdown
Pull Requests
Dev2QA handover