bpm.caseSignal Class and Methods
As part of a case data signal event handler flow, you can use the methods available on the
bpm.caseSignal
class to determine whether the referenced case object has been updated, linked to or unlinked from other case objects, or (in some circumstances) deleted.
The
bpm.caseSignal
class is available in any script in a case data signal event handler flow (or in a case data signal event sub-process).
Method | Description |
---|---|
isCaseUpdate()
|
Returns
true if one or more of the referenced case object's properties has been updated.
|
isCaseDelete()
|
Returns
true if the referenced case object has been deleted.
|