Commit Graph

47 Commits

Author SHA1 Message Date
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
Erik Amaru Ortiz
ec48facf8b Updates On Bpmn->Workflow Adapter, now activities and flows are updated just when its data have changed 2014-02-18 17:41:45 -04:00
Erik Amaru Ortiz
79ee31b761 More Update for BpmnWorkflow Adapter class, now start and end tasks are updating successfully on Workflow Layer 2014-02-12 17:01:19 -04:00
Erik Amaru Ortiz
ea1f82ed3e Fixing Bpmn::getEvent() 2014-02-11 17:50:14 -04:00
Erik Amaru Ortiz
0bb319c70e Adding Event handling for bpmn and workflow layer (for start and end task setting) 2014-02-10 19:43:54 -04:00
Erik Amaru Ortiz
9a4c98bb53 Adding Test Units for BpmnEvent, BpmnGateway classes 2014-02-10 13:09:50 -04:00
Erik Amaru Ortiz
82da942ea1 updates to enable save flow connections between activity->activity and activity->gateway 2014-02-07 15:42:24 -04:00
Erik Amaru Ortiz
68c1d98b96 updates for adapter flows -> to -> route 2014-02-07 08:41:11 -04:00
Erik Amaru Ortiz
e869df7ad5 Adding Flows handling to Project\Bpmn handler class 2014-02-06 20:30:27 -04:00
Erik Amaru Ortiz
e19d1b2033 Entpoint /project: enabling new/update/delete diagram's activities for PUT method 2014-02-06 12:10:35 -04:00
Erik Amaru Ortiz
187ad19c84 Entpoint /project: enabling update/new activities for PUT method 2014-02-06 11:30:09 -04:00
Erik Amaru Ortiz
6b8ca3c9ee Updating /project endpint, now is working GET /projects/{prj_uid} and /projects methods (only is loading diagram's activities) 2014-02-06 11:00:15 -04:00
Erik Amaru Ortiz
aa399794f3 Adding Override Methods to Adapter Bpmn->Workflow Projects 2014-02-05 14:09:48 -04:00
Erik Amaru Ortiz
0063597e08 Enabling to use GET method for Project endpoint -> Request GET: /projects, and some updates 2014-02-05 12:34:20 -04:00
Erik Amaru Ortiz
47f991034f More Bpmn/Workflow handling layer refactoring and improve unit tests 2014-02-05 11:39:15 -04:00