{% extends "billing/base_billing.html" %} {% block title %}Annotation queue rule run is ready{% endblock %} {% block preheader %}{{ rule_name }}: {{ added }} added, {{ duplicates }} duplicates.{% endblock %} {% block txid %}◦ ANNOTATION / AUTOMATION RULE{% endblock %} {% block content %} {% if status == 'error' %}Run failed{% else %}Run complete{% endif %}
{% if status == 'error' %} The rule run hit an error. The queue was not modified for the failing batch. {% else %} Triggered by {{ triggered_by_name }}. Items are in {{ queue_name }} and ready for annotators. {% endif %}
Run summary
| Queue | {{ queue_name }} |
| Rule | {{ rule_name }} |
| Source | {{ source_type }} |
| Matched | {{ matched }} |
| Added | {{ added }} |
| Duplicates skipped | {{ duplicates }} |
Error
{{ error_message }}
You are receiving this because you created or manage this annotation queue rule.
{% endblock %}