Introduce WorkflowItem::getWorkflow()

Created on 21 May 2025, 2 days ago

Problem/Motivation

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.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

📌 Task
Status

Active

Version

2.0

Component

Code

Created by

🇳🇱Netherlands johnv

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024