We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Child workflow cancellation would not trigger the event loop without a WFT Started
Child workflow cancellation can trigger SDK event loop without a WFT Started
see: #2155
sdk-java/temporal-sdk/src/main/java/io/temporal/internal/statemachines/WorkflowStateMachines.java
Line 884 in eabd51f
Fixing this would be a non deterministic change so we will need to version this change.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
Child workflow cancellation would not trigger the event loop without a WFT Started
Actual Behavior
Child workflow cancellation can trigger SDK event loop without a WFT Started
Steps to Reproduce the Problem
see: #2155
sdk-java/temporal-sdk/src/main/java/io/temporal/internal/statemachines/WorkflowStateMachines.java
Line 884 in eabd51f
Fixing this would be a non deterministic change so we will need to version this change.
The text was updated successfully, but these errors were encountered: