When viewing a Parent Workflow's Event History in the Temporal Web UI, the Child Workflow status badge shows "Started" even after the Child Workflow has been cancelled or completed. The badge only reflects the status at the time the event was recorded, not the child's current/final status.
Current Behavior
Parent Workflow starts a Child Workflow
Event History shows Start Child Workflow Execution Initiated with a "Started" badge
Child Workflow gets cancelled (or completes/fails)
Parent's Event History still shows "Started" badge for that child workflow event
Only when clicking into the Child Workflow directly does the user see the actual status ("Cancelled")
Expected Behavior
The Child Workflow status badge in the Parent's Event History should reflect the child's current/final status (e.g., "Cancelled", "Completed", "Failed"), or at minimum provide a visual indicator that the status shown is historical and may have changed
Can you explain if it's the correct behavior or not?.