Please enable JavaScript to view this site.

Process Designer

Navigation: PHP API > Determine instance data

Step label (getStepLabel)

Scroll Prev Top Next More

The function allows you to determine the label of the current step.

Parameter

Type

Description

-

-

-

This function returns the step label in the language of the user who sent the step. In case it is a system step, the value is returned in the default language of the process.

Example:

$stepLabel = $this->getStepLabel();