Skip to content

Add child workflows to history compact view#228

Merged
feedmeapples merged 1 commit into
mainfrom
child-workflow-compact-view
Jan 13, 2022
Merged

Add child workflows to history compact view#228
feedmeapples merged 1 commit into
mainfrom
child-workflow-compact-view

Conversation

@feedmeapples

@feedmeapples feedmeapples commented Jan 13, 2022

Copy link
Copy Markdown
Contributor

What was changed

Added child workflows to history compact view

image

Why?

helpful at understanding history of large workflows

Checklist

  1. Closes

  2. How was this tested:

  1. Any docs updates needed?

return event.eventType === 'ActivityTaskScheduled';
};

const isChildWorkflowInitializedEvent = (

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can happen later, but you can see a world where we break these out into their own file because we might want to use them elsewhere.

this.get(scheduledEventId).set(event.eventType, event);
}

if (event.eventType === 'ChildWorkflowExecutionStarted') {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eventually we're going to need to go back and address the test coverage. I think that we should ship the functionality for now, but we'll need to pay down the technical debt over the next few weeks.

@feedmeapples feedmeapples linked an issue Jan 13, 2022 that may be closed by this pull request
@feedmeapples
feedmeapples merged commit 8a90931 into main Jan 13, 2022
@feedmeapples
feedmeapples deleted the child-workflow-compact-view branch January 13, 2022 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Child Workflow event is not shown in compact view

2 participants