Contains the counts of open tasks, child workflow executions and timers for a workflow execution.

 /// <summary>
 /// Sets the OpenCounts property
 /// </summary>
 /// <param name="openCounts">The value to set for the OpenCounts property </param>
 /// <returns>this instance</returns>
 public WorkflowExecutionDetail WithOpenCounts(WorkflowExecutionOpenCounts openCounts)
 {
     this.openCounts = openCounts;
     return this;
 }
 public WorkflowExecutionDetail WithOpenCounts(WorkflowExecutionOpenCounts openCounts)
 {
     this.openCounts = openCounts;
     return(this);
 }