Sem descrição

Maxi Schvindt d81e32f0c5 Merge branch 'master' of https://bitbucket.org/ikflowdat/workflowbundle há 7 anos atrás
Admin 006416bda2 Modificacion para el armado del select de batchaction de sonata para aplicar las transiciones há 7 anos atrás
Command 4db0bcfd83 agregue la opcion de desactivar el filtro de doctrine há 7 anos atrás
Controller d0964f4926 Agregado al CRUDController el optgroup al select del batchAction há 7 anos atrás
Entity c6eff6ea8b Implementacion del OwnerVoter en Workflow há 7 anos atrás
Event dc130dd1b6 agregue routing key a los eventos lanzados desde la consola há 7 anos atrás
EventListener d219a26bcf Merge branch 'master' of ssh://gogs.infra.flowdat.com:222/VendorSoftwareFlowdat3/WorkflowBundle há 7 anos atrás
Repository 27c3099a9f Refactory workflow repository y workflowbaseadmin, para que tome workflows de db o por yml há 7 anos atrás
Resources 6753f20da0 FD3-428 AMQP config tasklogger consumer há 7 anos atrás
Services 9a876ef9df Agregados de los datos a guardar en la tabla de logs há 7 anos atrás
Twig d1a52302c4 try/catch cuando no hay definición de workflow há 7 anos atrás
Utils a6ef85927a FTTH NAS há 7 anos atrás
Validator 03fdfe1a60 Refactory Action há 8 anos atrás
keys e48308c687 Agregado drone há 7 anos atrás
.drone.yml 9119f5e050 Arreglo repositorio há 7 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 79a88df1c3 workflow update há 7 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:   /