Aucune description

Guillermo Espinoza 8ef6ecf68e Workflow batch actions il y a 8 ans
Admin 8ef6ecf68e Workflow batch actions il y a 8 ans
Command 996c1b6a41 comando soap:client il y a 8 ans
Controller 8ef6ecf68e Workflow batch actions il y a 8 ans
Entity 8ef6ecf68e Workflow batch actions il y a 8 ans
Event 59c62cbf57 Refactory event suscriber il y a 8 ans
EventListener 8ce3dafd62 ... il y a 8 ans
Repository 8ef6ecf68e Workflow batch actions il y a 8 ans
Resources 8ef6ecf68e Workflow batch actions il y a 8 ans
Services 4c19690cb3 Action Repository il y a 8 ans
Twig 187a510332 Se arregla un bug. il y a 8 ans
Utils bf971e7d8e Merge branch 'master' of ssh://200.50.168.30:222/VendorSoftwareFlowdat3/WorkflowBundle il y a 8 ans
Validator 03fdfe1a60 Refactory Action il y a 8 ans
README.md 59c62cbf57 Refactory event suscriber il y a 8 ans
WorkflowBundle.php 3a0f4212cc commit inicial il y a 8 ans
composer.json 4d08b3dc8f se agrego libreria rabbitmq il y a 8 ans

README.md

WorkflowBundle

Installation

composer.json:

"repositories": [
    {
        "type": "vcs",
        "url":  "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/WorkflowBundle.git"
    }
],
"require": {
    "ik/workflow-bundle": "dev-master"
},

app/AppKernel.php:

public function registerBundles()
{
    $bundles = [
        new WorkflowBundle\WorkflowBundle(),
    ];
    .
    .
}

app/config/config.yml:

imports:
    - { resource: workflow.yml }
    - { resource: "../Resources/workflows/workflow_list.yml", ignore_errors: true  }
    - { resource: "@WorkflowBundle/Resources/config/services.yml" }

app/config/routing.yml:

workflow:
    resource: "@WorkflowBundle/Resources/config/routing/admin.xml"
    prefix:   /