Sen descrición

Guillermo Espinoza f66578b0e8 Update .gitlab-ci.yml %!s(int64=5) %!d(string=hai) anos
.gitlab 3d726e8873 Directory .gitlab added %!s(int64=6) %!d(string=hai) anos
Admin fcac5fb310 Se adapta useOneDefaultInterface a workflow %!s(int64=6) %!d(string=hai) anos
Command 3b16291fca Update command workflow:default %!s(int64=6) %!d(string=hai) anos
Controller a929fd734f Fix chequeo de roles %!s(int64=6) %!d(string=hai) anos
Entity 8d6ff4d141 Workflow functions updated %!s(int64=6) %!d(string=hai) anos
Event 77ab873525 Fix onu log olt %!s(int64=6) %!d(string=hai) anos
EventListener fcac5fb310 Se adapta useOneDefaultInterface a workflow %!s(int64=6) %!d(string=hai) anos
Interfaces fcac5fb310 Se adapta useOneDefaultInterface a workflow %!s(int64=6) %!d(string=hai) anos
Repository 580409eb57 Fix function de workflow repository %!s(int64=6) %!d(string=hai) anos
Resources e794a02207 User Roles added %!s(int64=6) %!d(string=hai) anos
Services 9444168da0 Capture timeout and other error, this try and catch permit remove message from amqp. %!s(int64=6) %!d(string=hai) anos
Twig d1a52302c4 try/catch cuando no hay definición de workflow %!s(int64=7) %!d(string=hai) anos
Utils 55ca9b2b3d radius workflow classes added. Related to radius#3 %!s(int64=5) %!d(string=hai) anos
Validator 03fdfe1a60 Refactory Action %!s(int64=8) %!d(string=hai) anos
keys e48308c687 Agregado drone %!s(int64=7) %!d(string=hai) anos
.drone.yml 97ecec4562 Agregado del paso de tags a gogs %!s(int64=7) %!d(string=hai) anos
.gitlab-ci.yml f66578b0e8 Update .gitlab-ci.yml %!s(int64=5) %!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 9c70562562 Se quito version y minimum-stability %!s(int64=7) %!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:   /