Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(server): Add NodeRunId field to WorkflowEvents #1175

Merged
merged 5 commits into from
Dec 10, 2024

Conversation

Snarr
Copy link
Member

@Snarr Snarr commented Dec 3, 2024

  • Adds NodeRunId field to WorkflowEvent object, which helps determine what NodeRun the WorkflowEvent was thrown from.

  • Links WorkflowEvents to the proper NodeRun from the dashboard 'WorkflowEvents' table

Screen.Recording.2024-12-03.at.2.56.43.PM.mov

Resolves #1062.

Copy link
Member

@HazimAr HazimAr left a comment

Choose a reason for hiding this comment

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

Dashboard side looks good

@Snarr Snarr added server Affects the core LH Server code. dashboard LittleHorse administrative dashboard. labels Dec 3, 2024
@Snarr Snarr merged commit e3e4e7b into master Dec 10, 2024
12 checks passed
@Snarr Snarr deleted the feat/workflow-event-noderunid branch December 10, 2024 04:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dashboard LittleHorse administrative dashboard. server Affects the core LH Server code.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add NodeRunIds to WorkflowEvents
3 participants