Hello, seeing this error come up in some of my workflows and not totally sure where this is coming from/why, was hoping someone could shed some light on why this error might be coming up:
"message": "Fatal(\"ChildWorkflowMachine in state Cancelled says the transition is invalid during event EventInfo { event_id: 62, event_type: ChildWorkflowExecutionCanceled, has_next_event: true }\")",
As for some context, this seems to happen when the parent workflow receives a cancellation signal. The child workflow is cancelled successfully, this error just comes up in the parent workflow. The child workflows typically also receive this cancellation signal as well. Our Typescript Temporal SDK version is 1.4.3, and our Temporal server is running on 1.18.0. Thank you!