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