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