Sem descrição

Guillermo Espinoza 349792b405 Listener para asignar workflow y currentState há 7 anos atrás
Admin 0fc2cbf6e7 Fix bug cuando listado es vacío há 8 anos atrás
Command 996c1b6a41 comando soap:client há 8 anos atrás
Controller 8ef6ecf68e Workflow batch actions há 8 anos atrás
Entity 4de74f50d7 Se agrego una Interface y un Trait para las entidades asociadas a Workflow há 7 anos atrás
Event a65822e82b Se actualizo rabbitMQ producer y consumer. Fix twig exception há 8 anos atrás
EventListener 349792b405 Listener para asignar workflow y currentState há 7 anos atrás
Repository 8ef6ecf68e Workflow batch actions há 8 anos atrás
Resources 349792b405 Listener para asignar workflow y currentState há 7 anos atrás
Services c1b4a025c4 Se chequea que exista el servicio de monolog há 8 anos atrás
Twig 187a510332 Se arregla un bug. há 8 anos atrás
Utils bf971e7d8e Merge branch 'master' of ssh://200.50.168.30:222/VendorSoftwareFlowdat3/WorkflowBundle há 8 anos atrás
Validator 03fdfe1a60 Refactory Action há 8 anos atrás
README.md 59c62cbf57 Refactory event suscriber há 8 anos atrás
WorkflowBundle.php 3a0f4212cc commit inicial há 8 anos atrás
composer.json 4d08b3dc8f se agrego libreria rabbitmq há 8 anos atrás

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