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

Add PARENT_CLOSE_POLICY_DISCONNECTED #5725

Open
mfateev opened this issue Apr 14, 2024 · 0 comments
Open

Add PARENT_CLOSE_POLICY_DISCONNECTED #5725

mfateev opened this issue Apr 14, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mfateev
Copy link
Member

mfateev commented Apr 14, 2024

Is your feature request related to a problem? Please describe.

It is not possible to start child workflows in a fully disconnected mode which will not report completion/failure to the parent. It causes additional performance overhead as well as UnhandledCommand without any benefit:

Screenshot 2024-04-14 at 10 35 31 AM

Describe the solution you'd like

Add DISCONNECTED to the ParentClosePolicy. When a child is created with this policy, only its start (through ChildWorkflowExecutionStartedEvent) is reported to the parent. The child's completion and failure are not reported. The parent's completion doesn't affect the child as well.

@mfateev mfateev added the enhancement New feature or request label Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant