oro-workflow
Installation
SKILL.md
OroCommerce v6.1 Workflow Configuration Skill
File Locations
- Workflow definitions:
Resources/config/oro/workflows.yml - Operations:
Resources/config/oro/operations.yml
Basic Workflow Structure
Each workflow requires label, entity, start_step, steps, and transitions:
workflows:
document_approval:
label: Document Approval
entity: Acme\Bundle\DemoBundle\Entity\Document
start_step: submitted