Navigation: PHP API > Determine instance data
Current Job Function (getJobFunction)
The function allows you to determine the Job Function that has been assigned to the current step..
Parameter
Type
Description
-
The function returns the name of the Job Function.
Example:
…
$jobFunction = $this->getJobFunction();