release_case_lock
Release pessimistic locks on Pega cases to cancel operations and clean up cached updates, ensuring system resources are freed when case modifications are abandoned.
Instructions
Release pessimistic lock on a Pega case and clean up any cached or pending updates. Used when canceling case operations that require locking.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caseID | Yes | Case ID. Example: "MYORG-APP-WORK C-1001". Complete identifier including spaces."OSIEO3-DOCSAPP-WORK T-561003". a complete case identifier including spaces and special characters. | |
| viewType | No | UI resources to return. "none" returns no view metadata or fields (default), "page" returns the full page UI metadata. | none |
| sessionCredentials | No | Optional session-specific credentials. If not provided, uses environment variables. Supports two authentication modes: (1) OAuth mode - provide baseUrl, clientId, and clientSecret, or (2) Token mode - provide baseUrl and accessToken. |