temporalio / sdk-core

Core Temporal SDK that can be used as a base for language specific Temporal SDKs
MIT License
262 stars 70 forks source link

Enable failing WF on nondeterminism errors #702

Closed Sushisource closed 5 months ago

Sushisource commented 5 months ago

What was changed

Allow failing the WF instead of the task on nondeterminism errors

Why?

Useful setting

Checklist

  1. Closes https://github.com/temporalio/sdk-core/issues/656

  2. How was this tested: Added integ tests

  3. Any docs updates needed?