Please enable JavaScript to view this site.

Process Designer

Navigation: PHP API > Determine instance data

Process version (getVersion)

Scroll Prev Top Next More

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

Parameter

Type

Description

-

-

-

The function returns the version as an integer.

Example:

$processVersion = $this->getVersion();