Sen descrición

Guillermo Espinoza f36e657c55 FD3-223 Se corre el consumer mediante Process %!s(int64=7) %!d(string=hai) anos
Admin 27c3099a9f Refactory workflow repository y workflowbaseadmin, para que tome workflows de db o por yml %!s(int64=7) %!d(string=hai) anos
Command 8a30206efe FD3-223 Fix command args %!s(int64=7) %!d(string=hai) anos
Controller 8ef6ecf68e Workflow batch actions %!s(int64=7) %!d(string=hai) anos
Entity c6eff6ea8b Implementacion del OwnerVoter en Workflow %!s(int64=7) %!d(string=hai) anos
Event a65822e82b Se actualizo rabbitMQ producer y consumer. Fix twig exception %!s(int64=7) %!d(string=hai) anos
EventListener 567e8df5bc Se carga el container en la entidad workflow para los eventos %!s(int64=7) %!d(string=hai) anos
Repository 27c3099a9f Refactory workflow repository y workflowbaseadmin, para que tome workflows de db o por yml %!s(int64=7) %!d(string=hai) anos
Resources c6eff6ea8b Implementacion del OwnerVoter en Workflow %!s(int64=7) %!d(string=hai) anos
Services f36e657c55 FD3-223 Se corre el consumer mediante Process %!s(int64=7) %!d(string=hai) anos
Twig 187a510332 Se arregla un bug. %!s(int64=8) %!d(string=hai) anos
Utils bf971e7d8e Merge branch 'master' of ssh://200.50.168.30:222/VendorSoftwareFlowdat3/WorkflowBundle %!s(int64=8) %!d(string=hai) anos
Validator 03fdfe1a60 Refactory Action %!s(int64=8) %!d(string=hai) anos
README.md 59c62cbf57 Refactory event suscriber %!s(int64=8) %!d(string=hai) anos
WorkflowBundle.php 3a0f4212cc commit inicial %!s(int64=8) %!d(string=hai) anos
composer.json 4d08b3dc8f se agrego libreria rabbitmq %!s(int64=8) %!d(string=hai) anos

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