Class WorkflowPathSummary
public sealed class WorkflowPathSummary
- Inheritance
-
WorkflowPathSummary
- Inherited Members
Properties
ExecutionCount
public long ExecutionCount { get; init; }
Property Value
StepCount
public int StepCount { get; init; }
Property Value
SuccessRate
public double SuccessRate { get; init; }
Property Value
WorkflowName
public string WorkflowName { get; init; }