Closed
Description
Describe the solution you'd like
From temporalio/features#322, need:
WorkerConfig.workflow_failure_errors: HashSet<WorkflowTaskFailureType>
(only value forWorkflowTaskFailureType
today isNondeterminism
)WorkerConfig.workflow_failure_errors_by_workflow_type: HashMap<String, HashSet<WorkflowTaskFailureType>>