Please enable JavaScript to view this site.

Process Designer

Navigation: PHP API > Determine instance data

Process name (getProcessName)

Scroll Prev Top Next More

The function allows you to determine the name of the current process.

Parameter

Type

Description

-

-

-

The function returns the process name as a string.

Example:

$processName = $this->getProcessName();