Please enable JavaScript to view this site.

Process Designer

Navigation: PHP API > Determine instance data

Workflow IDs (getWorkflowIds)

Scroll Prev Top Next More

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

Parameter

Typ

Description

-

-

-

The function returns the workflow IDs as an array. In case of an error a JobRouterException is thrown.

Example:

$workflowIds = $this->getWorkflowIds();