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();
…