Skip to content

Child Workflow status badge in Parent's Event History doesn't reflect child's current/final status #3101

@grinyael86

Description

@grinyael86

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

Image Image Image

Can you explain if it's the correct behavior or not?.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions