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
The function allows you to determine the process step IDs of the currently selected steps. The process step ID is unique for each step (or step group) and corresponds to the column process_step_id in the table JRINCIDENTS.
Parameter |
Typ |
Description |
|---|---|---|
- |
- |
- |
The function returns the Process Step Ids as an array. In case of an error a JobRouterException is thrown.
Example:
…
$processStepIds = $this->getStepIds();
…