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