-
Notifications
You must be signed in to change notification settings - Fork 71
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
Check for abandoned child start events #1715
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
Just a general question: How can you abandon a child workflow? What's the situation where it doesn't complete/fail/cancel/terminate... Also when I run samples-typescript / child-workflows, I don't get any errors (not on this branch). Do I need to do something to trigger the error? |
Looks like you can abandoned children if the parent needs to close but children are still running.
See this comment. |
Update: In testing it appears that children that haven't completed once a parent with an abandon child policy closes should continue to show up as pending children (even once the children complete). Awaiting further repro. info. |
Description & motivation 💭
ChildWorkflowExecutionStartedEvent
s that don't have a corresponding closed event and displays them underRelationships
>Children
.runId
.Screenshots (if applicable) 📸
Design Considerations 🎨
Testing 🧪
How was this tested 👻
Steps for others to test: 🚶🏽♂️🚶🏽♀️
Relationships
>Children
Checklists
Draft Checklist
Merge Checklist
Issue(s) closed
DT-1531
Docs
Any docs updates needed?