WorkflowTelemetryOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configuration options for workflow telemetry.
public sealed class WorkflowTelemetryOptions
type WorkflowTelemetryOptions = class
Public NotInheritable Class WorkflowTelemetryOptions
- Inheritance
-
WorkflowTelemetryOptions
Constructors
| Name | Description |
|---|---|
| WorkflowTelemetryOptions() | |
Properties
| Name | Description |
|---|---|
| DisableEdgeGroupProcess |
Gets or sets a value indicating whether edge group process activities should be disabled. |
| DisableExecutorProcess |
Gets or sets a value indicating whether executor process activities should be disabled. |
| DisableMessageSend |
Gets or sets a value indicating whether message send activities should be disabled. |
| DisableWorkflowBuild |
Gets or sets a value indicating whether workflow build activities should be disabled. |
| DisableWorkflowRun |
Gets or sets a value indicating whether workflow run activities should be disabled. |
| EnableSensitiveData |
Gets or sets a value indicating whether potentially sensitive information should be included in telemetry. |