From 02c86f3f3a51ce07ba19267fbe7900ace865365e Mon Sep 17 00:00:00 2001 From: brunobuzzi Date: Wed, 19 Aug 2020 07:57:08 -0400 Subject: [PATCH] update 55 to fix issue #1143 --- .../renderSVGForImportedProcessesOn..st | 2 +- .../methodProperties.json | 2 +- .../monticello.meta/version | 2 +- .../instance/failedImportProcesses..st | 3 - .../instance/failedImportProcesses.st | 3 - .../instance/immutableProcesses.st | 2 +- .../instance/importFailedOnAllProcesses.st | 4 -- .../instance/importResultText..st | 3 - .../instance/importResultText.st | 3 - .../instance/participants.st | 3 - .../instance/processes..st | 3 - .../instance/processes.st | 3 - .../instance/processesCollect..st | 4 ++ .../instance/processesDo..st | 4 ++ .../instance/processesMapping.st | 3 - .../instance/processesSize.st | 4 ++ .../storeGeneratedProcessesOnCache.st | 2 +- .../methodProperties.json | 62 +++++++++---------- .../BpmProcessGenerator.class/properties.json | 1 - .../instance/createBpmProcessesDefinitions.st | 2 +- .../instance/generatedCollect..st | 4 ++ .../instance/generatedProcesses.st | 5 -- .../instance/generatedProcessesDo..st | 4 ++ .../instance/generatedProcessesSize.st | 4 ++ .../instance/getProcessesAsTree.st | 2 +- .../instance/numberOfGeneratedProcesses.st | 2 +- .../methodProperties.json | 10 +-- .../BpmXpdl.package/monticello.meta/version | 2 +- 28 files changed, 67 insertions(+), 81 deletions(-) delete mode 100644 repository/BpmXpdl.package/BpmProcessGenerator.class/instance/failedImportProcesses..st delete mode 100644 repository/BpmXpdl.package/BpmProcessGenerator.class/instance/failedImportProcesses.st delete mode 100644 repository/BpmXpdl.package/BpmProcessGenerator.class/instance/importFailedOnAllProcesses.st delete mode 100644 repository/BpmXpdl.package/BpmProcessGenerator.class/instance/importResultText..st delete mode 100644 repository/BpmXpdl.package/BpmProcessGenerator.class/instance/importResultText.st delete mode 100644 repository/BpmXpdl.package/BpmProcessGenerator.class/instance/participants.st delete mode 100644 repository/BpmXpdl.package/BpmProcessGenerator.class/instance/processes..st delete mode 100644 repository/BpmXpdl.package/BpmProcessGenerator.class/instance/processes.st create mode 100644 repository/BpmXpdl.package/BpmProcessGenerator.class/instance/processesCollect..st create mode 100644 repository/BpmXpdl.package/BpmProcessGenerator.class/instance/processesDo..st delete mode 100644 repository/BpmXpdl.package/BpmProcessGenerator.class/instance/processesMapping.st create mode 100644 repository/BpmXpdl.package/BpmProcessGenerator.class/instance/processesSize.st create mode 100644 repository/BpmXpdl.package/BpmXpdlImportProcess.class/instance/generatedCollect..st delete mode 100644 repository/BpmXpdl.package/BpmXpdlImportProcess.class/instance/generatedProcesses.st create mode 100644 repository/BpmXpdl.package/BpmXpdlImportProcess.class/instance/generatedProcessesDo..st create mode 100644 repository/BpmXpdl.package/BpmXpdlImportProcess.class/instance/generatedProcessesSize.st diff --git a/repository/BpmWebBackoffice.package/WAXpdlImporterBrowser.class/instance/renderSVGForImportedProcessesOn..st b/repository/BpmWebBackoffice.package/WAXpdlImporterBrowser.class/instance/renderSVGForImportedProcessesOn..st index 8a2d73fb3..3b2812fff 100644 --- a/repository/BpmWebBackoffice.package/WAXpdlImporterBrowser.class/instance/renderSVGForImportedProcessesOn..st +++ b/repository/BpmWebBackoffice.package/WAXpdlImporterBrowser.class/instance/renderSVGForImportedProcessesOn..st @@ -1,7 +1,7 @@ import renderSVGForImportedProcessesOn: html - model generatedProcesses do: [:processDefinition | + model generatedProcessesDo: [:processDefinition | html div class: 'imported-process'; with: [ html anchor class: 'cursor-pointer'; diff --git a/repository/BpmWebBackoffice.package/WAXpdlImporterBrowser.class/methodProperties.json b/repository/BpmWebBackoffice.package/WAXpdlImporterBrowser.class/methodProperties.json index 1403c6821..20d7875e1 100644 --- a/repository/BpmWebBackoffice.package/WAXpdlImporterBrowser.class/methodProperties.json +++ b/repository/BpmWebBackoffice.package/WAXpdlImporterBrowser.class/methodProperties.json @@ -22,7 +22,7 @@ "renderNonResumableWarningsOn:" : "brunobb 01/31/2019 09:34", "renderRemoveImportFormButtonOn:" : "brunobb 01/31/2019 09:37", "renderResetButtonOn:" : "brunobb 01/31/2019 09:37", - "renderSVGForImportedProcessesOn:" : "brunobb 01/31/2019 09:40", + "renderSVGForImportedProcessesOn:" : "brunobb 08/19/2020 04:39", "renderSvgProcessMapFor:on:" : "brunobb 12/06/2019 08:31", "renderUploadComponentOn:index:" : "brunobb 01/31/2019 09:41", "resetComponent" : "brunobb 08/10/2020 14:36", diff --git a/repository/BpmWebBackoffice.package/monticello.meta/version b/repository/BpmWebBackoffice.package/monticello.meta/version index 2b717afd5..da3315310 100644 --- a/repository/BpmWebBackoffice.package/monticello.meta/version +++ b/repository/BpmWebBackoffice.package/monticello.meta/version @@ -1 +1 @@ -(name 'BpmWebBackoffice-brunobb.528' message '' id 'a9f8771e-c2cf-44a1-b306-1b14d2f0be6e' date '08/10/2020' time '14:39:06' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.527' message '' id '4a42a7d7-3c54-430f-b318-e1b7c2e23ed7' date '08/10/2020' time '14:09:58' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.526' message '' id 'd811dd53-6ba8-4e9a-8886-7a26fb341c2c' date '08/06/2020' time '10:42:50' author 'brunobb' ancestors ((name 'BpmWebBackoffice-bruno.525' message '' id '5e4aabe1-7d1f-4e8f-96df-a8d81380fc79' date '07/23/2020' time '12:24:38' author 'bruno' ancestors ((name 'BpmWebBackoffice-bruno.524' message '' id '4c387cb1-b676-4c93-9dcd-2f06ef1cd299' date '07/22/2020' time '16:15:06' author 'bruno' ancestors ((name 'BpmWebBackoffice-brunobb.523' message '' id '0b3d5085-5a4b-4bbe-a4bb-e2599138a668' date '06/12/2020' time '12:54:31' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.522' message '' id '3eff44d0-4d8b-43d2-bbc8-57240a59c1aa' date '05/21/2020' time '10:58:22' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.521' message '' id '516ece15-7db2-4942-be7e-2e9a13addfad' date '05/16/2020' time '13:44:58' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.520' message '' id 'cf308433-2e43-4e96-b12b-233d38ddc263' date '05/16/2020' time '13:24:09' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.519' message '' id '8b8b5b25-9260-4d53-a1f3-4a8a7570f821' date '05/16/2020' time '12:25:53' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.518' message '' id 'e64206dd-e5d3-4125-866a-9b2a0aa3917c' date '05/16/2020' time '12:04:04' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.517' message '' id '6a509dd4-a06d-4289-9c1e-8f979d6efd3f' date '04/10/2020' time '16:35:51' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.516' message '' id 'c5962b96-60a7-440f-b608-669ee0c54520' date '04/10/2020' time '16:26:03' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.515' message '' id '6b155d01-3300-44aa-80e7-9dcccb7102c3' date '03/20/2020' time '11:03:43' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.514' message '' id '757a223b-ca23-41cd-a4bf-560b08d6af3a' date '03/05/2020' time '08:59:27' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.513' message '' id 'aae61763-9539-426c-a8ff-eab702979ee6' date '02/17/2020' time '07:43:56' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.512' message '' id '1725f487-4a55-4438-b5f2-55c2a7394b3e' date '02/17/2020' time '07:30:02' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.511' message '' id 'd7958151-f40c-4a1a-a163-f9bf0870659b' date '02/17/2020' time '07:18:15' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.510' message '' id '7104c7af-8db6-42a6-8097-b4e289af47ab' date '02/17/2020' time '07:10:37' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.509' message '' id '39035891-cced-4f20-a818-4b8002495f28' date '02/14/2020' time '10:47:15' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.508' message '' id '7030d026-6f78-498b-94a7-530f4743b572' date '02/14/2020' time '09:53:02' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.507' message '' id '6cf8be7b-6280-472a-9569-8e7c14b62975' date '02/13/2020' time '07:34:27' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.506' message '' id '8a10aff6-2879-4df2-92b1-1f4088fd457c' date '02/12/2020' time '10:02:49' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.505' message '' id 'f5b8fecd-23f8-49a8-be0b-87159736fbba' date '02/11/2020' time '08:14:16' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.504' message '' id '864f0739-7ee5-4728-958e-e9728baee196' date '02/10/2020' time '11:34:56' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.503' message '' id '7a527cba-6af8-4674-a124-94c2438fde7b' date '02/10/2020' time '09:01:23' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.502' message '' id '21b45930-baff-4bfc-8588-7fd6d7e51a3f' date '02/07/2020' time '09:12:38' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.501' message '' id '30932f38-e066-48b9-9e67-890cf75f8cfc' date '02/07/2020' time '09:00:18' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.500' message '' id 'fa03df20-8caa-48ef-9c17-2d996b14bd7b' date '02/07/2020' time '08:29:15' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.499' message '' id 'e6920ee2-c4fc-4538-a300-f430789fbddd' date '02/07/2020' time '08:20:19' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.498' message '' id 'd44edab1-480b-4bfa-96ae-bdf54b043d66' date '02/07/2020' time '08:16:04' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.497' message '' id '04ce65e3-d6e4-441b-abf6-9b17b5f2a066' date '02/06/2020' time '11:10:26' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.496' message '' id 'fa7f87cf-0580-4c97-b480-d6ae5adabef4' date '02/06/2020' time '08:08:58' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.495' message '' id 'e82408af-cd9c-4c44-88a7-d9f8e81ebd39' date '02/04/2020' time '10:46:01' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.494' message '' id '9f9b151a-97ce-4b7d-8f01-1201f3341a82' date '02/02/2020' time '12:07:38' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.493' message '' id 'b8bf9d2c-e29e-4412-8cc3-7c1de171cf2f' date '01/29/2020' time '10:01:00' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.492' message '' id '63b8591b-e385-4ace-9cf4-9503daae7425' date '01/28/2020' time '11:16:55' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.491' message '' id 'cb8a1a63-304e-40b6-91ed-86e7844b15f7' date '01/28/2020' time '09:29:25' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.490' message '' id '9ea0f4b0-14f3-4b77-b1eb-89b378e0dbef' date '01/28/2020' time '03:32:24' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.489' message '' id '1cddc737-5149-4307-a168-77a1780d8006' date '01/28/2020' time '02:40:14' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.488' message '' id '52966506-1007-4029-8cdb-7f3033431680' date '01/27/2020' time '10:41:33' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.487' message '' id '047f7618-1850-4a75-9ba9-82f7dc252678' date '01/27/2020' time '10:36:33' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.486' message '' id '73379502-77ed-4f68-8b3f-c4ecc7804750' date '01/14/2020' time '04:14:04' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.485' message '' id 'c1e406ee-c773-4ae4-8a7d-2ffece8e3a08' date '01/14/2020' time '03:35:23' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.484' message '' id '04359d18-6ed0-41b5-8a1a-8cd42caeae6e' date '12/30/2019' time '09:24:06' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.483' message '' id 'cfca7d2c-25f5-41c6-a5e2-59b29edca2f9' date '12/30/2019' time '08:28:03' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.482' message '' id '53e8ed0a-ebb6-4123-ad13-1b06ccd283b2' date '12/30/2019' time '08:26:07' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.481' message '' id '815ca16f-2013-4c7c-837e-74b8f7b8b486' date '12/28/2019' time '09:07:28' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.480' message '' id '321bf4f1-0e11-48a2-b619-e2454daa7b29' date '12/16/2019' time '06:56:28' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.479' message '' id 'b77c719a-e106-40a8-a2aa-0b5db91eebcf' date '12/13/2019' time '14:08:44' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.478' message '' id '5b9dc857-625b-4918-b861-8056276edb9a' date '12/06/2019' time '12:17:01' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.477' message '' id 'b677adad-be16-4738-bd66-848b6fe378d1' date '12/06/2019' time '10:30:23' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.476' message '' id '15ab7511-d394-4a5f-a9ff-5161d157f385' date '12/06/2019' time '10:11:28' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.475' message '' id '20e1c13d-a67f-4c10-b97a-498f869c903c' date '12/06/2019' time '09:29:57' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.474' message '' id '8dddef24-40c1-4f93-afc9-96a8dce70c9d' date '11/26/2019' time '06:28:59' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.473' message '' id 'ac8a0454-ad77-454f-8ee4-6c96a2d1b294' date '11/25/2019' time '11:11:22' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.472' message '' id '0f6ccbaf-5a92-4055-b2b1-a773325afd58' date '11/12/2019' time '09:02:59' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.471' message '' id 'bbf58fef-32e6-44c5-9d87-e24ef97dbdb8' date '11/12/2019' time '08:48:49' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.470' message '' id '5cf8bb02-fc8b-4022-a71b-48fde95b8aca' date '11/12/2019' time '08:05:43' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.469' message '' id 'd4f31ea2-c7f1-4b94-8598-1c3ff493e536' date '11/12/2019' time '03:34:31' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.468' message '' id '4b861834-0541-4ed4-9d8d-5894cce20655' date '11/08/2019' time '11:52:58' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.467' message '' id '4a9bf505-0d4a-453f-a0bd-99d98d4db7bf' date '10/15/2019' time '08:56:06' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.466' message '' id '667dd3ad-3136-46c3-bc3e-b8bdc685affa' date '10/15/2019' time '08:37:10' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.465' message '' id 'a869474b-3249-47fd-bbde-dd7898bd1cc7' date '10/11/2019' time '07:09:41' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.464' message '' id 'e3cf6498-fad2-4807-8eed-543045f4349e' date '10/07/2019' time '11:21:40' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.463' message '' id 'fee90289-2a56-495b-a6b8-ad55528e1fe5' date '10/02/2019' time '11:12:02' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.462' message '' id '73101e5e-36e9-49eb-95ff-860d7bd5d5c6' date '10/01/2019' time '07:46:56' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.461' message '' id '9b18970d-6278-444a-8144-58b8922ac69c' date '09/25/2019' time '12:41:00' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.460' message '' id 'fd1d3211-d5f5-4e57-99da-e06dec210cff' date '09/25/2019' time '12:39:23' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.459' message '' id '7195d454-5236-4712-ace2-25c360f764df' date '09/25/2019' time '08:27:29' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.458' message '' id 'b4ed5463-c325-42cf-94a1-1d480c5aa3bb' date '09/23/2019' time '10:10:59' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.457' message '' id '303c972f-f633-4825-92a9-b3f1b742ee77' date '07/12/2019' time '13:07:11' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.456' message '' id 'f171efb1-0d55-4a36-b4f9-ca1dd9e0e20f' date '05/31/2019' time '13:02:21' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.455' message '' id '57d25909-9fdc-4331-a209-c653c8c875d9' date '05/31/2019' time '12:36:33' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.454' message '' id 'e7265957-c74a-4175-a953-944ee0a03bbb' date '05/31/2019' time '12:34:28' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.453' message '' id '692e6013-7ba1-42ae-a079-de6a8b0b12d8' date '05/31/2019' time '12:31:52' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.452' message '' id '0fe156a2-8020-4a42-8bca-e7eae19f674d' date '05/31/2019' time '12:28:20' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.451' message '' id '374d23cf-4ddd-4321-a741-715d7a2f74c8' date '05/31/2019' time '11:39:35' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.450' message '' id '3757d37f-5313-42e6-aa01-0cdeec1aeedd' date '05/31/2019' time '11:07:25' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.449' message '' id '5714a3ac-41f5-42b4-a146-b3ed2fb4ebd5' date '05/28/2019' time '05:29:04' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.448' message '' id '6149d36d-6fee-4416-9b4c-c280f507ca8a' date '05/27/2019' time '12:55:25' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.447' message '' id 'd9197bde-f2b0-48e9-ad26-02825276e13a' date '05/27/2019' time '11:01:29' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.446' message '' id 'cb02b841-d299-4b1a-a872-d1e79f53edcc' date '05/24/2019' time '12:41:59' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.445' message '' id '8949b42d-481a-4fef-a408-29f795ef0219' date '05/16/2019' time '10:33:34' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.444' message '' id '9dfc6bf4-f4ad-41a3-9da2-e0012bfde56a' date '03/25/2019' time '09:14:08' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.443' message '' id 'a3918f3d-3549-4981-979e-09adca1a68eb' date '03/25/2019' time '08:52:07' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.442' message '' id '09216fc7-ab4b-4bbf-8b6b-b5d1e634647e' date '03/25/2019' time '08:38:26' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.441' message '' id '49eb55f7-f5c8-4aa5-b9f3-acaf8d4f280c' date '03/25/2019' time '08:21:44' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.440' message '' id '2ab0b6cc-e0af-4e50-bc2d-af02bb5e80b6' date '03/25/2019' time '08:13:05' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.439' message '' id '782aed02-330c-4ede-8745-778e5ed454bc' date '03/25/2019' time '08:03:48' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.438' message '' id '2efdd977-d947-4287-82e9-c534c60ef547' date '03/25/2019' time '07:51:10' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.437' message '' id '5af90177-73f2-41c9-95f5-a1b8fbdf1ea6' date '02/22/2019' time '10:03:20' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.436' message '' id '317a23f2-b5fa-4966-a892-d63e6631c52d' date '02/22/2019' time '10:01:00' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.435' message '' id 'f4aa70cf-1cc3-4690-b0dc-4148246a3c16' date '02/18/2019' time '10:56:20' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.434' message '' id 'c4aaadca-855f-4e90-8e70-fb4b8d26e619' date '02/18/2019' time '08:56:59' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.433' message '' id 'abde436c-a835-449d-83c9-730f77ba2c99' date '02/18/2019' time '06:53:45' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.432' message '' id '1a24a03e-99e2-4e14-a62a-ef0bdf5c8dfc' date '02/12/2019' time '07:32:21' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.431' message '' id 'b2a648a8-e035-4499-862f-aee4ad722a85' date '02/12/2019' time '07:14:25' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.430' message '' id '1f2ce13c-f985-44dd-8456-d6647fbda53d' date '02/12/2019' time '04:51:54' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.429' message '' id 'e5ebbc40-9e85-424f-9f62-91ccf1ccb6f1' date '02/11/2019' time '11:17:46' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.428' message '' id '46451ed2-aa86-4a69-b9f4-7fff9f63f80c' date '02/11/2019' time '07:56:53' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.427' message '' id '0c68493e-17e9-4ce1-a99a-78837da0f129' date '02/11/2019' time '07:16:46' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.426' message '' id 'bb390559-05b5-4526-bde2-0ad72ff0082e' date '02/08/2019' time '12:08:07' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.425' message '' id '203c0390-f96d-4731-ba03-6b6a4a750f3d' date '02/08/2019' time '11:05:23' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.424' message '' id 'c31e0b8a-44d4-4e0a-998f-32bc44a12833' date '02/08/2019' time '04:57:58' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.423' message '' id '6b0421a2-ff8e-4bfe-b154-ff459db56252' date '02/07/2019' time '09:36:24' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.422' message '' id '6ccc93da-3d0f-4ae7-93fc-a7166c82a696' date '02/07/2019' time '09:20:26' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.421' message '' id 'e3c2b0a7-02fb-406d-98e6-aa7f9efb6380' date '02/07/2019' time '07:34:48' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.420' message '' id '9367fa40-b2de-4088-97d0-a0c31e649f32' date '02/07/2019' time '06:42:33' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.419' message '' id '18429ae3-b9c3-4c2c-9586-08a93d6230d7' date '02/07/2019' time '04:31:30' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.418' message '' id '66909e13-26fc-4b1b-b98c-32cd04d70027' date '02/07/2019' time '02:50:16' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.417' message '' id 'f87249a8-d2bb-48d1-91d0-88469670530b' date '02/07/2019' time '02:33:29' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.416' message '' id '425f7b1d-ce27-423d-81ce-d4d80e4dc46b' date '02/06/2019' time '09:06:44' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.415' message '' id '8d55f267-8427-449c-973c-356ddfd5af2d' date '02/05/2019' time '07:08:32' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.414' message '' id '7f6c75e8-dcac-49d3-ac82-6ea49b9a4016' date '02/05/2019' time '06:13:24' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.413' message '' id 'c07a50f5-3da7-4ae8-88d4-6a7931d6d417' date '02/04/2019' time '11:25:33' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.412' message '' id '1653d2f3-8257-4346-ace5-225cbd5ce985' date '02/04/2019' time '09:26:30' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.411' message '' id '1f662896-a297-408f-b023-c817ed1bce7e' date '02/01/2019' time '11:41:28' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.410' message '' id 'de40843d-3629-49cd-bcf9-1ededfd73d7f' date '02/01/2019' time '09:25:00' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.409' message '' id '55e03d37-bdb7-4780-b64e-62b40e804a57' date '02/01/2019' time '08:47:04' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.408' message '' id 'b4479735-ceee-4ad1-93dc-aaeeae0df542' date '02/01/2019' time '08:13:02' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.407' message '' id '4a7a2230-1c4a-4e26-bb75-51098d8cab5b' date '02/01/2019' time '06:46:13' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.406' message '' id '9a06da2c-2de5-46d0-a724-3b6974278281' date '01/31/2019' time '03:25:09' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.405' message '' id '0f98c009-d90b-43d7-8c4a-dc60e3ab4418' date '01/31/2019' time '03:13:39' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.404' message '' id '64c438c6-b948-4d6d-88c9-d52351af485d' date '01/31/2019' time '03:05:50' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.403' message '' id '38e2e5de-26ff-4037-815c-90b414f1070e' date '01/30/2019' time '10:55:34' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.402' message '' id '25161438-6a24-4907-a332-0313dfb552ae' date '01/30/2019' time '10:29:33' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.401' message '' id '26734d77-9a58-49dd-954c-057f2008190b' date '01/30/2019' time '10:20:21' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.400' message '' id 'bedc81f7-6ed6-4082-b40a-b04781c14618' date '01/25/2019' time '11:43:52' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.399' message '' id '3c0fce5e-2728-4408-bc4a-b1272754fb68' date '01/24/2019' time '05:06:45' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.398' message '' id '56f6a0c4-27db-49a5-bd63-1aded15148cb' date '01/24/2019' time '04:22:32' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.397' message '' id '99209b52-eda3-477d-b4dd-a9bd13f62a61' date '01/24/2019' time '03:06:05' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.396' message '' id '50659b0a-8080-4e6b-9ad1-0962ecc922f8' date '01/23/2019' time '11:56:40' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.395' message '' id '48f8a698-3d00-4ceb-a1b3-dad27660419e' date '01/23/2019' time '11:38:22' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.394' message '' id '6a8209d0-bd90-4888-a357-53d07c032ff8' date '01/23/2019' time '11:12:45' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.393' message '' id 'bd301782-21d5-463f-b1c8-65752059589a' date '01/23/2019' time '10:56:06' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.392' message '' id '39bd6cc3-106f-4e92-9874-e5c0f5aa6184' date '01/23/2019' time '09:58:28' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.391' message '' id '239f2637-19fa-4adc-a3e7-3856bce82431' date '01/22/2019' time '08:08:42' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.390' message '' id '4f624904-a94d-4925-beed-ffdfe9ac5ed3' date '01/22/2019' time '03:36:54' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.389' message '' id '545b73bb-a0e4-4d2f-bd5d-31f2dd162a85' date '01/21/2019' time '10:28:52' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.388' message '' id '0f3dc747-189f-44ee-aeaf-eaf97156477c' date '01/21/2019' time '09:35:33' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.387' message '' id '1ded0526-7abc-4304-98f2-30543df59a6c' date '01/21/2019' time '08:34:33' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.386' message '' id 'a8ffa4d4-d8d7-45da-99f4-c97d8539352e' date '01/21/2019' time '07:38:52' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.385' message '' id 'f974b412-8e6e-4e93-bb94-b2a30d9dcf82' date '01/18/2019' time '10:57:54' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.384' message '' id 'c5fe13c3-82b3-4e77-a939-47178811fbed' date '01/18/2019' time '08:18:59' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.383' message '' id '2dc5e1d9-1ae4-43ce-b087-24204b379d1a' date '01/18/2019' time '07:55:31' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.382' message '' id 'e135a8b7-1581-4ed8-92a7-980a26a91f4d' date '01/18/2019' time '07:06:32' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.381' message '' id '13c1c2b4-270a-46d2-bf12-3db93e5f742a' date '01/17/2019' time '03:26:53' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.380' message '' id '6ff0dfb2-39d3-4d87-b057-5125e3a5a781' date '12/31/2018' time '04:11:54' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.379' message '' id '1d7e14ac-3133-419b-9715-d9e0084aafbf' date '12/31/2018' time '03:37:43' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.378' message '' id '8cef871c-db93-4593-a4b7-7e496795bd78' date '12/28/2018' time '06:41:15' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.377' message '' id 'f86d9e58-2fe8-4518-b331-8f96d6d433eb' date '12/26/2018' time '04:40:38' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.376' message '' id 'eabb84df-15e0-4b49-8c57-c32a44789176' date '12/26/2018' time '04:20:37' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.375' message '' id 'c2f2edb5-c5fe-4a06-ab96-9f15a1acc924' date '12/26/2018' time '04:06:44' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.374' message '' id '1b04c561-3081-4d79-82ba-8251b475648b' date '12/18/2018' time '11:43:10' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.373' message '' id '6e307f1a-ad1e-4959-bd14-343203a75f2e' date '12/13/2018' time '05:08:17' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.372' message '' id '5ac1ed15-a69d-44e2-9e96-e1ea89e27360' date '12/12/2018' time '10:24:30' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.371' message '' id '4fcc1fe3-dfdf-46f1-a69c-106b3e8742c7' date '12/04/2018' time '07:48:30' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.370' message '' id 'f3345c77-08dd-43b4-a607-a9f1dd45c0d5' date '11/30/2018' time '08:57:27' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.369' message '' id '4a3e1fef-f605-47fb-938d-b1e3f7cb41f1' date '11/29/2018' time '04:37:28' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.368' message '' id '361f608e-b525-48b1-9c69-6d7837949bda' date '11/28/2018' time '11:18:55' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.367' message '' id '954487af-cadf-41a5-88c6-c1e4f432b08a' date '11/28/2018' time '08:37:58' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.2' message '' id '7d530924-aa9c-4704-b63f-abb6ca75993f' date '11/28/2018' time '08:37:38' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.1' message '' id '2169c967-0260-46fd-9770-fa0436e40c08' date '11/28/2018' time '08:34:40' author 'brunobb' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file +(name 'BpmWebBackoffice-brunobb.529' message '' id 'f736f203-5d99-42f6-8cae-13c75b16b77c' date '08/19/2020' time '04:55:55' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.528' message '' id 'a9f8771e-c2cf-44a1-b306-1b14d2f0be6e' date '08/10/2020' time '14:39:06' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.527' message '' id '4a42a7d7-3c54-430f-b318-e1b7c2e23ed7' date '08/10/2020' time '14:09:58' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.526' message '' id 'd811dd53-6ba8-4e9a-8886-7a26fb341c2c' date '08/06/2020' time '10:42:50' author 'brunobb' ancestors ((name 'BpmWebBackoffice-bruno.525' message '' id '5e4aabe1-7d1f-4e8f-96df-a8d81380fc79' date '07/23/2020' time '12:24:38' author 'bruno' ancestors ((name 'BpmWebBackoffice-bruno.524' message '' id '4c387cb1-b676-4c93-9dcd-2f06ef1cd299' date '07/22/2020' time '16:15:06' author 'bruno' ancestors ((name 'BpmWebBackoffice-brunobb.523' message '' id '0b3d5085-5a4b-4bbe-a4bb-e2599138a668' date '06/12/2020' time '12:54:31' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.522' message '' id '3eff44d0-4d8b-43d2-bbc8-57240a59c1aa' date '05/21/2020' time '10:58:22' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.521' message '' id '516ece15-7db2-4942-be7e-2e9a13addfad' date '05/16/2020' time '13:44:58' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.520' message '' id 'cf308433-2e43-4e96-b12b-233d38ddc263' date '05/16/2020' time '13:24:09' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.519' message '' id '8b8b5b25-9260-4d53-a1f3-4a8a7570f821' date '05/16/2020' time '12:25:53' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.518' message '' id 'e64206dd-e5d3-4125-866a-9b2a0aa3917c' date '05/16/2020' time '12:04:04' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.517' message '' id '6a509dd4-a06d-4289-9c1e-8f979d6efd3f' date '04/10/2020' time '16:35:51' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.516' message '' id 'c5962b96-60a7-440f-b608-669ee0c54520' date '04/10/2020' time '16:26:03' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.515' message '' id '6b155d01-3300-44aa-80e7-9dcccb7102c3' date '03/20/2020' time '11:03:43' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.514' message '' id '757a223b-ca23-41cd-a4bf-560b08d6af3a' date '03/05/2020' time '08:59:27' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.513' message '' id 'aae61763-9539-426c-a8ff-eab702979ee6' date '02/17/2020' time '07:43:56' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.512' message '' id '1725f487-4a55-4438-b5f2-55c2a7394b3e' date '02/17/2020' time '07:30:02' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.511' message '' id 'd7958151-f40c-4a1a-a163-f9bf0870659b' date '02/17/2020' time '07:18:15' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.510' message '' id '7104c7af-8db6-42a6-8097-b4e289af47ab' date '02/17/2020' time '07:10:37' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.509' message '' id '39035891-cced-4f20-a818-4b8002495f28' date '02/14/2020' time '10:47:15' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.508' message '' id '7030d026-6f78-498b-94a7-530f4743b572' date '02/14/2020' time '09:53:02' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.507' message '' id '6cf8be7b-6280-472a-9569-8e7c14b62975' date '02/13/2020' time '07:34:27' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.506' message '' id '8a10aff6-2879-4df2-92b1-1f4088fd457c' date '02/12/2020' time '10:02:49' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.505' message '' id 'f5b8fecd-23f8-49a8-be0b-87159736fbba' date '02/11/2020' time '08:14:16' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.504' message '' id '864f0739-7ee5-4728-958e-e9728baee196' date '02/10/2020' time '11:34:56' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.503' message '' id '7a527cba-6af8-4674-a124-94c2438fde7b' date '02/10/2020' time '09:01:23' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.502' message '' id '21b45930-baff-4bfc-8588-7fd6d7e51a3f' date '02/07/2020' time '09:12:38' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.501' message '' id '30932f38-e066-48b9-9e67-890cf75f8cfc' date '02/07/2020' time '09:00:18' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.500' message '' id 'fa03df20-8caa-48ef-9c17-2d996b14bd7b' date '02/07/2020' time '08:29:15' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.499' message '' id 'e6920ee2-c4fc-4538-a300-f430789fbddd' date '02/07/2020' time '08:20:19' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.498' message '' id 'd44edab1-480b-4bfa-96ae-bdf54b043d66' date '02/07/2020' time '08:16:04' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.497' message '' id '04ce65e3-d6e4-441b-abf6-9b17b5f2a066' date '02/06/2020' time '11:10:26' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.496' message '' id 'fa7f87cf-0580-4c97-b480-d6ae5adabef4' date '02/06/2020' time '08:08:58' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.495' message '' id 'e82408af-cd9c-4c44-88a7-d9f8e81ebd39' date '02/04/2020' time '10:46:01' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.494' message '' id '9f9b151a-97ce-4b7d-8f01-1201f3341a82' date '02/02/2020' time '12:07:38' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.493' message '' id 'b8bf9d2c-e29e-4412-8cc3-7c1de171cf2f' date '01/29/2020' time '10:01:00' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.492' message '' id '63b8591b-e385-4ace-9cf4-9503daae7425' date '01/28/2020' time '11:16:55' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.491' message '' id 'cb8a1a63-304e-40b6-91ed-86e7844b15f7' date '01/28/2020' time '09:29:25' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.490' message '' id '9ea0f4b0-14f3-4b77-b1eb-89b378e0dbef' date '01/28/2020' time '03:32:24' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.489' message '' id '1cddc737-5149-4307-a168-77a1780d8006' date '01/28/2020' time '02:40:14' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.488' message '' id '52966506-1007-4029-8cdb-7f3033431680' date '01/27/2020' time '10:41:33' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.487' message '' id '047f7618-1850-4a75-9ba9-82f7dc252678' date '01/27/2020' time '10:36:33' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.486' message '' id '73379502-77ed-4f68-8b3f-c4ecc7804750' date '01/14/2020' time '04:14:04' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.485' message '' id 'c1e406ee-c773-4ae4-8a7d-2ffece8e3a08' date '01/14/2020' time '03:35:23' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.484' message '' id '04359d18-6ed0-41b5-8a1a-8cd42caeae6e' date '12/30/2019' time '09:24:06' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.483' message '' id 'cfca7d2c-25f5-41c6-a5e2-59b29edca2f9' date '12/30/2019' time '08:28:03' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.482' message '' id '53e8ed0a-ebb6-4123-ad13-1b06ccd283b2' date '12/30/2019' time '08:26:07' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.481' message '' id '815ca16f-2013-4c7c-837e-74b8f7b8b486' date '12/28/2019' time '09:07:28' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.480' message '' id '321bf4f1-0e11-48a2-b619-e2454daa7b29' date '12/16/2019' time '06:56:28' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.479' message '' id 'b77c719a-e106-40a8-a2aa-0b5db91eebcf' date '12/13/2019' time '14:08:44' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.478' message '' id '5b9dc857-625b-4918-b861-8056276edb9a' date '12/06/2019' time '12:17:01' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.477' message '' id 'b677adad-be16-4738-bd66-848b6fe378d1' date '12/06/2019' time '10:30:23' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.476' message '' id '15ab7511-d394-4a5f-a9ff-5161d157f385' date '12/06/2019' time '10:11:28' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.475' message '' id '20e1c13d-a67f-4c10-b97a-498f869c903c' date '12/06/2019' time '09:29:57' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.474' message '' id '8dddef24-40c1-4f93-afc9-96a8dce70c9d' date '11/26/2019' time '06:28:59' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.473' message '' id 'ac8a0454-ad77-454f-8ee4-6c96a2d1b294' date '11/25/2019' time '11:11:22' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.472' message '' id '0f6ccbaf-5a92-4055-b2b1-a773325afd58' date '11/12/2019' time '09:02:59' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.471' message '' id 'bbf58fef-32e6-44c5-9d87-e24ef97dbdb8' date '11/12/2019' time '08:48:49' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.470' message '' id '5cf8bb02-fc8b-4022-a71b-48fde95b8aca' date '11/12/2019' time '08:05:43' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.469' message '' id 'd4f31ea2-c7f1-4b94-8598-1c3ff493e536' date '11/12/2019' time '03:34:31' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.468' message '' id '4b861834-0541-4ed4-9d8d-5894cce20655' date '11/08/2019' time '11:52:58' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.467' message '' id '4a9bf505-0d4a-453f-a0bd-99d98d4db7bf' date '10/15/2019' time '08:56:06' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.466' message '' id '667dd3ad-3136-46c3-bc3e-b8bdc685affa' date '10/15/2019' time '08:37:10' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.465' message '' id 'a869474b-3249-47fd-bbde-dd7898bd1cc7' date '10/11/2019' time '07:09:41' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.464' message '' id 'e3cf6498-fad2-4807-8eed-543045f4349e' date '10/07/2019' time '11:21:40' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.463' message '' id 'fee90289-2a56-495b-a6b8-ad55528e1fe5' date '10/02/2019' time '11:12:02' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.462' message '' id '73101e5e-36e9-49eb-95ff-860d7bd5d5c6' date '10/01/2019' time '07:46:56' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.461' message '' id '9b18970d-6278-444a-8144-58b8922ac69c' date '09/25/2019' time '12:41:00' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.460' message '' id 'fd1d3211-d5f5-4e57-99da-e06dec210cff' date '09/25/2019' time '12:39:23' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.459' message '' id '7195d454-5236-4712-ace2-25c360f764df' date '09/25/2019' time '08:27:29' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.458' message '' id 'b4ed5463-c325-42cf-94a1-1d480c5aa3bb' date '09/23/2019' time '10:10:59' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.457' message '' id '303c972f-f633-4825-92a9-b3f1b742ee77' date '07/12/2019' time '13:07:11' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.456' message '' id 'f171efb1-0d55-4a36-b4f9-ca1dd9e0e20f' date '05/31/2019' time '13:02:21' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.455' message '' id '57d25909-9fdc-4331-a209-c653c8c875d9' date '05/31/2019' time '12:36:33' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.454' message '' id 'e7265957-c74a-4175-a953-944ee0a03bbb' date '05/31/2019' time '12:34:28' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.453' message '' id '692e6013-7ba1-42ae-a079-de6a8b0b12d8' date '05/31/2019' time '12:31:52' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.452' message '' id '0fe156a2-8020-4a42-8bca-e7eae19f674d' date '05/31/2019' time '12:28:20' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.451' message '' id '374d23cf-4ddd-4321-a741-715d7a2f74c8' date '05/31/2019' time '11:39:35' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.450' message '' id '3757d37f-5313-42e6-aa01-0cdeec1aeedd' date '05/31/2019' time '11:07:25' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.449' message '' id '5714a3ac-41f5-42b4-a146-b3ed2fb4ebd5' date '05/28/2019' time '05:29:04' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.448' message '' id '6149d36d-6fee-4416-9b4c-c280f507ca8a' date '05/27/2019' time '12:55:25' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.447' message '' id 'd9197bde-f2b0-48e9-ad26-02825276e13a' date '05/27/2019' time '11:01:29' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.446' message '' id 'cb02b841-d299-4b1a-a872-d1e79f53edcc' date '05/24/2019' time '12:41:59' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.445' message '' id '8949b42d-481a-4fef-a408-29f795ef0219' date '05/16/2019' time '10:33:34' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.444' message '' id '9dfc6bf4-f4ad-41a3-9da2-e0012bfde56a' date '03/25/2019' time '09:14:08' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.443' message '' id 'a3918f3d-3549-4981-979e-09adca1a68eb' date '03/25/2019' time '08:52:07' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.442' message '' id '09216fc7-ab4b-4bbf-8b6b-b5d1e634647e' date '03/25/2019' time '08:38:26' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.441' message '' id '49eb55f7-f5c8-4aa5-b9f3-acaf8d4f280c' date '03/25/2019' time '08:21:44' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.440' message '' id '2ab0b6cc-e0af-4e50-bc2d-af02bb5e80b6' date '03/25/2019' time '08:13:05' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.439' message '' id '782aed02-330c-4ede-8745-778e5ed454bc' date '03/25/2019' time '08:03:48' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.438' message '' id '2efdd977-d947-4287-82e9-c534c60ef547' date '03/25/2019' time '07:51:10' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.437' message '' id '5af90177-73f2-41c9-95f5-a1b8fbdf1ea6' date '02/22/2019' time '10:03:20' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.436' message '' id '317a23f2-b5fa-4966-a892-d63e6631c52d' date '02/22/2019' time '10:01:00' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.435' message '' id 'f4aa70cf-1cc3-4690-b0dc-4148246a3c16' date '02/18/2019' time '10:56:20' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.434' message '' id 'c4aaadca-855f-4e90-8e70-fb4b8d26e619' date '02/18/2019' time '08:56:59' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.433' message '' id 'abde436c-a835-449d-83c9-730f77ba2c99' date '02/18/2019' time '06:53:45' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.432' message '' id '1a24a03e-99e2-4e14-a62a-ef0bdf5c8dfc' date '02/12/2019' time '07:32:21' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.431' message '' id 'b2a648a8-e035-4499-862f-aee4ad722a85' date '02/12/2019' time '07:14:25' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.430' message '' id '1f2ce13c-f985-44dd-8456-d6647fbda53d' date '02/12/2019' time '04:51:54' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.429' message '' id 'e5ebbc40-9e85-424f-9f62-91ccf1ccb6f1' date '02/11/2019' time '11:17:46' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.428' message '' id '46451ed2-aa86-4a69-b9f4-7fff9f63f80c' date '02/11/2019' time '07:56:53' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.427' message '' id '0c68493e-17e9-4ce1-a99a-78837da0f129' date '02/11/2019' time '07:16:46' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.426' message '' id 'bb390559-05b5-4526-bde2-0ad72ff0082e' date '02/08/2019' time '12:08:07' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.425' message '' id '203c0390-f96d-4731-ba03-6b6a4a750f3d' date '02/08/2019' time '11:05:23' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.424' message '' id 'c31e0b8a-44d4-4e0a-998f-32bc44a12833' date '02/08/2019' time '04:57:58' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.423' message '' id '6b0421a2-ff8e-4bfe-b154-ff459db56252' date '02/07/2019' time '09:36:24' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.422' message '' id '6ccc93da-3d0f-4ae7-93fc-a7166c82a696' date '02/07/2019' time '09:20:26' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.421' message '' id 'e3c2b0a7-02fb-406d-98e6-aa7f9efb6380' date '02/07/2019' time '07:34:48' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.420' message '' id '9367fa40-b2de-4088-97d0-a0c31e649f32' date '02/07/2019' time '06:42:33' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.419' message '' id '18429ae3-b9c3-4c2c-9586-08a93d6230d7' date '02/07/2019' time '04:31:30' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.418' message '' id '66909e13-26fc-4b1b-b98c-32cd04d70027' date '02/07/2019' time '02:50:16' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.417' message '' id 'f87249a8-d2bb-48d1-91d0-88469670530b' date '02/07/2019' time '02:33:29' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.416' message '' id '425f7b1d-ce27-423d-81ce-d4d80e4dc46b' date '02/06/2019' time '09:06:44' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.415' message '' id '8d55f267-8427-449c-973c-356ddfd5af2d' date '02/05/2019' time '07:08:32' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.414' message '' id '7f6c75e8-dcac-49d3-ac82-6ea49b9a4016' date '02/05/2019' time '06:13:24' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.413' message '' id 'c07a50f5-3da7-4ae8-88d4-6a7931d6d417' date '02/04/2019' time '11:25:33' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.412' message '' id '1653d2f3-8257-4346-ace5-225cbd5ce985' date '02/04/2019' time '09:26:30' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.411' message '' id '1f662896-a297-408f-b023-c817ed1bce7e' date '02/01/2019' time '11:41:28' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.410' message '' id 'de40843d-3629-49cd-bcf9-1ededfd73d7f' date '02/01/2019' time '09:25:00' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.409' message '' id '55e03d37-bdb7-4780-b64e-62b40e804a57' date '02/01/2019' time '08:47:04' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.408' message '' id 'b4479735-ceee-4ad1-93dc-aaeeae0df542' date '02/01/2019' time '08:13:02' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.407' message '' id '4a7a2230-1c4a-4e26-bb75-51098d8cab5b' date '02/01/2019' time '06:46:13' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.406' message '' id '9a06da2c-2de5-46d0-a724-3b6974278281' date '01/31/2019' time '03:25:09' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.405' message '' id '0f98c009-d90b-43d7-8c4a-dc60e3ab4418' date '01/31/2019' time '03:13:39' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.404' message '' id '64c438c6-b948-4d6d-88c9-d52351af485d' date '01/31/2019' time '03:05:50' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.403' message '' id '38e2e5de-26ff-4037-815c-90b414f1070e' date '01/30/2019' time '10:55:34' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.402' message '' id '25161438-6a24-4907-a332-0313dfb552ae' date '01/30/2019' time '10:29:33' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.401' message '' id '26734d77-9a58-49dd-954c-057f2008190b' date '01/30/2019' time '10:20:21' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.400' message '' id 'bedc81f7-6ed6-4082-b40a-b04781c14618' date '01/25/2019' time '11:43:52' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.399' message '' id '3c0fce5e-2728-4408-bc4a-b1272754fb68' date '01/24/2019' time '05:06:45' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.398' message '' id '56f6a0c4-27db-49a5-bd63-1aded15148cb' date '01/24/2019' time '04:22:32' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.397' message '' id '99209b52-eda3-477d-b4dd-a9bd13f62a61' date '01/24/2019' time '03:06:05' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.396' message '' id '50659b0a-8080-4e6b-9ad1-0962ecc922f8' date '01/23/2019' time '11:56:40' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.395' message '' id '48f8a698-3d00-4ceb-a1b3-dad27660419e' date '01/23/2019' time '11:38:22' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.394' message '' id '6a8209d0-bd90-4888-a357-53d07c032ff8' date '01/23/2019' time '11:12:45' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.393' message '' id 'bd301782-21d5-463f-b1c8-65752059589a' date '01/23/2019' time '10:56:06' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.392' message '' id '39bd6cc3-106f-4e92-9874-e5c0f5aa6184' date '01/23/2019' time '09:58:28' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.391' message '' id '239f2637-19fa-4adc-a3e7-3856bce82431' date '01/22/2019' time '08:08:42' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.390' message '' id '4f624904-a94d-4925-beed-ffdfe9ac5ed3' date '01/22/2019' time '03:36:54' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.389' message '' id '545b73bb-a0e4-4d2f-bd5d-31f2dd162a85' date '01/21/2019' time '10:28:52' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.388' message '' id '0f3dc747-189f-44ee-aeaf-eaf97156477c' date '01/21/2019' time '09:35:33' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.387' message '' id '1ded0526-7abc-4304-98f2-30543df59a6c' date '01/21/2019' time '08:34:33' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.386' message '' id 'a8ffa4d4-d8d7-45da-99f4-c97d8539352e' date '01/21/2019' time '07:38:52' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.385' message '' id 'f974b412-8e6e-4e93-bb94-b2a30d9dcf82' date '01/18/2019' time '10:57:54' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.384' message '' id 'c5fe13c3-82b3-4e77-a939-47178811fbed' date '01/18/2019' time '08:18:59' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.383' message '' id '2dc5e1d9-1ae4-43ce-b087-24204b379d1a' date '01/18/2019' time '07:55:31' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.382' message '' id 'e135a8b7-1581-4ed8-92a7-980a26a91f4d' date '01/18/2019' time '07:06:32' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.381' message '' id '13c1c2b4-270a-46d2-bf12-3db93e5f742a' date '01/17/2019' time '03:26:53' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.380' message '' id '6ff0dfb2-39d3-4d87-b057-5125e3a5a781' date '12/31/2018' time '04:11:54' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.379' message '' id '1d7e14ac-3133-419b-9715-d9e0084aafbf' date '12/31/2018' time '03:37:43' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.378' message '' id '8cef871c-db93-4593-a4b7-7e496795bd78' date '12/28/2018' time '06:41:15' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.377' message '' id 'f86d9e58-2fe8-4518-b331-8f96d6d433eb' date '12/26/2018' time '04:40:38' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.376' message '' id 'eabb84df-15e0-4b49-8c57-c32a44789176' date '12/26/2018' time '04:20:37' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.375' message '' id 'c2f2edb5-c5fe-4a06-ab96-9f15a1acc924' date '12/26/2018' time '04:06:44' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.374' message '' id '1b04c561-3081-4d79-82ba-8251b475648b' date '12/18/2018' time '11:43:10' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.373' message '' id '6e307f1a-ad1e-4959-bd14-343203a75f2e' date '12/13/2018' time '05:08:17' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.372' message '' id '5ac1ed15-a69d-44e2-9e96-e1ea89e27360' date '12/12/2018' time '10:24:30' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.371' message '' id '4fcc1fe3-dfdf-46f1-a69c-106b3e8742c7' date '12/04/2018' time '07:48:30' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.370' message '' id 'f3345c77-08dd-43b4-a607-a9f1dd45c0d5' date '11/30/2018' time '08:57:27' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.369' message '' id '4a3e1fef-f605-47fb-938d-b1e3f7cb41f1' date '11/29/2018' time '04:37:28' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.368' message '' id '361f608e-b525-48b1-9c69-6d7837949bda' date '11/28/2018' time '11:18:55' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.367' message '' id '954487af-cadf-41a5-88c6-c1e4f432b08a' date '11/28/2018' time '08:37:58' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.2' message '' id '7d530924-aa9c-4704-b63f-abb6ca75993f' date '11/28/2018' time '08:37:38' author 'brunobb' ancestors ((name 'BpmWebBackoffice-brunobb.1' message '' id '2169c967-0260-46fd-9770-fa0436e40c08' date '11/28/2018' time '08:34:40' author 'brunobb' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file diff --git a/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/failedImportProcesses..st b/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/failedImportProcesses..st deleted file mode 100644 index da2921e31..000000000 --- a/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/failedImportProcesses..st +++ /dev/null @@ -1,3 +0,0 @@ -Updating -failedImportProcesses: newValue - failedImportProcesses := newValue \ No newline at end of file diff --git a/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/failedImportProcesses.st b/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/failedImportProcesses.st deleted file mode 100644 index cb508482c..000000000 --- a/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/failedImportProcesses.st +++ /dev/null @@ -1,3 +0,0 @@ -Accessing -failedImportProcesses - ^failedImportProcesses \ No newline at end of file diff --git a/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/immutableProcesses.st b/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/immutableProcesses.st index 9236669ad..8ece0e6f4 100644 --- a/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/immutableProcesses.st +++ b/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/immutableProcesses.st @@ -2,6 +2,6 @@ process definition creation immutableProcesses "Answer a collection of Bpm processes with immutable flag on " - ^self processes select: [:each | | latestVersion | + ^processes select: [:each | | latestVersion | latestVersion := each getLatestVersion. latestVersion notNil and: [latestVersion isImmutable]] \ No newline at end of file diff --git a/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/importFailedOnAllProcesses.st b/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/importFailedOnAllProcesses.st deleted file mode 100644 index 0c42948d5..000000000 --- a/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/importFailedOnAllProcesses.st +++ /dev/null @@ -1,4 +0,0 @@ -process definition creation -importFailedOnAllProcesses - - ^self processes size = failedImportProcesses size \ No newline at end of file diff --git a/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/importResultText..st b/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/importResultText..st deleted file mode 100644 index 0f112180f..000000000 --- a/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/importResultText..st +++ /dev/null @@ -1,3 +0,0 @@ -Updating -importResultText: newValue - importResultText := newValue \ No newline at end of file diff --git a/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/importResultText.st b/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/importResultText.st deleted file mode 100644 index a023d6a02..000000000 --- a/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/importResultText.st +++ /dev/null @@ -1,3 +0,0 @@ -Accessing -importResultText - ^importResultText \ No newline at end of file diff --git a/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/participants.st b/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/participants.st deleted file mode 100644 index 15530ddb8..000000000 --- a/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/participants.st +++ /dev/null @@ -1,3 +0,0 @@ -Accessing -participants - ^participants \ No newline at end of file diff --git a/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/processes..st b/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/processes..st deleted file mode 100644 index 1a804b7a5..000000000 --- a/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/processes..st +++ /dev/null @@ -1,3 +0,0 @@ -Updating -processes: newValue - processes := newValue \ No newline at end of file diff --git a/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/processes.st b/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/processes.st deleted file mode 100644 index 02f5cb71d..000000000 --- a/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/processes.st +++ /dev/null @@ -1,3 +0,0 @@ -Accessing -processes - ^processes \ No newline at end of file diff --git a/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/processesCollect..st b/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/processesCollect..st new file mode 100644 index 000000000..0ac6db228 --- /dev/null +++ b/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/processesCollect..st @@ -0,0 +1,4 @@ +other +processesCollect: aBlock + + ^processes collect: aBlock \ No newline at end of file diff --git a/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/processesDo..st b/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/processesDo..st new file mode 100644 index 000000000..7f7831cc7 --- /dev/null +++ b/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/processesDo..st @@ -0,0 +1,4 @@ +other +processesDo: aBlock + + processes do: aBlock \ No newline at end of file diff --git a/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/processesMapping.st b/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/processesMapping.st deleted file mode 100644 index 711e39ada..000000000 --- a/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/processesMapping.st +++ /dev/null @@ -1,3 +0,0 @@ -Accessing -processesMapping - ^processesMapping \ No newline at end of file diff --git a/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/processesSize.st b/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/processesSize.st new file mode 100644 index 000000000..980de6c7f --- /dev/null +++ b/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/processesSize.st @@ -0,0 +1,4 @@ +other +processesSize + + ^processes size \ No newline at end of file diff --git a/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/storeGeneratedProcessesOnCache.st b/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/storeGeneratedProcessesOnCache.st index 9cc62740a..87f0575b2 100644 --- a/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/storeGeneratedProcessesOnCache.st +++ b/repository/BpmXpdl.package/BpmProcessGenerator.class/instance/storeGeneratedProcessesOnCache.st @@ -3,7 +3,7 @@ storeGeneratedProcessesOnCache "The receiver store on cache of class all new process definitions in instance variable" | newProcesses | - newProcesses := self processes collect: [:each | each addToCache]. + newProcesses := processes collect: [:each | each addToCache]. newProcesses do: [:eachDef | (self defaultProcessDefinitionClass getProcessDefinitionWith: eachDef id in: eachDef applicationName) isNil diff --git a/repository/BpmXpdl.package/BpmProcessGenerator.class/methodProperties.json b/repository/BpmXpdl.package/BpmProcessGenerator.class/methodProperties.json index ff85c3647..607f8bf85 100644 --- a/repository/BpmXpdl.package/BpmProcessGenerator.class/methodProperties.json +++ b/repository/BpmXpdl.package/BpmProcessGenerator.class/methodProperties.json @@ -1,37 +1,31 @@ { "class" : { - "on:" : "BrunoBB 10/31/2015 15:57" }, + "on:" : "brunobb 08/19/2020 04:53" }, "instance" : { - "attachEventsToTaskIn:withXPDL:" : "brunobb 08/07/2020 10:40", - "connectSubProcessTaskWithSubProcess" : "brunobb 08/07/2020 11:07", - "createEmbeddedSubProcessFor:basedOn:package:" : "brunobb 08/06/2020 10:08", - "createParticipantDefinitionsOf:" : "bruno 07/27/2020 14:57", - "failedImportProcesses" : "brunobb 04/02/2018 11:16", - "failedImportProcesses:" : "brunobb 04/02/2018 11:16", - "generateAllProcess" : "BrunoBB 06/27/2016 10:21", - "generateProcessBasedOnWorkflow:" : "BrunoBB 06/26/2016 13:47", - "generateProcessBasedOnWorkflow:for:" : "brunobb 03/12/2018 12:24", - "getProcessDefinitionClassFrom:" : "brunobb 01/31/2020 06:41", - "getProcessDefinitionNamed:ifNone:" : "BrunoBB 10/29/2015 13:53", - "hasImmutableProcesses" : "brunobb 11/05/2018 12:12", - "hasImportedProcesses" : "brunobb 05/29/2019 11:35", - "immutableProcesses" : "brunobb 11/05/2018 12:12", - "importFailedOnAllProcesses" : "brunobb 04/02/2018 11:20", - "importResultText" : "brunobb 04/02/2018 10:55", - "importResultText:" : "brunobb 04/02/2018 10:55", - "initialize" : "brunobb 04/02/2018 11:16", - "mapProcess:toApplication:" : "brunobb 10/07/2019 12:44", - "participants" : "BrunoBB 10/31/2015 16:29", - "participants:" : "BrunoBB 10/31/2015 16:29", - "populateBpmDefinition:withXPDL:for:" : "brunobb 08/07/2020 12:16", - "processes" : "BrunoBB 10/26/2015 17:48", - "processes:" : "BrunoBB 10/26/2015 17:48", - "processesMapping" : "BrunoBB 01/21/2016 12:34", - "processesMapping:" : "BrunoBB 01/21/2016 12:34", - "reset" : "brunobb 04/02/2018 11:04", - "storeGeneratedProcessesOnCache" : "brunobb 02/05/2020 03:33", - "successfulImport" : "brunobb 04/01/2018 08:31", - "successfulImport:" : "brunobb 04/01/2018 08:31", - "throwMappingExceptionFor:" : "BrunoBB 03/29/2016 15:27", - "xpdlPackages" : "BrunoBB 10/31/2015 15:54", - "xpdlPackages:" : "BrunoBB 10/31/2015 15:54" } } + "attachEventsToTaskIn:withXPDL:" : "brunobb 08/19/2020 04:53", + "connectSubProcessTaskWithSubProcess" : "brunobb 08/19/2020 04:53", + "createEmbeddedSubProcessFor:basedOn:package:" : "brunobb 08/19/2020 04:53", + "createParticipantDefinitionsOf:" : "brunobb 08/19/2020 04:53", + "generateAllProcess" : "brunobb 08/19/2020 04:53", + "generateProcessBasedOnWorkflow:" : "brunobb 08/19/2020 04:53", + "generateProcessBasedOnWorkflow:for:" : "brunobb 08/19/2020 04:53", + "getProcessDefinitionClassFrom:" : "brunobb 08/19/2020 04:53", + "getProcessDefinitionNamed:ifNone:" : "brunobb 08/19/2020 04:53", + "hasImmutableProcesses" : "brunobb 08/19/2020 04:53", + "hasImportedProcesses" : "brunobb 08/19/2020 04:53", + "immutableProcesses" : "brunobb 08/19/2020 04:53", + "initialize" : "brunobb 08/19/2020 04:53", + "mapProcess:toApplication:" : "brunobb 08/19/2020 04:53", + "participants:" : "brunobb 08/19/2020 04:53", + "populateBpmDefinition:withXPDL:for:" : "brunobb 08/19/2020 04:53", + "processesCollect:" : "brunobb 08/19/2020 04:53", + "processesDo:" : "brunobb 08/19/2020 04:53", + "processesMapping:" : "brunobb 08/19/2020 04:53", + "processesSize" : "brunobb 08/19/2020 04:53", + "reset" : "brunobb 08/19/2020 04:53", + "storeGeneratedProcessesOnCache" : "brunobb 08/19/2020 04:53", + "successfulImport" : "brunobb 08/19/2020 04:53", + "successfulImport:" : "brunobb 08/19/2020 04:53", + "throwMappingExceptionFor:" : "brunobb 08/19/2020 04:53", + "xpdlPackages" : "brunobb 08/19/2020 04:53", + "xpdlPackages:" : "brunobb 08/19/2020 04:53" } } diff --git a/repository/BpmXpdl.package/BpmProcessGenerator.class/properties.json b/repository/BpmXpdl.package/BpmProcessGenerator.class/properties.json index 071c3d6b7..ad48dc06a 100644 --- a/repository/BpmXpdl.package/BpmProcessGenerator.class/properties.json +++ b/repository/BpmXpdl.package/BpmProcessGenerator.class/properties.json @@ -11,7 +11,6 @@ "participants", "processesMapping", "successfulImport", - "importResultText", "failedImportProcesses" ], "name" : "BpmProcessGenerator", "pools" : [ diff --git a/repository/BpmXpdl.package/BpmXpdlImportProcess.class/instance/createBpmProcessesDefinitions.st b/repository/BpmXpdl.package/BpmXpdlImportProcess.class/instance/createBpmProcessesDefinitions.st index 985423dc5..2ce7ae7c4 100644 --- a/repository/BpmXpdl.package/BpmXpdlImportProcess.class/instance/createBpmProcessesDefinitions.st +++ b/repository/BpmXpdl.package/BpmXpdlImportProcess.class/instance/createBpmProcessesDefinitions.st @@ -5,4 +5,4 @@ createBpmProcessesDefinitions processGenerator generateAllProcess. - processesAsTree := self generatedProcesses collect: [:each | each asTree]. \ No newline at end of file + processesAsTree := self generatedCollect: [:each | each asTree]. \ No newline at end of file diff --git a/repository/BpmXpdl.package/BpmXpdlImportProcess.class/instance/generatedCollect..st b/repository/BpmXpdl.package/BpmXpdlImportProcess.class/instance/generatedCollect..st new file mode 100644 index 000000000..5caccff31 --- /dev/null +++ b/repository/BpmXpdl.package/BpmXpdlImportProcess.class/instance/generatedCollect..st @@ -0,0 +1,4 @@ +import +generatedCollect: aBlock + + ^processGenerator processesCollect: aBlock \ No newline at end of file diff --git a/repository/BpmXpdl.package/BpmXpdlImportProcess.class/instance/generatedProcesses.st b/repository/BpmXpdl.package/BpmXpdlImportProcess.class/instance/generatedProcesses.st deleted file mode 100644 index 3b62b06bb..000000000 --- a/repository/BpmXpdl.package/BpmXpdlImportProcess.class/instance/generatedProcesses.st +++ /dev/null @@ -1,5 +0,0 @@ -import -generatedProcesses - "The receiver answer a collection with all generated processes" - - ^processGenerator processes \ No newline at end of file diff --git a/repository/BpmXpdl.package/BpmXpdlImportProcess.class/instance/generatedProcessesDo..st b/repository/BpmXpdl.package/BpmXpdlImportProcess.class/instance/generatedProcessesDo..st new file mode 100644 index 000000000..3076036f1 --- /dev/null +++ b/repository/BpmXpdl.package/BpmXpdlImportProcess.class/instance/generatedProcessesDo..st @@ -0,0 +1,4 @@ +import +generatedProcessesDo: aBlock + + ^processGenerator processesDo: aBlock \ No newline at end of file diff --git a/repository/BpmXpdl.package/BpmXpdlImportProcess.class/instance/generatedProcessesSize.st b/repository/BpmXpdl.package/BpmXpdlImportProcess.class/instance/generatedProcessesSize.st new file mode 100644 index 000000000..6fdb5eb5c --- /dev/null +++ b/repository/BpmXpdl.package/BpmXpdlImportProcess.class/instance/generatedProcessesSize.st @@ -0,0 +1,4 @@ +import +generatedProcessesSize + + ^processGenerator processesSize \ No newline at end of file diff --git a/repository/BpmXpdl.package/BpmXpdlImportProcess.class/instance/getProcessesAsTree.st b/repository/BpmXpdl.package/BpmXpdlImportProcess.class/instance/getProcessesAsTree.st index 696683a1c..d74878dde 100644 --- a/repository/BpmXpdl.package/BpmXpdlImportProcess.class/instance/getProcessesAsTree.st +++ b/repository/BpmXpdl.package/BpmXpdlImportProcess.class/instance/getProcessesAsTree.st @@ -3,6 +3,6 @@ getProcessesAsTree "The receiver answer . It is possible for to be if other issued were found before checking transitions code" - processesAsTree ifNil: [processesAsTree := self generatedProcesses collect: [:each | each asTree]]. + processesAsTree ifNil: [processesAsTree := self generatedCollect: [:each | each asTree]]. ^processesAsTree \ No newline at end of file diff --git a/repository/BpmXpdl.package/BpmXpdlImportProcess.class/instance/numberOfGeneratedProcesses.st b/repository/BpmXpdl.package/BpmXpdlImportProcess.class/instance/numberOfGeneratedProcesses.st index 32d154a2a..8261bf90a 100644 --- a/repository/BpmXpdl.package/BpmXpdlImportProcess.class/instance/numberOfGeneratedProcesses.st +++ b/repository/BpmXpdl.package/BpmXpdlImportProcess.class/instance/numberOfGeneratedProcesses.st @@ -1,4 +1,4 @@ other numberOfGeneratedProcesses - ^processGenerator processes size \ No newline at end of file + ^processGenerator processesSize \ No newline at end of file diff --git a/repository/BpmXpdl.package/BpmXpdlImportProcess.class/methodProperties.json b/repository/BpmXpdl.package/BpmXpdlImportProcess.class/methodProperties.json index 34424c24f..846e4eea6 100644 --- a/repository/BpmXpdl.package/BpmXpdlImportProcess.class/methodProperties.json +++ b/repository/BpmXpdl.package/BpmXpdlImportProcess.class/methodProperties.json @@ -9,7 +9,7 @@ "bpmEnvironment" : "brunobb 12/18/2018 11:28", "bpmEnvironment:" : "brunobb 12/18/2018 11:28", "checkFilesFormatOf:" : "brunobb 05/29/2019 11:37", - "createBpmProcessesDefinitions" : "brunobb 12/18/2018 11:28", + "createBpmProcessesDefinitions" : "brunobb 08/19/2020 04:41", "createXpdlFileApplicationMapping" : "brunobb 02/10/2020 10:20", "createXpdlPackageApplicationMapping" : "brunobb 02/10/2020 10:20", "detectedItems" : "brunobb 09/27/2019 09:48", @@ -18,7 +18,9 @@ "fileFormatErrors" : "brunobb 12/18/2018 11:28", "fileFormatErrors:" : "brunobb 12/18/2018 11:28", "fileFormatIncludesKey:" : "brunobb 12/18/2018 11:28", - "generatedProcesses" : "brunobb 05/29/2019 11:38", + "generatedCollect:" : "brunobb 08/19/2020 04:40", + "generatedProcessesDo:" : "brunobb 08/19/2020 04:39", + "generatedProcessesSize" : "brunobb 08/19/2020 04:41", "getApplicationFor:" : "brunobb 02/10/2020 09:17", "getItemsImportReportFor:" : "brunobb 10/02/2019 07:49", "getMappedApplicationNameAt:" : "brunobb 12/18/2018 11:28", @@ -26,7 +28,7 @@ "getNumberOfProcesses" : "brunobb 12/18/2018 11:28", "getPossibleInvalidConditions" : "brunobb 05/29/2019 11:39", "getProcessDefinitionNamed:ifNone:" : "brunobb 05/16/2019 05:57", - "getProcessesAsTree" : "brunobb 01/30/2019 10:19", + "getProcessesAsTree" : "brunobb 08/19/2020 04:41", "getXpdlPackageForFileNamed:" : "brunobb 12/18/2018 11:28", "getXpdlPackages" : "brunobb 12/18/2018 11:28", "hasFormatErrors" : "brunobb 12/18/2018 11:28", @@ -48,7 +50,7 @@ "indexXpdlFileMapperSize" : "brunobb 12/18/2018 11:28", "initialize" : "brunobb 12/18/2018 11:28", "isImportSuccessful" : "brunobb 12/18/2018 11:28", - "numberOfGeneratedProcesses" : "brunobb 12/18/2018 11:28", + "numberOfGeneratedProcesses" : "brunobb 08/19/2020 04:51", "offendingWorkflows" : "brunobb 12/13/2019 10:31", "offendingXPDLobjects" : "brunobb 10/01/2019 06:00", "processGenerator" : "brunobb 12/18/2018 11:28", diff --git a/repository/BpmXpdl.package/monticello.meta/version b/repository/BpmXpdl.package/monticello.meta/version index 716986a4b..a4e268cda 100644 --- a/repository/BpmXpdl.package/monticello.meta/version +++ b/repository/BpmXpdl.package/monticello.meta/version @@ -1 +1 @@ -(name 'BpmXpdl-brunobb.167' message '' id '73814f3c-85bc-42d1-b8f7-d6a27d9086cc' date '08/12/2020' time '11:27:10' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.166' message '' id 'e7f6cf23-0459-4080-b783-9ed9b10111d0' date '08/12/2020' time '10:42:36' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.165' message '' id '79eb99cf-ad68-4ad1-be46-a8f8fcde8def' date '08/10/2020' time '14:39:29' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.164' message '' id 'd810ff79-9263-445f-ab41-7eab59807cfb' date '08/07/2020' time '12:20:02' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.163' message '' id '53c79dfc-656d-4365-b865-4c5fc5272725' date '08/07/2020' time '11:19:43' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.162' message '' id '4a112d08-ff16-4c67-ad7e-1bef3fbfd297' date '08/07/2020' time '10:47:55' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.161' message '' id '1163c775-1855-4292-83ef-22789bdedfd0' date '08/06/2020' time '13:29:54' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.160' message '' id '11deea96-6190-4b6c-ac0f-b83f3884f3ff' date '08/06/2020' time '10:42:58' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.159' message '' id '73a2d33c-0d6d-4f03-b6cf-83541abe412f' date '08/04/2020' time '11:42:05' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.158' message '' id '043e405d-d2ae-450c-8012-edde8361e57c' date '08/03/2020' time '14:28:19' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.157' message '' id 'fef957cf-4e55-4f71-b2d3-ce6d96e31823' date '08/03/2020' time '12:56:46' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.156' message '' id 'd0df0892-2a40-430f-8f48-2684e04c70e9' date '08/03/2020' time '11:06:08' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.155' message '' id '89505035-3631-46b9-92fd-c5d0d7b38a58' date '08/03/2020' time '10:57:05' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.154' message '' id '398b857a-e7bb-40d6-bb19-12b3f78efac3' date '07/31/2020' time '12:37:42' author 'brunobb' ancestors ((name 'BpmXpdl-bruno.153' message '' id 'bc1c7023-b6f0-4cfc-aebd-db9746fbc9e9' date '07/28/2020' time '10:49:43' author 'bruno' ancestors ((name 'BpmXpdl-bruno.152' message '' id '92169a55-63be-4140-9e78-b062037a3b2b' date '07/28/2020' time '10:31:14' author 'bruno' ancestors ((name 'BpmXpdl-bruno.151' message '' id 'e919d8d4-5da0-4f98-94fa-456d56347bff' date '07/27/2020' time '15:08:28' author 'bruno' ancestors ((name 'BpmXpdl-brunobb.150' message '' id '31108d1b-eb35-4e1f-9a69-6c8235e70700' date '02/10/2020' time '11:36:00' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.149' message '' id 'a4b42bb7-4855-415e-aff7-5af8460b5693' date '02/05/2020' time '10:45:52' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.148' message '' id 'c8653db8-0dcf-45b8-8c71-c9471d8b91ee' date '01/31/2020' time '06:54:46' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.147' message '' id '7b47a30c-5311-47fa-9769-d7743a47f4fd' date '12/13/2019' time '14:08:52' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.146' message '' id '0f06e814-6de8-452f-a3bf-761f5765a2ff' date '12/12/2019' time '06:54:31' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.145' message '' id '638daec2-139e-49ec-a5d0-e32903e57fac' date '12/10/2019' time '08:56:45' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.144' message '' id '144b868b-af43-41c6-b83b-203270f17c4b' date '10/11/2019' time '07:04:09' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.143' message '' id 'c2c9285e-0ea2-4469-8363-d3fdeff14008' date '10/07/2019' time '13:16:04' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.142' message '' id 'd5c4ef60-9299-40fc-a664-28582a81d356' date '10/07/2019' time '13:09:34' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.141' message '' id '5c83c357-7d73-4312-9dfb-a08c09e030cf' date '10/02/2019' time '07:50:03' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.140' message '' id '329371e0-95e3-4503-9ac5-895c1a5d1bc2' date '10/01/2019' time '07:47:15' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.139' message '' id '9dac96e8-e4d7-49c3-8094-4de79f168124' date '10/01/2019' time '04:44:17' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.138' message '' id 'b519a353-02d4-4022-ab71-0f91c9ae3e26' date '10/01/2019' time '04:23:18' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.137' message '' id '491b0433-d34b-48bd-9d17-ac708a249678' date '10/01/2019' time '04:10:08' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.136' message '' id '2b823db7-0782-4173-9d1d-5a134adaf5ec' date '10/01/2019' time '03:10:19' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.135' message '' id '551b9f89-a95f-4c4b-83fa-e71657357027' date '09/30/2019' time '13:05:29' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.134' message '' id '9e22a9b6-443a-4453-a336-5890ff340ed4' date '09/30/2019' time '12:36:49' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.133' message '' id '7c4a61d2-581f-424d-b2ad-fb54a2c2bb07' date '09/30/2019' time '10:00:46' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.132' message '' id '7e92e707-1c72-48cc-b910-61aeec37fa95' date '09/30/2019' time '09:30:34' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.131' message '' id '1dcdaba5-b8b4-4bbe-84a3-89a7e5c223ef' date '09/30/2019' time '09:12:02' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.130' message '' id 'b1ad88b4-0975-4ca3-b7c6-033328d82074' date '09/27/2019' time '12:56:44' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.129' message '' id 'fa1e09ba-fd9d-4ead-82ce-07fa3a5833ea' date '09/27/2019' time '12:49:55' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.128' message '' id '35420cb7-1dc2-4b70-9132-16c487b7e831' date '09/27/2019' time '12:43:01' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.127' message '' id 'a03fd33c-fca0-4f19-bae1-227a79bcd4ee' date '09/27/2019' time '12:29:48' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.126' message '' id '07484979-aa28-4656-85ad-42f0ef2b63b1' date '09/27/2019' time '12:20:43' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.125' message '' id 'cbbda98c-74cb-4f05-9d3e-647bfa73f98b' date '09/27/2019' time '11:47:01' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.124' message '' id '3d838c3d-5107-4278-a935-10daef6680c8' date '09/27/2019' time '10:58:33' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.123' message '' id '6f5b5d45-9a51-4171-ab56-f8157cb95d0b' date '09/27/2019' time '09:14:42' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.122' message '' id '0274516a-881a-4e6f-83f6-e774ca54a6be' date '09/19/2019' time '12:08:32' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.121' message '' id '6d8b096c-defa-480b-85c3-1bb1cb23c2d1' date '09/18/2019' time '13:11:58' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.120' message '' id 'a7db3823-4ae4-4b84-bd7b-2f39270c5e38' date '08/28/2019' time '09:05:48' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.119' message '' id '0f6430c0-2f1f-4d49-b153-7f9e0eeea9ae' date '08/27/2019' time '03:39:13' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.118' message '' id '9abc4dae-1992-4bb3-93de-c6beb64ee804' date '08/20/2019' time '11:06:11' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.117' message '' id '0258a2ee-dc5f-4550-83c5-805a8ea669a0' date '08/12/2019' time '12:59:36' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.116' message '' id 'a0700fef-b5fc-47a8-97ef-048a4c3f993c' date '08/05/2019' time '11:15:46' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.115' message '' id 'e8536b1d-3d7d-488c-8a32-af271af65233' date '07/29/2019' time '12:52:08' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.114' message '' id '14cebb3a-3e47-4d79-9de6-ca2216e0c1ca' date '07/25/2019' time '13:29:59' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.113' message '' id '4847a21f-0713-45ac-bd9f-e841100b3d3c' date '06/21/2019' time '13:43:15' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.112' message '' id '3a0469c3-7b2b-4b56-a27a-8eed0642b46e' date '05/29/2019' time '11:51:40' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.111' message '' id 'bbb99055-fce1-400a-9eaf-df6007bbf2e3' date '05/21/2019' time '05:35:55' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.110' message '' id 'de13cf87-3ab1-4aa2-b23a-80b18286b679' date '05/16/2019' time '06:03:08' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.109' message '' id '297f5537-6215-4294-b118-b592cc40ae67' date '05/16/2019' time '05:36:02' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.108' message '' id 'bd79db32-260e-4cfc-b367-31eb82bb9a1b' date '05/15/2019' time '11:20:18' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.107' message '' id 'dc32f62e-f567-46eb-8893-ec29909b97a8' date '05/14/2019' time '02:35:26' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.106' message '' id '7eb0b4b5-1e1b-436f-8e67-4458367d3b92' date '03/25/2019' time '09:14:27' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.105' message '' id 'a7d79164-4b7c-4fda-856e-2a28bb27df34' date '03/25/2019' time '08:52:37' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.104' message '' id '26e02695-e2da-4e36-a4d4-894a49416030' date '03/25/2019' time '08:26:35' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.103' message '' id 'd41df2de-1318-41d0-9151-c49b9a54d76d' date '03/25/2019' time '08:04:10' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.102' message '' id 'c8a08f2e-4ada-4d5b-a560-3fb8f0917002' date '03/20/2019' time '12:23:41' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.101' message '' id '83fd8249-b5c5-4826-b14f-bd653223e656' date '03/14/2019' time '05:34:49' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.100' message '' id 'e6ea5c4d-3195-48be-a79d-f06ef15e2bda' date '03/14/2019' time '02:45:38' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.99' message '' id '12bf51f7-0c36-4014-97ea-3e1625bb718d' date '02/11/2019' time '11:18:47' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.98' message '' id '39110b31-d9a1-47d1-8e24-83cef1947c42' date '01/30/2019' time '10:31:42' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.97' message '' id '4bf23816-d0fb-41ce-9db5-09e93c096927' date '12/20/2018' time '03:52:43' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.96' message '' id '10666637-8dee-4484-a331-307df66ccb1f' date '12/18/2018' time '11:42:43' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.95' message '' id 'db906ebe-b783-4457-9126-e2ba9fe26bba' date '12/13/2018' time '08:55:54' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.94' message '' id '5525dcbd-79ea-4702-8dff-b7bba93b591a' date '12/13/2018' time '08:19:51' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.93' message '' id '4e518249-3485-4c1d-873d-87a97aeb9059' date '12/13/2018' time '07:37:11' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.92' message '' id '2f4d943f-9b9d-4739-8c21-9cc5aff5a950' date '12/13/2018' time '04:50:58' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.91' message '' id 'ad0b3df3-9f55-49a3-a2a6-e3db1b8ba600' date '12/13/2018' time '04:16:46' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.90' message '' id 'e33db24f-447d-47b0-9dec-d0b54cff7b6d' date '12/12/2018' time '10:51:33' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.89' message '' id '879d00bf-39cf-4213-8ea2-2f282fa939e2' date '12/12/2018' time '10:19:14' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.88' message '' id 'ef51bf98-e49e-4f44-b315-b88cedf78748' date '12/12/2018' time '09:33:17' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.87' message '' id 'a74919e1-21af-4db2-9a93-78c67923391b' date '12/12/2018' time '08:27:03' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.86' message '' id '3e917bd8-fb1c-4508-8cc4-aaeb34378f8b' date '12/12/2018' time '07:45:03' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.85' message '' id '32b75d98-80fb-49a1-8cf4-91c7e95f9460' date '12/10/2018' time '10:53:24' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.84' message '' id 'd1c0e6c4-1f96-4710-a9d2-841df6dbd374' date '11/29/2018' time '03:35:46' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.83' message '' id '44a561d1-faec-4e1c-89ce-0fe0a490bfe7' date '11/28/2018' time '08:39:38' author 'brunobb' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file +(name 'BpmXpdl-brunobb.168' message '' id '9dac2eba-2b33-47ef-827a-2caabc73fb91' date '08/19/2020' time '04:55:42' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.167' message '' id '73814f3c-85bc-42d1-b8f7-d6a27d9086cc' date '08/12/2020' time '11:27:10' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.166' message '' id 'e7f6cf23-0459-4080-b783-9ed9b10111d0' date '08/12/2020' time '10:42:36' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.165' message '' id '79eb99cf-ad68-4ad1-be46-a8f8fcde8def' date '08/10/2020' time '14:39:29' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.164' message '' id 'd810ff79-9263-445f-ab41-7eab59807cfb' date '08/07/2020' time '12:20:02' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.163' message '' id '53c79dfc-656d-4365-b865-4c5fc5272725' date '08/07/2020' time '11:19:43' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.162' message '' id '4a112d08-ff16-4c67-ad7e-1bef3fbfd297' date '08/07/2020' time '10:47:55' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.161' message '' id '1163c775-1855-4292-83ef-22789bdedfd0' date '08/06/2020' time '13:29:54' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.160' message '' id '11deea96-6190-4b6c-ac0f-b83f3884f3ff' date '08/06/2020' time '10:42:58' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.159' message '' id '73a2d33c-0d6d-4f03-b6cf-83541abe412f' date '08/04/2020' time '11:42:05' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.158' message '' id '043e405d-d2ae-450c-8012-edde8361e57c' date '08/03/2020' time '14:28:19' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.157' message '' id 'fef957cf-4e55-4f71-b2d3-ce6d96e31823' date '08/03/2020' time '12:56:46' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.156' message '' id 'd0df0892-2a40-430f-8f48-2684e04c70e9' date '08/03/2020' time '11:06:08' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.155' message '' id '89505035-3631-46b9-92fd-c5d0d7b38a58' date '08/03/2020' time '10:57:05' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.154' message '' id '398b857a-e7bb-40d6-bb19-12b3f78efac3' date '07/31/2020' time '12:37:42' author 'brunobb' ancestors ((name 'BpmXpdl-bruno.153' message '' id 'bc1c7023-b6f0-4cfc-aebd-db9746fbc9e9' date '07/28/2020' time '10:49:43' author 'bruno' ancestors ((name 'BpmXpdl-bruno.152' message '' id '92169a55-63be-4140-9e78-b062037a3b2b' date '07/28/2020' time '10:31:14' author 'bruno' ancestors ((name 'BpmXpdl-bruno.151' message '' id 'e919d8d4-5da0-4f98-94fa-456d56347bff' date '07/27/2020' time '15:08:28' author 'bruno' ancestors ((name 'BpmXpdl-brunobb.150' message '' id '31108d1b-eb35-4e1f-9a69-6c8235e70700' date '02/10/2020' time '11:36:00' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.149' message '' id 'a4b42bb7-4855-415e-aff7-5af8460b5693' date '02/05/2020' time '10:45:52' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.148' message '' id 'c8653db8-0dcf-45b8-8c71-c9471d8b91ee' date '01/31/2020' time '06:54:46' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.147' message '' id '7b47a30c-5311-47fa-9769-d7743a47f4fd' date '12/13/2019' time '14:08:52' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.146' message '' id '0f06e814-6de8-452f-a3bf-761f5765a2ff' date '12/12/2019' time '06:54:31' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.145' message '' id '638daec2-139e-49ec-a5d0-e32903e57fac' date '12/10/2019' time '08:56:45' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.144' message '' id '144b868b-af43-41c6-b83b-203270f17c4b' date '10/11/2019' time '07:04:09' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.143' message '' id 'c2c9285e-0ea2-4469-8363-d3fdeff14008' date '10/07/2019' time '13:16:04' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.142' message '' id 'd5c4ef60-9299-40fc-a664-28582a81d356' date '10/07/2019' time '13:09:34' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.141' message '' id '5c83c357-7d73-4312-9dfb-a08c09e030cf' date '10/02/2019' time '07:50:03' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.140' message '' id '329371e0-95e3-4503-9ac5-895c1a5d1bc2' date '10/01/2019' time '07:47:15' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.139' message '' id '9dac96e8-e4d7-49c3-8094-4de79f168124' date '10/01/2019' time '04:44:17' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.138' message '' id 'b519a353-02d4-4022-ab71-0f91c9ae3e26' date '10/01/2019' time '04:23:18' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.137' message '' id '491b0433-d34b-48bd-9d17-ac708a249678' date '10/01/2019' time '04:10:08' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.136' message '' id '2b823db7-0782-4173-9d1d-5a134adaf5ec' date '10/01/2019' time '03:10:19' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.135' message '' id '551b9f89-a95f-4c4b-83fa-e71657357027' date '09/30/2019' time '13:05:29' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.134' message '' id '9e22a9b6-443a-4453-a336-5890ff340ed4' date '09/30/2019' time '12:36:49' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.133' message '' id '7c4a61d2-581f-424d-b2ad-fb54a2c2bb07' date '09/30/2019' time '10:00:46' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.132' message '' id '7e92e707-1c72-48cc-b910-61aeec37fa95' date '09/30/2019' time '09:30:34' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.131' message '' id '1dcdaba5-b8b4-4bbe-84a3-89a7e5c223ef' date '09/30/2019' time '09:12:02' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.130' message '' id 'b1ad88b4-0975-4ca3-b7c6-033328d82074' date '09/27/2019' time '12:56:44' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.129' message '' id 'fa1e09ba-fd9d-4ead-82ce-07fa3a5833ea' date '09/27/2019' time '12:49:55' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.128' message '' id '35420cb7-1dc2-4b70-9132-16c487b7e831' date '09/27/2019' time '12:43:01' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.127' message '' id 'a03fd33c-fca0-4f19-bae1-227a79bcd4ee' date '09/27/2019' time '12:29:48' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.126' message '' id '07484979-aa28-4656-85ad-42f0ef2b63b1' date '09/27/2019' time '12:20:43' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.125' message '' id 'cbbda98c-74cb-4f05-9d3e-647bfa73f98b' date '09/27/2019' time '11:47:01' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.124' message '' id '3d838c3d-5107-4278-a935-10daef6680c8' date '09/27/2019' time '10:58:33' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.123' message '' id '6f5b5d45-9a51-4171-ab56-f8157cb95d0b' date '09/27/2019' time '09:14:42' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.122' message '' id '0274516a-881a-4e6f-83f6-e774ca54a6be' date '09/19/2019' time '12:08:32' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.121' message '' id '6d8b096c-defa-480b-85c3-1bb1cb23c2d1' date '09/18/2019' time '13:11:58' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.120' message '' id 'a7db3823-4ae4-4b84-bd7b-2f39270c5e38' date '08/28/2019' time '09:05:48' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.119' message '' id '0f6430c0-2f1f-4d49-b153-7f9e0eeea9ae' date '08/27/2019' time '03:39:13' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.118' message '' id '9abc4dae-1992-4bb3-93de-c6beb64ee804' date '08/20/2019' time '11:06:11' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.117' message '' id '0258a2ee-dc5f-4550-83c5-805a8ea669a0' date '08/12/2019' time '12:59:36' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.116' message '' id 'a0700fef-b5fc-47a8-97ef-048a4c3f993c' date '08/05/2019' time '11:15:46' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.115' message '' id 'e8536b1d-3d7d-488c-8a32-af271af65233' date '07/29/2019' time '12:52:08' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.114' message '' id '14cebb3a-3e47-4d79-9de6-ca2216e0c1ca' date '07/25/2019' time '13:29:59' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.113' message '' id '4847a21f-0713-45ac-bd9f-e841100b3d3c' date '06/21/2019' time '13:43:15' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.112' message '' id '3a0469c3-7b2b-4b56-a27a-8eed0642b46e' date '05/29/2019' time '11:51:40' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.111' message '' id 'bbb99055-fce1-400a-9eaf-df6007bbf2e3' date '05/21/2019' time '05:35:55' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.110' message '' id 'de13cf87-3ab1-4aa2-b23a-80b18286b679' date '05/16/2019' time '06:03:08' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.109' message '' id '297f5537-6215-4294-b118-b592cc40ae67' date '05/16/2019' time '05:36:02' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.108' message '' id 'bd79db32-260e-4cfc-b367-31eb82bb9a1b' date '05/15/2019' time '11:20:18' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.107' message '' id 'dc32f62e-f567-46eb-8893-ec29909b97a8' date '05/14/2019' time '02:35:26' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.106' message '' id '7eb0b4b5-1e1b-436f-8e67-4458367d3b92' date '03/25/2019' time '09:14:27' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.105' message '' id 'a7d79164-4b7c-4fda-856e-2a28bb27df34' date '03/25/2019' time '08:52:37' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.104' message '' id '26e02695-e2da-4e36-a4d4-894a49416030' date '03/25/2019' time '08:26:35' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.103' message '' id 'd41df2de-1318-41d0-9151-c49b9a54d76d' date '03/25/2019' time '08:04:10' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.102' message '' id 'c8a08f2e-4ada-4d5b-a560-3fb8f0917002' date '03/20/2019' time '12:23:41' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.101' message '' id '83fd8249-b5c5-4826-b14f-bd653223e656' date '03/14/2019' time '05:34:49' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.100' message '' id 'e6ea5c4d-3195-48be-a79d-f06ef15e2bda' date '03/14/2019' time '02:45:38' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.99' message '' id '12bf51f7-0c36-4014-97ea-3e1625bb718d' date '02/11/2019' time '11:18:47' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.98' message '' id '39110b31-d9a1-47d1-8e24-83cef1947c42' date '01/30/2019' time '10:31:42' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.97' message '' id '4bf23816-d0fb-41ce-9db5-09e93c096927' date '12/20/2018' time '03:52:43' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.96' message '' id '10666637-8dee-4484-a331-307df66ccb1f' date '12/18/2018' time '11:42:43' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.95' message '' id 'db906ebe-b783-4457-9126-e2ba9fe26bba' date '12/13/2018' time '08:55:54' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.94' message '' id '5525dcbd-79ea-4702-8dff-b7bba93b591a' date '12/13/2018' time '08:19:51' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.93' message '' id '4e518249-3485-4c1d-873d-87a97aeb9059' date '12/13/2018' time '07:37:11' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.92' message '' id '2f4d943f-9b9d-4739-8c21-9cc5aff5a950' date '12/13/2018' time '04:50:58' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.91' message '' id 'ad0b3df3-9f55-49a3-a2a6-e3db1b8ba600' date '12/13/2018' time '04:16:46' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.90' message '' id 'e33db24f-447d-47b0-9dec-d0b54cff7b6d' date '12/12/2018' time '10:51:33' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.89' message '' id '879d00bf-39cf-4213-8ea2-2f282fa939e2' date '12/12/2018' time '10:19:14' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.88' message '' id 'ef51bf98-e49e-4f44-b315-b88cedf78748' date '12/12/2018' time '09:33:17' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.87' message '' id 'a74919e1-21af-4db2-9a93-78c67923391b' date '12/12/2018' time '08:27:03' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.86' message '' id '3e917bd8-fb1c-4508-8cc4-aaeb34378f8b' date '12/12/2018' time '07:45:03' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.85' message '' id '32b75d98-80fb-49a1-8cf4-91c7e95f9460' date '12/10/2018' time '10:53:24' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.84' message '' id 'd1c0e6c4-1f96-4710-a9d2-841df6dbd374' date '11/29/2018' time '03:35:46' author 'brunobb' ancestors ((name 'BpmXpdl-brunobb.83' message '' id '44a561d1-faec-4e1c-89ce-0fe0a490bfe7' date '11/28/2018' time '08:39:38' author 'brunobb' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file