Sin descripción

Guillermo Espinoza f66578b0e8 Update .gitlab-ci.yml hace 5 años
.gitlab 3d726e8873 Directory .gitlab added hace 6 años
Admin fcac5fb310 Se adapta useOneDefaultInterface a workflow hace 6 años
Command 3b16291fca Update command workflow:default hace 6 años
Controller a929fd734f Fix chequeo de roles hace 6 años
Entity 8d6ff4d141 Workflow functions updated hace 6 años
Event 77ab873525 Fix onu log olt hace 6 años
EventListener fcac5fb310 Se adapta useOneDefaultInterface a workflow hace 6 años
Interfaces fcac5fb310 Se adapta useOneDefaultInterface a workflow hace 6 años
Repository 580409eb57 Fix function de workflow repository hace 6 años
Resources e794a02207 User Roles added hace 6 años
Services 9444168da0 Capture timeout and other error, this try and catch permit remove message from amqp. hace 6 años
Twig d1a52302c4 try/catch cuando no hay definición de workflow hace 7 años
Utils 55ca9b2b3d radius workflow classes added. Related to radius#3 hace 5 años
Validator 03fdfe1a60 Refactory Action hace 8 años
keys e48308c687 Agregado drone hace 7 años
.drone.yml 97ecec4562 Agregado del paso de tags a gogs hace 7 años
.gitlab-ci.yml f66578b0e8 Update .gitlab-ci.yml hace 5 años
README.md 59c62cbf57 Refactory event suscriber hace 8 años
WorkflowBundle.php 3a0f4212cc commit inicial hace 8 años
composer.json 9c70562562 Se quito version y minimum-stability hace 7 años

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