- Issue created by @johnv
Now, the Workflow type of an Item requires technical knowledge.
Change this: $wid = $item->getSetting('workflow_type');
to this: $wid = $item->getWorkflowId();
that also allows for : $wid = $this->getWorkflow(); which fetches a Workflow Object directly.
Active
2.0
Code