Please enable JavaScript to view this site.

Process Designer

Navigation: PHP API > Determine instance data

Process ID (getProcessId)

Scroll Prev Top Next More

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();