You are here: Portals > Case Manager portal > Case status

Case status

The status of a case is the primary indicator of the progress of that case towards resolution. Case status is the value of the standard property Work-.pyStatusWork. The values for this property are restricted and controlled.

The following values are typical for the Work-.pyStatusWork property:

You can define additional status values, but start each value with either New, Open, Pending, or Resolved, with the first letter of the word capitalized. You can view the available status values for your current application on the Status Values tab of the Processes and Rules: Processes landing page.

Values for this property are defined through field values rules. Several standard values are defined. The control rule WorkStatus supports localization of the status value on displays, through field value rules.

Resolved cases represent completed work. Typically, resolved cases are not modified by later processing, unless the case is reopened. When a case is resolved, the system activates a ticket named Status-Resolved. This ticket might appear in multiple work flows, so that your application can share news of the case resolution to other business processes.

Standard activities

As a best practice, call the standard activity Work-.UpdateStatus to change the case status. Do not change the status of a case by directly setting the value of Work-.pyStatusWork because the new status may not be detected by case-dependency logic.

The status might also change when your flow uses the following standard activities:

All three activities update the case history to reflect the status change.

Elapsed time in status

The standard properties Work-.pyElapsedStatusNew, pyElapsedStatusOpen, and pyElapsedStatusPending are automatically maintained by a standard Declare Trigger rule. These properties contain cumulative times (in seconds) that a case had a status value that started with the text New, Open, or Pending.

Related Topics Link IconRelated information