> ## 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 1, 2024

> Workflow chaining and entity table improvements

<Update label="Dec 1, 2024 - Version 0.252.0" tags={["Workflows", "Bug Fixes", "Entity Tables", "UI/UX"]}>
  ## New Features

  **Workflow Chaining**: The ability to declaratively chain workflows by using another workflow execution as a trigger.

  <Frame>
    <img src="https://files.readme.io/15d79df-image.png" alt="Workflow chaining interface" />
  </Frame>

  ## Fixes and Improvements

  * Support conditions on reports when workflow trigger is entity updated: This allows an AND condition to work on a report reason + entity attribute where the attribute may be populated after the report comes in
  * Corrects an issue where jobs table in queue settings did not show multi-review jobs
  * Corrects an issue where some appeal jobs would result in "Decision with this Originating decision already exists"
  * Corrects an issue where some clients could end up in an error state after decision submission and require a page refresh
  * Corrects a UI issue where the audio player would overlap Images when using Media as a list attribute type
  * Corrects an issue where deleting a queue without open jobs could orphan existing closed jobs
  * Corrects an issue where requiring escalation reason would fail frontend validation blocking escalation submission

  ## Available Previews

  <Note>Please reach out via slack if you are interested in trialing some of these new features.</Note>

  1. **Entity Table Improvements**: A completely reworked entity table for Quicklook Review and Investigate that prioritizes information density, adds quality of life features like click to sort, drag to re-order, column resizing, and grid view

  <Frame>
    <img src="https://files.readme.io/4840246-image.png" alt="Entity table improvements preview" />
  </Frame>

  2. **New Cinder Experience**: We are a few weeks away from allowing opt in directly from the product, but we'd love to start getting your feedback now

  <Frame>
    <img src="https://files.readme.io/81de8b0-image.png" alt="New Cinder Experience preview" />
  </Frame>

  3. **Job Entity Table Filtering**: The ability to filter based on job criteria like open / closed when viewing jobs by entities in Queue Settings

  <Frame>
    <img src="https://files.readme.io/54e520c-image.png" alt="Job entity table filtering" />
  </Frame>
</Update>
