Sin descripción

Luciano Andrade eca39932f0 la conexion al server amqp es lazy hace 8 años
Admin 8ef6ecf68e Workflow batch actions hace 8 años
Command 996c1b6a41 comando soap:client hace 8 años
Controller 8ef6ecf68e Workflow batch actions hace 8 años
Entity 8ef6ecf68e Workflow batch actions hace 8 años
Event 59c62cbf57 Refactory event suscriber hace 8 años
EventListener 8ce3dafd62 ... hace 8 años
Repository 8ef6ecf68e Workflow batch actions hace 8 años
Resources eca39932f0 la conexion al server amqp es lazy hace 8 años
Services 4c19690cb3 Action Repository hace 8 años
Twig 187a510332 Se arregla un bug. hace 8 años
Utils bf971e7d8e Merge branch 'master' of ssh://200.50.168.30:222/VendorSoftwareFlowdat3/WorkflowBundle hace 8 años
Validator 03fdfe1a60 Refactory Action hace 8 años
README.md 59c62cbf57 Refactory event suscriber hace 8 años
WorkflowBundle.php 3a0f4212cc commit inicial hace 8 años
composer.json 4d08b3dc8f se agrego libreria rabbitmq hace 8 años

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:   /