temporal icon indicating copy to clipboard operation
temporal copied to clipboard

Handler workflow reset callback carryover

Open justinp-tt opened this issue 1 year ago • 0 comments

What changed?

Added special handling to prevent callback invocation during workflow reset and ensure it is only invoked once the reset workflow completes.

Why?

Reset implementation first terminates the workflow if it is running. For Nexus handler workflows, this causes the callback to be invoked with an operation terminated error.

How did you test it?

Functional test

Potential risks

Documentation

Is hotfix candidate?

justinp-tt avatar Oct 16 '24 17:10 justinp-tt