Commit 8de299c
authored
[Reset] Add children_initialized_post_reset_point to WorkflowExecutionInfo for tracking child workflows post-reset (temporalio#7194)
## What changed?
Added a new field `children_initialized_post_reset_point` to collect a
set of children that need to be restarted after the parent is reset.
## Why?
We need to remember the set of children that need to be restarted after
resetting a parent. So adding this field which will be populated in
`workflowResetterImpl` (in the followup PR)
## How did you test it?
Existing tests. This is just the protochange.
## Potential risks
N/A
## Documentation
N/A
## Is hotfix candidate?
No1 parent 4fdcb2b commit 8de299c
File tree
6 files changed
+1430
-1245
lines changed- api/persistence/v1
- proto/internal/temporal/server/api/persistence/v1
- service/history/workflow
6 files changed
+1430
-1245
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments