Please enable JavaScript to view this site.

Process Designer

Navigation: PHP API > Determine instance data

Step escalation date (getStepEscalationDate)

Scroll Prev Top Next More

The function allows you to determine the completion time of the current step.

Parameter

Type

Description

-

-

-

The function returns the escalation date as a UNIX timestamp.

Example:

$stepEscalationDate = $this->getStepEscalationDate();