Please enable JavaScript to view this site.

Process Designer

Navigation: PHP API > Determine instance data

Instance start date (getStartDate)

Scroll Prev Top Next More

The function allows you to determine the date on which the instance was initiated.

Parameter

Type

Description

-

-

-

The function returns the start date as a UNIX timestamp.

Example:

$startDate = $this->getStartDate();