Hi everyone!
We’ve released the following platform improvement this week:
Â
IAM 2026.1.15, 2026.1, 2025.3, 2025.2, 2025.1, 2024.3
- 20260604 - Fully prevent overlapping system flow instances
-
When many system flows have schedules that start at the same time, the database may not be able to insert every single instance quickly enough. This results in a pile-up of waiting instances. Once the database can write away these waiting instances, they have already passed the check to prevent overlapping instances, meaning overlapping instances can still occur. Whilst very unlikely to occur, when it does occur, it can disrupt the processes inside your applications. We have ensured that system flows no longer overlap if they are not allowed to.
-
Note: It is recommended to have as few system flows as possible, with a schedule that runs more frequently than every 5 seconds.
Â
-
SF 2026.1.15
- 20260604 - Always return a primary RDBMS type for a given branch
-
In case the Indicium pool user performs actions where the primary RDBMS type of the user would be read, the underlying function would return NULL if the pool user was not a user inside the Software Factory. This has been fixed.
-
-
20260604 - Flag objects of modified tables in smart code generation
-
When performing a Smart upgrade, the flagging of modified object could flag more objects than were necessary. This has been fixed.
-