Skip to main content
Feedback

Flow May 2025 Release Notes

May 15 2025

New
We added these features
  • The OpenAPI connector now supports the Client Credentials OAuth2 flow, allowing you to select your preferred OAuth2 flow when configuring security settings. You can choose between the Authorization Code flow and the new Client Credentials flow, providing greater flexibility and aligning with your requirements for varied authentication methods. (FLOW-8268)

  • The new "Persist search term" feature for tables allows you to retain your search results when navigating away from a page. By toggling this option, you can preserve your last search criteria and results, ensuring that when you return to the table, the previous search is automatically reapplied. (FLOW-6696)

  • The flow run dialog now shows themes deployed in the development environment, allowing you to select them when running a flow. This enhancement improves visibility and streamlines workflow by eliminating the previous limitation of only displaying production themes. (FLOW-7184)

Fix
We fixed these issues
  • We corrected the date formatting in table cells to display dates without time. Dates that appeared as ISO date-time strings previously now show only the date, enhancing clarity and usability. (FLOW-8347)

  • We resolved the issue that prevented you from adding images to a presentation component in the Boomi flow editor. Now, you can successfully insert images by clicking the Browse files button. (FLOW-8338)

May 08 2025

New
We added these features
  • An option has been added in Identity Providers to exclude the Runtime user's JWT from the authorization query string. Instead, the URL will now include a short-lived (2 minutes) one-time use token, which the Runtime UI will exchange for the actual JWT to facilitate ongoing requests. (FLOW-8210)

  • We created a new documentation section, named Legacy runtime, to separate all legacy Runtime UI documentation. To view all the legacy contents, refer to Legacy runtime. (FLOW-8077)

Fix
We fixed these issues
  • We fixed the issue that caused the Flow tab to crash when a user closed the configuration modal while viewing the same step in multiple browser sessions. (FLOW-8038)

  • Resolved the issue where a step's position resets after moving and saving, ensuring its location remains unchanged when saving modal details. (FLOW-8205)

  • We addressed the issue preventing the flows list from being populated in the translations export, allowing you to select a flow for export. (FLOW-8276)

  • Addressed the issue that caused the code scanner input to display a scan failure error message, and the code scanner component now functions correctly. (FLOW-8247)

  • The team fixed issues with column filtering in the Data Grid component, ensuring that filters are now correctly applied during column searches. (FLOW-8293)

  • We enhanced the search query functionality and addressed the issues that previously hindered filtering on specific columns within the data grid. (FLOW-8259 )