Categories
{{ catalogue.category_count }}
Services
{{ catalogue.service_count }}
{{ catalogue.active_service_count }} active
Default Tasks
{{ catalogue.default_task_count }}
Due Rules
{{ catalogue.due_rule_count }}

Service Catalogue Readiness

First 100 catalogue services with default task/rule counts.

{% for service in catalogue.services %} {% else %} {% endfor %}
CodeServiceCategoryRecurrenceTasksRulesStatus
{{ service.code }}{{ service.name }}{{ service.category }}{{ service.recurrence_type }}{{ service.task_count }}{{ service.rule_count }}{% if service.is_active %}Active{% else %}Inactive{% endif %}
No service catalogue found.