Commit Graph

64 Commits

Author SHA1 Message Date
hjonathan
33091008ff HOR-3282 2017-08-07 13:50:14 -04:00
Julio Cesar Laura Avendaño
4c55917424 HOR-2886 2017-03-17 12:02:43 -04:00
Victor Saisa Lopez
6d9858d6d0 HOR-1738 "Change folder permissions in ProcessMaker" SOLVED
Issue:
    Change folder permissions in ProcessMaker
Cause:
    Nuevo requerimiento
Solution:
    Se cambio los permisos de los files and directories
2016-08-30 13:03:35 -04:00
Ronald Q
247b08d650 PM-4376 No hay validacion al conectar MessageEmailEvent con StartReceiveMessage 2015-12-08 13:19:45 -04:00
Victor Saisa Lopez
768d099af7 PM-3889 "Problemas de performance en metodo..." SOLVED
Issue:
    Problemas de performance en metodo "getElementsBetweenElementOriginAndElementDest"
Cause:
    La recursion no termina cuando se llega a un activity
Solution:
    La recursion termina cuando se llega a un activity, este cambio afecta a los siguientes elementos:
        - INTERMEDIATE-MESSAGE-EVENTS
        - END-MESSAGE-EVENTS
        - INTERMEDIATE-EMAIL-EVENTS
        - END-EMAIL-EVENTS
2015-11-06 18:10:16 -04:00
Victor Saisa Lopez
879b5fa782 PM-3844 "0018803: Email Event before parallel gateway..." SOLVED
Issue:
    PM-3844: 0018803: Email Event before parallel gateway is not working correctly
    PM-3843: 0018806: Email Events after parallel gateway do not execute.
Cause:
    Falta validacion para INTERMEDIATE-EVENTS con PARALLEL-GATEWAYS
Solution:
    Se completa validacion para INTERMEDIATE-EVENTS con PARALLEL-GATEWAYS, este cambio
    afecta a los siguientes elementos:
        - INTERMEDIATE-MESSAGE-EVENTS
        - END-MESSAGE-EVENTS
        - INTERMEDIATE-EMAIL-EVENTS
        - END-EMAIL-EVENTS
2015-10-23 12:16:54 -04:00
marcelo.cuiza
e72277f964 endpoints, running cases, export, import, files manager issues 2015-06-25 14:31:38 -04:00
Victor Saisa Lopez
a618307029 PM-00000 "Fix in class Bpmn.php and cases_Step.php" SOLVED
Issue:
    - Problems in method Bpmn::getElementsBetweenElementOriginAndElementDest
    - Problems in cases_Step.php with OutputDocuments
Cause:
    - No control of repetitive loop in method Bpmn::getElementsBetweenElementOriginAndElementDest
    - No defined variables DEL_INDEX and TAS_UID
Solution:
    - Added validation for the control of repetitive loop in method Bpmn::getElementsBetweenElementOriginAndElementDest
    - Defined variables DEL_INDEX and TAS_UID
2015-05-08 12:31:18 -04:00
Victor Saisa Lopez
7c5d5f575d PM-00000 "Fix to import project" SOLVED
Issue:
    Fix to import project
Cause:
    Invalid value in field ACT_LOOP_TYPE
Solution:
    Setting valid value in field ACT_LOOP_TYPE
2015-05-06 14:08:55 -04:00
Brayan Pereyra
c974a548d6 PM-1339 No se puede ordenar las condiciones de enrutamiento del gateway Exclusive 2015-04-28 10:13:20 -04:00
Victor Saisa Lopez
48c6195b8a PM-939 "Support for Message-Event (Message-Event CRON)"
- Se a completado el envio de mensajes (para que el caso
  se "despause") para los eventos "INTERMEDIATE-CATCH-MESSAGE-EVENT"
2015-02-24 14:07:29 -04:00
Victor Saisa Lopez
b2f095f036 PM-939 "Support for Message-Event (Running case & Message-Event CRON)"
- Se a implementado el Running case
- Se a implementado el Message-Event CRON:
  Para ejecutar el Message-Event CRON, ejecute el siguiente comando:
        /path/to/processmaker/workflow/engine/bin$ php -f messageeventcron.php +wMyWorkspace
Nota.- Para el correcto funcionamiento del proceso y de esta nueva funcionalidad
       se debera crear el proceso nuevamente (esta nueva funcionalidad
       no funcionara con procesos BPMN antiguos a la fecha de este commit)
2015-02-21 15:59:12 -04:00
Victor Saisa Lopez
b83718f295 PM-939 "Support for Message-Event (Endpoints and Backend)"
- Se han implementado los siguientes Endpoints:
    GET    /api/1.0/{workspace}/project/{prj_uid}/message-event-definitions
    GET    /api/1.0/{workspace}/project/{prj_uid}/message-event-definition/{msged_uid}
    GET    /api/1.0/{workspace}/project/{prj_uid}/message-event-definition/event/{evn_uid}
    POST   /api/1.0/{workspace}/project/{prj_uid}/message-event-definition
    PUT    /api/1.0/{workspace}/project/{prj_uid}/message-event-definition/{msged_uid}
    DELETE /api/1.0/{workspace}/project/{prj_uid}/message-event-definition/{msged_uid}
- Se han implementado los metodos necesarios/requeridos para el backend
  del DESIGNER para esta nueva funcionalidad
2015-02-13 16:32:43 -04:00
Freddy Daniel Rojas Valda
273f11b6eb PM-1330 "No se guardan el orden establecido de condiciones de enrutamiento en los gateways" SOLVED 2015-02-02 12:25:12 -04:00
Freddy Daniel Rojas Valda
378209d1e5 PM-1330 "No se guardan el orden establecido de condiciones de enrutamiento en los gateways. Fix query" SOLVED 2015-01-31 16:59:01 -04:00
Freddy Daniel Rojas Valda
d71bd522f7 PM-1330 "No se guardan el orden establecido de condiciones de enrutamiento en los gateways" SOLVED 2015-01-31 09:44:48 -04:00
Freddy Daniel Rojas Valda
6202e95616 PM-1146 "Los pools y sus elementos contenidos no se graban al grabar el proyecto." SOLVED 2014-12-20 16:45:26 -04:00
Freddy Daniel Rojas Valda
582f76baba PM-1146 "Los pools y sus elementos contenidos no se graban al grabar el proyecto." SOLVED 2014-12-20 10:02:16 -04:00
Freddy Daniel Rojas Valda
1bedf48b68 Fix Funcionalidad de lanes y lanesets para project 2014-10-31 13:49:01 -04:00
Freddy Daniel Rojas Valda
7b9e7fffeb Se adiciona funcionalidad de lanes y lanesets para project 2014-09-29 14:44:37 -04:00
eriknyk
ef8cc4b759 Merge branch 'master' of bitbucket.org:colosa/processmaker 2014-08-07 09:16:22 -04:00
Victor Saisa Lopez
225de1d7fc ProcessMaker-BE "Process ----> Generate BPMN (Endpoint)"
- Se ha implementado el siguiente Endpoint:
    POST /api/1.0/{workspace}/project/generate-bpmn
2014-07-29 16:31:19 -04:00
Victor Saisa Lopez
c887b5549d ProcessMaker-BE "Process ----> Generate BPMN (Endpoint)"
- Se ha implementado el siguiente Endpoint:
    POST /api/1.0/{workspace}/project/generate-bpmn
2014-07-29 16:10:58 -04:00
eriknyk
5003299539 Fixing references on BpmnData class 2014-07-29 11:04:42 -04:00
Victor Saisa Lopez
f1edbc7e87 Merge branch 'master' of bitbucket.org:colosa/processmaker 2014-07-25 11:23:11 -04:00
eriknyk
e1ef3d58ce solving remove project problem 2014-07-25 10:50:20 -04:00
Victor Saisa Lopez
5b4b571f0f ProcessMaker-BE "Proceso -----> Generar BPMN (Endpoint)"
- Se ha implementado el siguiente Endpoint:
    POST /api/1.0/{workspace}/project/process/{pro_uid}/generate-bpmn
2014-07-24 17:18:48 -04:00
eriknyk
d0210e96b3 adding Bpmn Participant handling support 2014-07-18 16:52:18 -04:00
eriknyk
c927a56b02 adding BpmnData handling support, to Project->diagram object 2014-07-18 12:57:52 -04:00
Daniel Rojas
0c29ba427e Merge branch 'master' of bitbucket.org:colosa/processmaker 2014-06-25 11:39:01 -04:00
Daniel Rojas
15c178540a Fix delete project bpmn, timer start. 2014-06-25 09:15:33 -04:00
Victor Saisa Lopez
04564c11c3 ProcessMaker-BE "Group (fixes)"
- Se agrego validacion al elminar un grupo (si el grupo esta asignado a una tarea)
- Otros improvements tambien se realizaron
2014-06-23 12:56:23 -04:00
Victor Saisa Lopez
82071586c2 ProcessMaker-BE "Trigger Wizard (fixes)"
- En el listado de trigger wizards no estaba ordenado, ahora se despliega ordenadamente
- Se corrigio el .feature correspondiente para que aplique el cambio
- Otros fixes tambien se realizaron
2014-06-20 11:48:57 -04:00
Victor Saisa Lopez
67762ecbf2 BUG-15088 "Al editar el nombre de un proceso este permite..." SOLVED
- Al editar el nombre de un proceso este permite ingresar el
  nombre de uno ya existente
- El problema no esta al editar el proceso (esto cuando se ingresa
  a "Edit process"), sino cuando el ProcessMap hace el "auto-save",
  ahi si guarda el titulo del proceso
- Se ha agregado validacion cuando se actualizen los datos mediante
  el "auto-save" (esto se aplica solo para los datos del proceso)
- En el lado Frontend se esta enviando los datos del proceso
  (title, description) de manera continua con el "auto-save"
  para su actualizacion, pero como ya existe la validacion, ahora
  sale un ERROR. Esto debera ser revisado en el lado Frontend
2014-06-06 16:53:34 -04:00
Victor Saisa Lopez
5d6b6837d3 ProcessMaker-BE "BPMN Import (fix)"
- Al realizar la importacion de un proceso con la opcion "keep" genera
  un error, esto debido a que estamos tratando de importar un proceso
  suponiendo que ya existe el mismo.
- Se setea el campo "PRO_UID" con el valor correcto, esto al
  adicionar un Activity, Event y Gateway
2014-05-07 11:11:20 -04:00
Brayan Osmar Pereyra Suxo
df167b9527 Correccion de FLOWS con ARTIFACT 2014-04-29 10:23:30 -04:00
Brayan Osmar Pereyra Suxo
170536ab6f Adicion de ARTIFACTS en FLOWS 2014-04-29 10:00:23 -04:00
Brayan Osmar Pereyra Suxo
14a3afce33 Adicion de POST y PUT en PROJECT 2014-04-25 11:38:53 -04:00
Brayan Osmar Pereyra Suxo
0c1b64ff23 Adicion de ARTIFACTS en PROJECTS 2014-04-24 08:36:24 -04:00
Erik Amaru Ortiz
eb71bea144 Major Updates for import BPMN project 2014-04-07 16:10:42 -04:00
Erik Amaru Ortiz
00fd862056 BPMN Project Import chages to import alll workflow properties data 2014-03-27 19:11:24 -04:00
Erik Amaru Ortiz
a9141f16e2 BPMN Projects import is working now, first part, it is just importing project that doesn't exist in db. 2014-03-26 20:04:51 -04:00
Erik Amaru Ortiz
16d861c225 Adding SubProcess support for Bpmn->Workflow adapter 2014-03-26 12:21:18 -04:00
Erik Amaru Ortiz
bf933a5bf2 Adding Unit Test to ensure a right behaviour of BpmnWorkflow Adapter
- flow->gateways (bpmn) to route (workflow) conversion is working fine
 - start and end event (bpmn) to setting start and end tasks is working fine
2014-02-27 15:51:42 -04:00
Erik Amaru Ortiz
75cf6e3eea Adding logic to remove related objects when a gateway is removed for BpmnWorkflow Adapter
- Now when a gateway is removed all its related flows are removed too
- When a gateway is removed all Composed Workflow Routes are removed too
2014-02-24 19:58:32 -04:00
Erik Amaru Ortiz
7962d40a0f Updating Unit Tests for BpmnWorkflow Adapter, and some Bpmn->Workflow logic 2014-02-24 19:10:45 -04:00
Erik Amaru Ortiz
f62956ae76 Adding validation before update a gateway, it only is updated if its data has been changed 2014-02-20 17:04:25 -04:00
Erik Amaru Ortiz
4e5f208ca3 Improving changes listener on BpmnWorkflow Adapter 2014-02-20 10:50:52 -04:00
Erik Amaru Ortiz
00ebbeff0d Updates before update on BpmnWorkflow Adapter 2014-02-19 19:32:19 -04:00
Erik Amaru Ortiz
6e555080da Updating BpmnWorkflow Adapter
Now Handling events, is updating only when the event was changed
2014-02-19 13:31:02 -04:00