Case ID
Case id is a very important case attribute that can be used for different occasions: send an API request, find a case, etc.
Implementation of a case id element depends on Pega version. We have a smart mechanism that handles the element automatically depending on Pega version. But nn case of a custom implementation you might still need to use an element
control to get a Pega case id.
Available methods
Name | Parameter(s) | Type | Description |
---|---|---|---|
getId | Returns a Pega case id in a string format | ||
consoleLogId | Gets a Pega case id and prints it in the console | ||
caseIdElement | Returns a Pega case id element selector (in a string format) | ||
assertCaseId | caseId | string | Checks if a Pega case id equal to an expected one |
options? | { timeout?: number; interval?: number; retries?: number, soft?: boolean } |