Skip to main content
Feedback

Flow July 2025 Release Notes

July 30 2025

New
We added these features
  • Optimized the flow snapshot publishing process to reduce timeouts caused by large snapshot sizes by increasing timeout limits and enhancing overall efficiency. (FLOW-8461)

  • Created two DELETE endpoints to remove states that may contain sensitive data generated during deployments without identity protection: (FLOW-8506)

    • api/admin/1/states/flow/{id}: Deletes all states for a given flow ID.
    • api/admin/1/states/flow/{id}/{version}: Deletes all states for a given flow ID and version ID.
Fix
We fixed these issues
  • The pagination size attribute is now listed in the page editor for the Table component.(FLOW-8502)

  • The Flows list now refreshes automatically after import, fixing an issue where imported flows did not appear without refreshing the page. (FLOW-8503)

July 23 2025

New
We added these features
  • Added an Import Flow button to the Flows list screen, enabling you to import a Flow. (FLOW-8462)

  • Removed legacy attributes from the attributes drop-down in the page editor, ensuring that only current runtime attributes and attributes defined by installed custom components are displayed. (FLOW-8480)

Fix
We fixed these issues
  • Improved the Environments screen to ensure that Integration Accounts display correctly when configured in the tenant. (FLOW-8492)

  • Enhanced the Publish screen to accurately reflect the status of Flow publications, ensuring it displays the correct message after a Flow publication. (FLOW-8459)