Enum WorkflowStackTrace
- Namespace
 - Temporalio.Worker
 
- Assembly
 - Temporalio.dll
 
Represents the form of workflow stack traces supported.
public enum WorkflowStackTrace
  Fields
None = 0Workflow stack traces are unsupported and an error will occur when a request is made.
Normal = 1Workflow stack traces are supported with file info.
WithoutFileInfo = 2Workflow stack traces are supported, but without file info.