Skip to main content
Feedback

Integration Release Notes for January 2026

January 31, 2026

Fix
We fixed this issue
  • Fixed an issue that caused strict validation of the date/time format (yyyy-MM-dd'T'HH:mm:ssZ) for the ExecutionRecord API, requiring single quotes around Z. The following date/time formats are accepted:

    • yyyy-MM-dd
    • yyyy-MM-dd'T'HH:mm:ss
    • yyyy-MM-dd'T'HH:mm:ssZ
    • yyyy-MM-dd'T'HH:mm:ss.SSS'Z' (INT-17038)

Platform Release

January 24 2026
Important
  • Boomi's Global Variables feature is rolling out in waves to eligible accounts. You can request access to get the latest functionality.
  • The Component Download account feature is enabled by default for newly created accounts and sub-accounts. For prerequisites and additional information, refer to the referenced article. (INT-16347)
  • The ExecutionRequest API executes the deployed version of a process instead of the latest version in the Build tab, ensuring consistent and reliable process execution. (INT-12961)
New
We added these features
  • The OK button is now visible in the Environment Extensions dialog only to users who have edit access to the environment extensions. (INT-15948)
    Refer to Setting environment extensions to learn more.
  • Updated the validation message for creating global variables, providing clearer guidance that names cannot start with a number. (INT-16500)
  • Renamed the Variable Assignment tab to Value Assignment for global variables (INT-16286).
  • Added a referencing dropdown for non-encrypted text fields, allowing you to reference runtime configuration values by typing the global variable syntax. (INT-16092)
  • The ExecutionRecord API returns a 503 error if the service is down instead of returning zero documents with a success code. If you try to get the execution record in Process Reporting, a 503 error is returned as well. (INT-16259)
  • Added polling for OAuth2 AccessToken generation API, so you can track the status of the OAuth request flow and receive the access token upon completion. (INT-16111)
  • You can specify a timeout value for Agent Step configuration components, ensuring processes fail gracefully rather than hanging indefinitely when external services are unresponsive. (INT-16451)
  • A new Stop If No Documents option is available under the Process Options tab to prevent execution of downstream steps when no documents are generated, improving process efficiency. This setting applies only to the individual process and is not inherited by sub-processes, which you must configure separately to enable the same behavior. When the relevant option is not enabled, the Process Canvas displays the Confirm Process Options link for both existing and new processes. (INT-15091)
  • The recommendation pop-up in the Start shape side panel prompts you to enable Stop If No Documents when the option is unchecked, improving process handling. (INT-16041)
  • Process execution has been enhanced to halt at steps that generate no documents, avoiding downstream execution and minimizing exceptions during test mode and process runs. (INT-257)
  • Added user-friendly logging for steps that produce no documents, enabling you to understand why a process execution was halted or skipped at a particular step. (INT-15945).
Fix
We fixed these issues
  • Cross Reference Table fixes:

    • You can now delete all rows simultaneously from the Cross Reference Table, as the delete button is correctly enabled when all rows are selected. (INT-14160)
    • The delete button now disables after a row is deleted. (INT-14160)
    • You can now copy all rows from the Cross Reference Table at once. (INT-16085)
  • Resolved an issue where updated process names in the primary account were not reflected in subaccounts. Process names are now consistent across primary and subaccounts on the Process Reporting page and within the integration pack. (INT-15339)

    note

    This fix has been deferred to a future release.

  • The Atmosphere API process no longer returns multiple documents when querying the Process object using a processId. With this fix, you can now receive only the latest packaged component version of the process. (INT-14542)

    note

    This fix has been deferred to a future release.

  • Fixed an issue where closing an Agent operation generated an unsaved changes dialog even when no changes were made. (INT-15842)

  • Fixed the alignment issue in the Embedded Scripting modal on the environment extension page, ensuring the Language drop-down and Edit Script button are aligned for a consistent UI layout, improving the overall user experience. (INT-15911)

  • Fixed input validation for the string concatenation function, allowing you to set the fixed length to 0 or 1 via the EnvironmentMapExtensionUserDefinedFunction API, ensuring consistent behavior between the UI and API. (INT-15174)