Please enable JavaScript to view this site.

Process Designer

Navigation: PHP API > Determine instance data

Process step ID (getStepId)

Scroll Prev Top Next More

The function allows you to determine the process step ID of the current step. The process step id is unique for each step (or for each step group) and corresponds to the column process_step_id  in the JRINCIDENTS table.

Parameter

Type

Description

-

-

-

The function returns the step ID.

Example:

$processStepId = $this->getStepId();