Please enable JavaScript to view this site.

Process Designer

Navigation: PHP API > Determine instance data

Assigned user name (getUsername)

Scroll Prev Top Next More

The function allows you to determine the user who the current step was allocated to.

Parameter

Type

Description

-

-

-

The function returns the user name as a string.

Example:

$username = $this->getUsername();