> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cinder.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Dec 2025 - Job Tags, Workflows, and Platform Improvements

> Job tagging, workflow enhancements including Raise Error and VirusTotal nodes, user imports, Reports in Investigate, QA improvements, and more

<Update label="Dec 2025" tags={["Job Tags", "Workflows", "QA", "API", "NCMEC", "Media"]}>
  ## Job Tags

  Tags can now be applied to jobs, giving you more flexibility in organizing and filtering your review work.

  <Check>Add tags to jobs from tables, bulk tag multiple jobs at once, and filter job lists by tags—all with the same tags you use for queues, policies, and actions.</Check>

  <Frame>
    <img src="https://mintcdn.com/cinder/VlbT9_xCQCw11d7H/changelog/images/2025-12-22-tags.png?fit=max&auto=format&n=VlbT9_xCQCw11d7H&q=85&s=65fb69f4db59efb78867a668b89d24b3" alt="Job Tags" width="2006" height="1612" data-path="changelog/images/2025-12-22-tags.png" />
  </Frame>

  * **Tag individual jobs**: Add tags from the review surface or jobs tables
  * **Bulk tagging**: Tag multiple selected jobs with a single action
  * **Filter by tags**: Filter jobs tables by tags for quick navigation
  * **Queue manager access**: Queue managers can add tags to jobs directly from job tables
  * **API support**: Add tags when creating reports, update tags on existing jobs, and retrieve job tags via the List Jobs API
  * [Learn more about Tags](/tags)

  ## Review and QA Enhancements

  * **Show latest entity version**: QA queues can be configured to show the current entity state instead of the historical version at the time of review.
  * **Keyboard navigation**: Use **Cmd/Ctrl + Enter** to submit review decisions quickly. Hotkey badges now appear on review buttons.
  * **Job details toggle**: Queue administrators can now configure whether to display job metadata and details in the review surface, including tags. [See queue settings](/queues/queue-settings)
  * **Reports tab**: Reports now have their own tab in Review and Investigate view for improved visibility

  ## Bulk Import Users

  Bulk import users into Cinder with a streamlined import flow.

  * **CSV import**: Import users via CSV with configurable column mappings
  * **Password support**: Import users with pre-set passwords
  * [Learn more about user management](/user-management-overview)

  ## My Assigned Jobs

  A new "My Assigned Jobs" table on your profile page shows all jobs currently assigned to you.

  * **Cross-queue visibility**: View all jobs assigned to you across all queues
  * **Filtering**: Filter by status, queue, and other criteria
  * **Profile access**: Access directly from your profile page
  * [Learn more about reviewing jobs](/reviewing-jobs)

  ## Filtering and Search Improvements

  We've added filtering capabilities to more tables across Cinder.

  * **Actions table**: Search and filter enforcement actions by name
  * **Assigned Jobs table**: Filter your assigned jobs by status, queue, and more
  * **My Decisions table**: Filter your decision history

  ## Workflows

  ### Raise Error Node

  Intentionally terminate workflows with custom error messages using the new Raise Error node.

  <Check>Create guardrails for complex workflows by defining clear failure conditions with actionable error messages.</Check>

  <Frame>
    <img src="https://mintcdn.com/cinder/VlbT9_xCQCw11d7H/changelog/images/2025-12-22-error-node.png?fit=max&auto=format&n=VlbT9_xCQCw11d7H&q=85&s=26b96413792b3c3f63dfadd741f09c36" alt="Error Node" width="3232" height="2262" data-path="changelog/images/2025-12-22-error-node.png" />
  </Frame>

  * **Terminal node**: Add Raise Error as a terminal node on any workflow branch
  * **Dynamic messages**: Customize error messages with dynamic entity attributes using the rich text editor
  * **API responses**: Errors return as 422 responses in sync API calls or in webhook payloads for async workflows
  * [Read the full guide](/automated-workflows/how-to-raise-errors)

  ### Other Workflow Improvements

  * **IS\_SET and IS\_NOT\_SET operators**: New condition operators to check whether a field has a value. Use these to branch logic based on whether optional fields contain data.
  * **Send to Queue priority**: Set job priority (urgent, high, normal, low) when sending entities to queues, with support for fan-out to related entities. [Job priority](/queues/job-priority)
  * **Condition aggregations**: Use aggregation functions in workflow conditions to evaluate collections of tags, policies, and other fields.
  * **VirusTotal integration**: New VirusTotal node for IP address classification in your workflows for specific use cases. Contact Cinder if you're interested in integrating.
  * [Learn more about workflows](/automated-workflows)

  ## Legacy Workflows

  Previous Decision Conditions: Build more sophisticated override and appeal workflows by conditioning on the original decision.

  * **Previous decision applied policies**: Route overrides based on the policies applied in the original decision
  * **Previous decision author user groups**: Check if the original decision was made by a specific team or group

  ## Other Fixes and Improvements

  * NCMEC reports can now be escalated to high priority based on form field values, allowing you to configure your workflow to automatically escalate reports based on agent form submissions. [NCMEC reporting](/compliance/ncmec-reporting)
  * TIFF images are now supported in review and AI detection
  * PDF files now render directly in review when given the correct mime type
  * Enforcement actions dropdown is now searchable and sorted alphabetically
  * Enforcement action badges now show tooltips with action descriptions
  * Policy search results now order by relevance instead of inherent ordering
  * Policies can now be linked to enforcement actions directly from the edit modal
  * Queue job counts in the queues list are now clickable to navigate directly to jobs
  * Fixed column menu ordering issues in table views
  * Fixed an issue where QA results table didn't show the original decision's queue
  * Fixed an issue where rich text highlight colors didn't display correctly in dark mode
  * Added warning when navigating away from unsaved queue settings changes
  * Row selection now works with a single click in supported tables
  * Fixed various browser history issues when navigating between pages
  * Multi-review queues can now be added to QA creation modal
  * Improved validation error messages for workflow entity attributes
  * Webhooks now include `X-Retry-Count` and idempotency key headers for better debugging and deduplication. [Webhooks](/receiving-callbacks-from-cinder)
</Update>
