After upgrading from Automic Automation v21 to v24, users may notice an undocumented change in how Period Containers (C_PERIOD) display child task executions in the Process Monitoring perspective.
When viewing the execution list of a C_PERIOD task that has spanned multiple days or turnarounds:
Steps to reproduce:
1) Start a task via Execute Recurring to do something like run 4 times a day (low number simply to simplify the explanation of actual vs expected behavior)
2) Let this run for multiple turnarounds
3) Navigate to Process Monitoring, righ-click the C_PERIOD and choose Executions
4) Expand the second or third C_PERIOD task that shows up in the list
Expected behavior:
In 21, the second C_PERIOD was considered its own container and would expand itself, staying on it's line, so Process Monitoring would show something like:
C_PERIOD (running)
C_PERIOD (ENDED)
task in C_PERIOD
task in C_PERIOD
etc.
Behavior in v24:
first
Expand the second line, it immediately "jumps into" the first to something like:
C_PERIOD (second)
CPERIOD (first)
task in C_PERIOD (second)
task in C_PERIOD (second)
etc...
Expand the fourth, it immediately "jumps into" the third, note the list looks like:
C_PERIOD (fourth)
C_PERIOD (third)
task in C_PERIOD (fourth)
task in C_PERIOD (fourth)
etc...
Expand the third and the full thing immediately "jumps" into the second that is in the first:
C_PERIOD (third)
C_PERIOD (fourth)
C_PERIOD (second)
C_PERIOD(first)
task in C_PERIOD (second)
task in C_PERIOD (second)
etc...
task in C_PERIOD (third)
task in C_PERIOD (third)
etc...
task in C_PERIOD (fourth)
task in C_PERIOD (fourth)
Version: 24.4.x
DE180616
This issue is purely cosmetic and does not impact the running of C_PERIOD objects or their behavior.
Solution:
Update to a fix version listed below or a newer version if available.
Fix version:
Component(s): AWI
Automation.Engine 24.4.4 - Available
Public Description: A problem has been fixed when showing C_PERIODS's task executions.