Download the PHP package youwe/workflow-gui without Composer
On this page you can find all versions of the php package youwe/workflow-gui. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download youwe/workflow-gui
More information about youwe/workflow-gui
Files in youwe/workflow-gui
Package workflow-gui
Short Description Workflow Configuration UI for Pimcore
License GPL-3.0-or-later
Homepage https://github.com/YouweGit/pimcore-workflow-gui
Informations about the package workflow-gui
Pimcore - Workflow GUI
Requirements
- Pimcore 10.6.x - 11.x
Workflow GUI adds a User Interface for configuring Pimcore Workflows.
Getting started
Pimcore 10.6
- Install via composer
- Enable via command-line (or inside the pimcore extension manager):
- Install via command-line (or inside the pimcore extension manager):
- Make sure that the Bundles generated config is loaded (config/config.yaml):
Pimcore 11
- Install via composer
-
Make sure the bundle is enabled in the
config/bundles.php
file. The following lines should be added: - Install via command-line (or inside the pimcore extension manager):
- Make sure that the Bundles generated config is loaded (config/config.yaml):
Example workflow
Put the workflow below in the following location var/bundles/workflow-gui/workflow.yml
and change the class Pimcore\Model\DataObject\Test
to the dataobject you want to apply it to.
Configuration
- Inside your project, go to settings -> Workflows
- Click in Add Workflow and enter the name of the new Workflow
- At the Settings tab, the Label property is a required field
- At the Supports tab, the Class property is a required field
- At the Places tab, the Places are a required field
- At the Transitions tab, the Transitions are a required field
For more information about the available options and description of the fields, go to the following URL: Pimcore-Documentation/WorkflowManagement/ConfigurationDetails
Workflow History
In the "Notes & Events" tab, there is a list with every action used on the object via the Workflow module.
Workflow Overview
If workflows are configured for a Pimcore element, an additional tab with workflow details like all configured workflows, their current places, and a workflow graph is added to Pimcore element detail page.
To render the graph, is needed as an additional system requirement.