Aucune description

gabriel c6eff6ea8b Implementacion del OwnerVoter en Workflow il y a 7 ans
Admin 27c3099a9f Refactory workflow repository y workflowbaseadmin, para que tome workflows de db o por yml il y a 7 ans
Command 6c772fcac0 Command AMQP producer y consumer il y a 7 ans
Controller 8ef6ecf68e Workflow batch actions il y a 8 ans
Entity c6eff6ea8b Implementacion del OwnerVoter en Workflow il y a 7 ans
Event a65822e82b Se actualizo rabbitMQ producer y consumer. Fix twig exception il y a 8 ans
EventListener 567e8df5bc Se carga el container en la entidad workflow para los eventos il y a 7 ans
Repository 27c3099a9f Refactory workflow repository y workflowbaseadmin, para que tome workflows de db o por yml il y a 7 ans
Resources c6eff6ea8b Implementacion del OwnerVoter en Workflow il y a 7 ans
Services 1dc7182ffb FD3-223 AMQP Consumer il y a 7 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:   /