Skip to main content
Version: Next

Installation und Configuration

Bundle Installation

To install Pimcore Workflow Designer for Pimcore 11 or higher, follow the three steps below:

  1. Install the required dependencies:
composer require pimcore/workflow-designer
  1. Make sure the bundle is enabled in the config/bundles.php file. The following lines should be added:
use Pimcore\Bundle\WorkflowDesignerBundle\PimcoreWorkflowDesignerBundle;
// ...

return [
// ...
PimcoreWorkflowDesignerBundle::class => ['all' => true],
// ...
];
  1. Install the bundle:
bin/console pimcore:bundle:install PimcoreWorkflowDesignerBundle

System Requirements

As the Pimcore workflows are defined via symfony configuration files, the bundle needs to be able to create a symfony configuration file. Thus, Pimcore needs to have writing access to var/config/workflow-designer/workflows.yaml and be able to rebuild the Symfony container.

User Permissions

Pimcore backend users need to have granted the permission Workflow Designer for accessing the workflow designer.