The function allows you to determine the process ID of the current instance. The process ID is unique for all steps of an instance and corresponds to the column processid in the table JRINCIDENT and JRINCIDENTS.
Parameter |
Type |
Description |
|---|---|---|
- |
- |
- |
The function returns the process ID.
Example:
…
$processId = $this->getProcessId();
…