-
Notifications
You must be signed in to change notification settings - Fork 123
Expose root execution info #1662
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
base: main
Are you sure you want to change the base?
Conversation
8b3b991
to
688cd1c
Compare
688cd1c
to
c43beb4
Compare
packages/workflow/src/interfaces.ts
Outdated
/** | ||
* Root Workflow info | ||
*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you want to be more descriptive here of what this is. For example, mention that if there is no parent it is undefined but in reality it means that a workflow is its own root. You can copy the comments that I made in my PR that were adapted from the API comments...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah that's entirely fair, pretty lackluster doc description from me. I've copied your comment, much nicer.
What was changed
Updated core
Expose root execution information from workflow description/execution info, and workflow info
Closes [Feature Request] Expose root workflow execution #1633
How was this tested:
Added test
Any docs updates needed?
Probably