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

[Feature Request] Set a certain application failure "type" on non-determinism failure #707

Open cretz opened 5 months ago

cretz commented 5 months ago

Describe the solution you'd like

702 added ability for non-deterministic failures to fail the workflow, but it only sets the message and no other discriminator. It may be helpful to users to have a more explicit discriminator on the type field of the application failure info.