Please enable JavaScript to view this site.

Process Designer

Navigation: PHP API > Work with box action functions

Get ID of actual execution (getCurrentGUID)

Scroll Prev Top Next More

This function enables the determination of the globally unique ID of the current box action execution. For example, you can use this ID to record for all the selected steps that they were processed together within one execution of a box action. This also allows more complex application scenarios, for example the merging of several instances, to be implemented programmatically.

Parameter

Type

Description

-

-

-

This function returns the globally unique ID of the current box action execution.

Example:

$guid = $this->getCurrentGUID();