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
Installs
3
GitHub Stars
1
First Seen
Apr 29, 2026
oro-workflow — netresearch/orocommerce-skill