# File lib/aws/simple_workflow/workflow_type.rb, line 145
      def count_executions options = {}
        options[:workflow_type] = self
        domain.workflow_executions.count(options)
      end