Reading Case Objects
From within a script, you can read case objects by using the bpm.caseData.read() or bpm.caseData.readAll() methods.
| Method | Description |
|---|---|
| read(caseRef) | Returns the case object for the given case reference. |
| Method | Description |
|---|---|
| readAll(caseRefs) | Returns a list of case object for the given case references. |