Editing a migrated flow outside of Flow Designer

If the migrated NiFi 2.x flow definition cannot be opened in Flow Designer, you need to download the migrated flow definition with its associated migration report and resolve open issues in an external tool.

  1. Click Download migration results to retrieve the TAR.GZ package containing the flow_definition.json and migration_report.json files.
  2. Open the flow_definition.json and migration_report.json files.
  3. In the migration_report.json file look for manual-change-request and manual-inspection-request entries. and modify the flow_definition.json accordingly.
    Manual Change Request
    Describes changes that cannot be applied automatically and require human intervention. For example, deprecated components without replacements or decisions requiring domain expertise.
    Manual Inspection Request
    Highlights changes that should be explicitly reviewed to ensure correctness. These changes may or may not require adjustments.
  4. After addressing all open issues, import the flow definition to Cloudera Data Flow Catalog.