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