Please enable JavaScript to view this site.

Process Designer

Navigation: PHP API > Determine instance data

Workflow ID (getWorkflowId)

Scroll Prev Top Next More

The function allows you to determine the workflow ID of the current step. The workflow ID is unique for each step and corresponds to the column workflowid in the table JRINCIDENTS.

Parameter

Type

Description

-

-

-

The function returns the workflow id.

Example:

$workflowId = $this->getWorkflowId();