@Override
 public long countByWorkflowExecution(
     final OwnerFullName ownerFullName, final String domain, final String runId)
     throws SwfMetadataException {
   return countByExample(Timer.exampleWithWorkflowExecution(ownerFullName, domain, runId));
 }