Please enable JavaScript to view this site.

Process Designer

Navigation: PHP API > Determine instance data

Instance initiator (getInitiator)

Scroll Prev Top Next More

The function allows you to determine the user who initiated the current instance.

Parameter

Type

Description

-

-

-

The function returns the user name of the initiator as a string.

Example:

$username = $this->getInitiator();