Warning: You are browsing the documentation from version 4 to 10 of Pimcore.
Please visit https://pimcore.com/docs/platform/ for the latest versions of Pimcore.
Installation und Configuration
Bundle Installation
To install Pimcore Workflow Designer bundle use following commands:
composer require pimcore/workflow-designer
./bin/console pimcore:bundle:enable PimcoreWorkflowDesignerBundle
./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.