暂无描述

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

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