Please enable JavaScript to view this site.

Process Designer

Navigation: PHP API > Determine instance data

Incident number (getIncident)

Scroll Prev Top Next More

This function allows you to determine the instance number of the current instance. The instance number is an incremental number within each process.

Parameter

Type

Description

-

-

-

The function returns the instance number.

Example:

$incidentNumber = $this->getIncident();