Exemple #1
0
        internal bool IsExceeded(WorkflowItem workflowItem)
        {
            var allEvents = workflowItem.AllEventsOf(workflowItem.LastEvent.GetType());

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