Skip to main content
The Case Lifecycle system helps users track and manage the status of cases, categorized by two primary status “lifecycle” states - Open and Closed
image
  1. Open Cases: These cases are active and require user attention.
  2. To Do: Cases that need action from the user.
  3. Acknowledged: Cases where the user has been notified but hasn’t started working on them.
  4. In Progress: Cases that are currently being addressed.
  5. Exclude: Cases that the user has marked as excluded from further actions.
  6. Closed Cases: These cases are considered resolved or no longer require action.
  7. Completed: Manually updated by the user as completed. It moves to “Closed” but can be reopened if needed.
  8. Verified: If a case originally marked as “Completed” by the user, during the next workflow run, if the case no longer exists, it is confirmed as “Verified.”
  9. Expired: Cases that reached expiration without any status update from the user, marked as “Expired” and moved to “Closed.”
Additional Attributes
  • New: This attribute highlights cases added in the most recent runs that haven’t yet been addressed. Cases marked as “New” help users quickly identify items needing attention, such as updating the status, adding comments, or taking other actions.
image
Users can prioritize New cases to ensure that they appear first in each list. When prioritized, New cases will be ordered by Cost Impact (highest to lowest), followed by other cases in the same list also ordered by Cost Impact. This helps users focus on the most financially impactful items first.
image

Updating statuses for cases

There are two main ways to update a case status:
  1. Going to the Cases page, selecting the relevant Case Items, and use the Edit Status button
image
  1. Using Workflow automations when working on cases by using the Update Cases Status step.
You will need to have the recommendation_id field.
image
You get the _recommendation_id _field by reading the Cases in the workflow using any of the read cases steps
image