예제 #1
0
        public bool IsExceeded(WorkflowItem workflowItem)
        {
            var allEvents = workflowItem.LastSimilarEvents();

            return(allEvents.Count() > _count);
        }