Navigation: PHP API > Determine instance data
Assigned user name (getUsername)
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();