From fc16f2d845c47194fea95b9acf7d235394eb29d4 Mon Sep 17 00:00:00 2001 From: brunobuzzi Date: Mon, 3 Aug 2020 17:29:04 -0400 Subject: [PATCH] update 28 to fix issue #1143 --- .../instance/inTransitions..st | 3 --- .../instance/inTransitions.st | 3 --- .../instance/inTransitionsAllSatisfy..st | 4 ++++ .../instance/inTransitionsFirst.st | 4 ++++ .../instance/inTransitionsLast.st | 4 ++++ .../instance/outTransitions..st | 3 --- .../methodProperties.json | 6 ++--- .../BpmCore.package/monticello.meta/version | 2 +- .../instance/getInTrasitionDefinitions.st | 4 ---- .../instance/inTransitions..st | 3 --- .../instance/inTransitions.st | 3 --- .../instance/inTransitionsAllSatisfy..st | 4 ++++ .../instance/inTransitionsCollect..st | 4 ++++ .../instance/outTransitions..st | 3 --- .../methodProperties.json | 6 ++--- .../instance/incomingTransitionsAreDone.st | 4 ++-- .../methodProperties.json | 2 +- .../monticello.meta/version | 2 +- .../instance/acceptGatewayNode..st | 2 +- .../methodProperties.json | 2 +- .../BpmXpdl.package/monticello.meta/version | 2 +- .../instance/addInTransition..st | 4 ++++ .../instance/inTransitions..st | 3 --- .../instance/inTransitions.st | 3 --- .../instance/inTransitionsDo..st | 4 ++++ .../instance/inTransitionsFirst.st | 4 ++++ .../instance/outTransitions..st | 3 --- .../methodProperties.json | 6 ++--- .../instance/addInTransition..st | 4 ++++ .../instance/inTransitions..st | 3 --- .../instance/inTransitions.st | 3 --- .../instance/inTransitionsFirst.st | 4 ++++ .../XPDLEndNode.class/methodProperties.json | 4 ++-- .../instance/addInTransition..st | 4 ++++ .../instance/inTransitions..st | 3 --- .../instance/inTransitions.st | 3 --- .../instance/inTransitionsLast.st | 4 ++++ .../instance/inTransitionsSize.st | 4 ++++ .../instance/outTransitions..st | 3 --- .../methodProperties.json | 6 ++--- .../instance/addInTransition..st | 4 ++++ .../instance/inTransitions..st | 3 --- .../instance/inTransitions.st | 3 --- .../instance/outTransitions..st | 3 --- .../methodProperties.json | 4 +--- .../instance/addInTransition..st | 4 +--- .../instance/inTransitions.st | 4 ---- .../XPDLObject.class/methodProperties.json | 3 +-- .../instance/outTransitions..st | 3 --- .../XPDLStartNode.class/methodProperties.json | 1 - .../instance/connectActivitiesToParentLane.st | 2 +- .../methodProperties.json | 2 +- .../monticello.meta/version | 2 +- .../instance/testInOutTransitions3.st | 4 ++-- .../methodProperties.json | 2 +- .../instance/testInOutTransitions1.st | 8 +++---- .../instance/testInOutTransitions2.st | 18 +++++++------- .../instance/testInOutTransitions3.st | 10 ++++---- .../instance/testInOutTransitions4.st | 8 +++---- .../instance/testInOutTransitions5.st | 10 ++++---- .../methodProperties.json | 10 ++++---- .../instance/testInTransitions.st | 24 +++++++++---------- .../instance/testInTransitions2.st | 12 +++++----- .../methodProperties.json | 4 ++-- .../instance/testInOutTransitions.st | 4 ++-- .../methodProperties.json | 2 +- .../instance/testInTransitions.st | 20 ++++++++-------- .../instance/testInTransitions2.st | 14 +++++------ .../instance/testInTransitions3.st | 12 +++++----- .../methodProperties.json | 6 ++--- .../monticello.meta/version | 2 +- .../instance/testInOutTransitions.st | 6 ++--- .../instance/testInOutTransitions2.st | 6 ++--- .../instance/testInOutTransitions3.st | 4 ++-- .../methodProperties.json | 6 ++--- .../instance/testInOutTransitions.st | 4 ++-- .../methodProperties.json | 2 +- .../instance/testInOutTransitions.st | 8 +++---- .../instance/testInOutTransitions2.st | 4 ++-- .../instance/testInOutTransitions3.st | 4 ++-- .../methodProperties.json | 6 ++--- .../instance/testInTransitions1.st | 20 ++++++++-------- .../instance/testInTransitions2.st | 14 +++++------ .../instance/testInTransitions3.st | 12 +++++----- .../methodProperties.json | 6 ++--- .../monticello.meta/version | 2 +- 86 files changed, 220 insertions(+), 234 deletions(-) delete mode 100644 repository/BpmCore.package/BpmArtifactDefinition.class/instance/inTransitions..st delete mode 100644 repository/BpmCore.package/BpmArtifactDefinition.class/instance/inTransitions.st create mode 100644 repository/BpmCore.package/BpmArtifactDefinition.class/instance/inTransitionsAllSatisfy..st create mode 100644 repository/BpmCore.package/BpmArtifactDefinition.class/instance/inTransitionsFirst.st create mode 100644 repository/BpmCore.package/BpmArtifactDefinition.class/instance/inTransitionsLast.st delete mode 100644 repository/BpmCore.package/BpmArtifactDefinition.class/instance/outTransitions..st delete mode 100644 repository/BpmRuntime.package/BpmArtifactInstance.class/instance/getInTrasitionDefinitions.st delete mode 100644 repository/BpmRuntime.package/BpmArtifactInstance.class/instance/inTransitions..st delete mode 100644 repository/BpmRuntime.package/BpmArtifactInstance.class/instance/inTransitions.st create mode 100644 repository/BpmRuntime.package/BpmArtifactInstance.class/instance/inTransitionsAllSatisfy..st create mode 100644 repository/BpmRuntime.package/BpmArtifactInstance.class/instance/inTransitionsCollect..st delete mode 100644 repository/BpmRuntime.package/BpmArtifactInstance.class/instance/outTransitions..st create mode 100644 repository/BpmXpdlBizagiReader.package/XPDLActivityNode.class/instance/addInTransition..st delete mode 100644 repository/BpmXpdlBizagiReader.package/XPDLActivityNode.class/instance/inTransitions..st delete mode 100644 repository/BpmXpdlBizagiReader.package/XPDLActivityNode.class/instance/inTransitions.st create mode 100644 repository/BpmXpdlBizagiReader.package/XPDLActivityNode.class/instance/inTransitionsDo..st create mode 100644 repository/BpmXpdlBizagiReader.package/XPDLActivityNode.class/instance/inTransitionsFirst.st delete mode 100644 repository/BpmXpdlBizagiReader.package/XPDLActivityNode.class/instance/outTransitions..st create mode 100644 repository/BpmXpdlBizagiReader.package/XPDLEndNode.class/instance/addInTransition..st delete mode 100644 repository/BpmXpdlBizagiReader.package/XPDLEndNode.class/instance/inTransitions..st delete mode 100644 repository/BpmXpdlBizagiReader.package/XPDLEndNode.class/instance/inTransitions.st create mode 100644 repository/BpmXpdlBizagiReader.package/XPDLEndNode.class/instance/inTransitionsFirst.st create mode 100644 repository/BpmXpdlBizagiReader.package/XPDLGatewayNode.class/instance/addInTransition..st delete mode 100644 repository/BpmXpdlBizagiReader.package/XPDLGatewayNode.class/instance/inTransitions..st delete mode 100644 repository/BpmXpdlBizagiReader.package/XPDLGatewayNode.class/instance/inTransitions.st create mode 100644 repository/BpmXpdlBizagiReader.package/XPDLGatewayNode.class/instance/inTransitionsLast.st create mode 100644 repository/BpmXpdlBizagiReader.package/XPDLGatewayNode.class/instance/inTransitionsSize.st delete mode 100644 repository/BpmXpdlBizagiReader.package/XPDLGatewayNode.class/instance/outTransitions..st create mode 100644 repository/BpmXpdlBizagiReader.package/XPDLIntermediateNode.class/instance/addInTransition..st delete mode 100644 repository/BpmXpdlBizagiReader.package/XPDLIntermediateNode.class/instance/inTransitions..st delete mode 100644 repository/BpmXpdlBizagiReader.package/XPDLIntermediateNode.class/instance/inTransitions.st delete mode 100644 repository/BpmXpdlBizagiReader.package/XPDLIntermediateNode.class/instance/outTransitions..st delete mode 100644 repository/BpmXpdlBizagiReader.package/XPDLObject.class/instance/inTransitions.st delete mode 100644 repository/BpmXpdlBizagiReader.package/XPDLStartNode.class/instance/outTransitions..st diff --git a/repository/BpmCore.package/BpmArtifactDefinition.class/instance/inTransitions..st b/repository/BpmCore.package/BpmArtifactDefinition.class/instance/inTransitions..st deleted file mode 100644 index 1f5c9bbad..000000000 --- a/repository/BpmCore.package/BpmArtifactDefinition.class/instance/inTransitions..st +++ /dev/null @@ -1,3 +0,0 @@ -Updating -inTransitions: newValue - inTransitions := newValue \ No newline at end of file diff --git a/repository/BpmCore.package/BpmArtifactDefinition.class/instance/inTransitions.st b/repository/BpmCore.package/BpmArtifactDefinition.class/instance/inTransitions.st deleted file mode 100644 index fdb0cbcdc..000000000 --- a/repository/BpmCore.package/BpmArtifactDefinition.class/instance/inTransitions.st +++ /dev/null @@ -1,3 +0,0 @@ -Accessing -inTransitions - ^inTransitions \ No newline at end of file diff --git a/repository/BpmCore.package/BpmArtifactDefinition.class/instance/inTransitionsAllSatisfy..st b/repository/BpmCore.package/BpmArtifactDefinition.class/instance/inTransitionsAllSatisfy..st new file mode 100644 index 000000000..4bea82395 --- /dev/null +++ b/repository/BpmCore.package/BpmArtifactDefinition.class/instance/inTransitionsAllSatisfy..st @@ -0,0 +1,4 @@ +other +inTransitionsAllSatisfy: aBlock + + ^inTransitions allSatisfy: aBlock \ No newline at end of file diff --git a/repository/BpmCore.package/BpmArtifactDefinition.class/instance/inTransitionsFirst.st b/repository/BpmCore.package/BpmArtifactDefinition.class/instance/inTransitionsFirst.st new file mode 100644 index 000000000..e4f884b3a --- /dev/null +++ b/repository/BpmCore.package/BpmArtifactDefinition.class/instance/inTransitionsFirst.st @@ -0,0 +1,4 @@ +other +inTransitionsFirst + + ^inTransitions first \ No newline at end of file diff --git a/repository/BpmCore.package/BpmArtifactDefinition.class/instance/inTransitionsLast.st b/repository/BpmCore.package/BpmArtifactDefinition.class/instance/inTransitionsLast.st new file mode 100644 index 000000000..ad3d29a0a --- /dev/null +++ b/repository/BpmCore.package/BpmArtifactDefinition.class/instance/inTransitionsLast.st @@ -0,0 +1,4 @@ +other +inTransitionsLast + + ^inTransitions last \ No newline at end of file diff --git a/repository/BpmCore.package/BpmArtifactDefinition.class/instance/outTransitions..st b/repository/BpmCore.package/BpmArtifactDefinition.class/instance/outTransitions..st deleted file mode 100644 index 20d8668a8..000000000 --- a/repository/BpmCore.package/BpmArtifactDefinition.class/instance/outTransitions..st +++ /dev/null @@ -1,3 +0,0 @@ -Updating -outTransitions: newValue - outTransitions := newValue \ No newline at end of file diff --git a/repository/BpmCore.package/BpmArtifactDefinition.class/methodProperties.json b/repository/BpmCore.package/BpmArtifactDefinition.class/methodProperties.json index 2f4089595..98e0d13f7 100644 --- a/repository/BpmCore.package/BpmArtifactDefinition.class/methodProperties.json +++ b/repository/BpmCore.package/BpmArtifactDefinition.class/methodProperties.json @@ -32,8 +32,9 @@ "hasAttachedEvents" : "brunobb 10/17/2017 12:39", "hasInformedRoles" : "brunobb 04/30/2018 08:54", "hasPerformers" : "BrunoBB 04/13/2016 10:17", - "inTransitions" : "BrunoBB 10/28/2015 11:57", - "inTransitions:" : "BrunoBB 10/28/2015 11:57", + "inTransitionsAllSatisfy:" : "brunobb 08/03/2020 13:59", + "inTransitionsFirst" : "brunobb 08/03/2020 14:22", + "inTransitionsLast" : "brunobb 08/03/2020 14:21", "initialize" : "brunobb 04/28/2018 13:14", "isEndEvent" : "BrunoBB 11/29/2015 15:10", "isErrorEvent" : "brunobb 08/05/2019 12:38", @@ -62,7 +63,6 @@ "onModificationIsInformed:" : "brunobb 05/02/2018 04:37", "onTakeIsInformed:" : "brunobb 05/02/2018 04:38", "onUntakeIsInformed:" : "brunobb 05/02/2018 04:38", - "outTransitions:" : "BrunoBB 10/28/2015 11:57", "outTransitionsAllSatisfy:" : "brunobb 08/03/2020 13:11", "outTransitionsAt:" : "brunobb 08/03/2020 13:14", "outTransitionsCollect:" : "brunobb 08/03/2020 13:12", diff --git a/repository/BpmCore.package/monticello.meta/version b/repository/BpmCore.package/monticello.meta/version index 296c43c7f..04814554a 100644 --- a/repository/BpmCore.package/monticello.meta/version +++ b/repository/BpmCore.package/monticello.meta/version @@ -1 +1 @@ -(name 'BpmCore-brunobb.699' message '' id 'a5010588-fdba-4636-9acf-fe21280dd173' date '08/03/2020' time '13:52:24' author 'brunobb' ancestors ((name 'BpmCore-brunobb.698' message '' id '93c8b8a4-c305-49bd-96c0-0ec20bffa675' date '08/03/2020' time '12:56:33' author 'brunobb' ancestors ((name 'BpmCore-brunobb.697' message '' id 'a4ca081d-c833-413d-b20d-6ff1b5c9e454' date '07/31/2020' time '14:24:20' author 'brunobb' ancestors ((name 'BpmCore-brunobb.696' message '' id 'd8fcb6b4-b46d-4e50-b1c1-c43b41f8dab6' date '07/31/2020' time '13:50:59' author 'brunobb' ancestors ((name 'BpmCore-brunobb.695' message '' id 'd9468e67-e3d9-41ea-bc8f-231574c9c37c' date '07/31/2020' time '13:16:12' author 'brunobb' ancestors ((name 'BpmCore-brunobb.694' message '' id 'a9566c27-2b35-416a-857b-52e315765dc6' date '07/31/2020' time '11:56:43' author 'brunobb' ancestors ((name 'BpmCore-brunobb.693' message '' id '4cca495d-a364-4382-8101-918dfeafe1f7' date '07/31/2020' time '11:33:58' author 'brunobb' ancestors ((name 'BpmCore-brunobb.692' message '' id 'efd195af-4a44-4b73-9127-86785e5b1c44' date '07/31/2020' time '11:08:30' author 'brunobb' ancestors ((name 'BpmCore-brunobb.691' message '' id 'edef9748-1b7e-4c5c-927e-9a9919c20ddc' date '07/31/2020' time '10:53:10' author 'brunobb' ancestors ((name 'BpmCore-brunobb.690' message '' id '08c4d627-875c-4288-9fda-34a3601cd52d' date '07/30/2020' time '12:35:55' author 'brunobb' ancestors ((name 'BpmCore-brunobb.689' message '' id '34a8fc13-635a-45dc-a752-f803df0d0ebb' date '07/30/2020' time '12:06:00' author 'brunobb' ancestors ((name 'BpmCore-bruno.688' message '' id '77904730-71ea-45d4-b7a7-926bfc43010f' date '07/28/2020' time '10:49:58' author 'bruno' ancestors ((name 'BpmCore-bruno.687' message '' id '65f19e7c-a6d5-4963-afd1-f16c2ece212a' date '07/27/2020' time '15:07:25' author 'bruno' ancestors ((name 'BpmCore-bruno.686' message '' id 'cbfd569a-97c2-43bc-878e-47d206d360f1' date '07/24/2020' time '13:50:42' author 'bruno' ancestors ((name 'BpmCore-bruno.685' message '' id '89f3535d-cfec-45ee-8362-117b8b625a27' date '07/24/2020' time '13:26:03' author 'bruno' ancestors ((name 'BpmCore-bruno.684' message '' id '500d2a78-f3cf-4232-8921-bdabf4ee72f4' date '07/24/2020' time '12:38:41' author 'bruno' ancestors ((name 'BpmCore-bruno.683' message '' id 'f8617ee4-0841-4138-b512-00351c167632' date '07/23/2020' time '12:22:26' author 'bruno' ancestors ((name 'BpmCore-bruno.682' message '' id 'ec04c2b5-7b53-4bae-8862-64fd1c56110f' date '07/22/2020' time '16:25:53' author 'bruno' ancestors ((name 'BpmCore-bruno.681' message '' id 'ea9139e8-25a1-4aa0-b0ac-d1acf65c6920' date '07/22/2020' time '16:15:38' author 'bruno' ancestors ((name 'BpmCore-brunobb.680' message '' id 'e689bb59-5f10-4846-887c-b12faea094ae' date '06/12/2020' time '12:54:16' author 'brunobb' ancestors ((name 'BpmCore-brunobb.679' message '' id '830d4335-ed36-42e4-99dd-cacddc47d169' date '06/11/2020' time '11:38:04' author 'brunobb' ancestors ((name 'BpmCore-brunobb.678' message '' id 'd7099cc1-9b23-45b0-8d80-2860f2fdc8f9' date '06/11/2020' time '11:33:52' author 'brunobb' ancestors ((name 'BpmCore-brunobb.677' message '' id '62c4d1ca-ed98-41d6-95f4-26b9971d3a67' date '05/21/2020' time '11:05:39' author 'brunobb' ancestors ((name 'BpmCore-brunobb.676' message '' id '452e1a86-710f-4488-880b-ff3f540d91f4' date '05/21/2020' time '10:47:30' author 'brunobb' ancestors ((name 'BpmCore-brunobb.675' message '' id '03b8ada9-faf6-485f-a7ad-158dd2bab67a' date '05/16/2020' time '13:43:38' author 'brunobb' ancestors ((name 'BpmCore-brunobb.674' message '' id 'cfd6fc18-5ce8-49bb-85a3-3fe7298e13d8' date '04/14/2020' time '15:49:33' author 'brunobb' ancestors ((name 'BpmCore-brunobb.673' message '' id '9e939d36-c736-48b2-bcc1-e820de284965' date '04/13/2020' time '15:47:14' author 'brunobb' ancestors ((name 'BpmCore-brunobb.672' message '' id '2c28066c-4134-4258-84ba-2489a4168c83' date '04/10/2020' time '16:45:42' author 'brunobb' ancestors ((name 'BpmCore-brunobb.671' message '' id '8722f2b7-01cd-44bf-8ae2-94b3947792d7' date '04/10/2020' time '16:26:31' author 'brunobb' ancestors ((name 'BpmCore-brunobb.670' message '' id '3226db62-cece-4497-a725-76d5462cc723' date '04/09/2020' time '21:07:49' author 'brunobb' ancestors ((name 'BpmCore-brunobb.669' message '' id 'fb3ccf13-df76-4f23-9d7a-cbcb0c7f90c4' date '04/09/2020' time '20:01:12' author 'brunobb' ancestors ((name 'BpmCore-brunobb.668' message '' id 'fcf52922-d181-4d41-a23f-32fc1397803d' date '04/08/2020' time '07:21:19' author 'brunobb' ancestors ((name 'BpmCore-brunobb.667' message '' id '8f0549be-2749-4b83-baf5-3869a7498da2' date '04/08/2020' time '07:12:54' author 'brunobb' ancestors ((name 'BpmCore-brunobb.666' message '' id 'b580a47b-ac56-470b-baf8-ee7249d8b208' date '04/06/2020' time '22:53:44' author 'brunobb' ancestors ((name 'BpmCore-brunobb.665' message '' id 'b46b1edb-ec13-4c52-b70a-f6c9a4939ee1' date '04/06/2020' time '15:03:40' author 'brunobb' ancestors ((name 'BpmCore-brunobb.664' message '' id '8a876b9e-64db-44f7-a187-80b1e48b1fd8' date '04/03/2020' time '13:42:03' author 'brunobb' ancestors ((name 'BpmCore-brunobb.663' message '' id '2ba6f6ae-055e-439a-92ee-94d2c1bd013d' date '03/18/2020' time '06:18:00' author 'brunobb' ancestors ((name 'BpmCore-brunobb.662' message '' id '94e95203-571e-45d9-a0ca-d24748d890cc' date '02/12/2020' time '11:57:53' author 'brunobb' ancestors ((name 'BpmCore-brunobb.661' message '' id 'eb08929b-4f03-47e5-9096-bb47294b711a' date '02/12/2020' time '11:04:14' author 'brunobb' ancestors ((name 'BpmCore-brunobb.660' message '' id '0ccef1d2-9477-4ff0-99f7-4572ded0b46f' date '02/12/2020' time '10:40:38' author 'brunobb' ancestors ((name 'BpmCore-brunobb.659' message '' id 'a7b8007f-9ebe-42f5-98f0-8312dc4ca0b7' date '02/10/2020' time '11:26:02' author 'brunobb' ancestors ((name 'BpmCore-brunobb.658' message '' id '911e0b15-ed3d-4817-9108-f3f691bd4b4f' date '02/10/2020' time '09:00:39' author 'brunobb' ancestors ((name 'BpmCore-brunobb.657' message '' id '35cbcc33-3e30-493f-a929-444451305cfd' date '02/07/2020' time '08:59:43' author 'brunobb' ancestors ((name 'BpmCore-brunobb.656' message '' id 'f1920aa4-eff7-4118-a124-486894405740' date '02/07/2020' time '08:29:42' author 'brunobb' ancestors ((name 'BpmCore-brunobb.655' message '' id '2f4e4ee7-6337-40b6-9cb0-cbf50e05068f' date '02/07/2020' time '08:15:42' author 'brunobb' ancestors ((name 'BpmCore-brunobb.654' message '' id '013c5e90-567a-4701-9815-003f362e10f3' date '02/06/2020' time '11:09:50' author 'brunobb' ancestors ((name 'BpmCore-brunobb.653' message '' id '84d03235-c8e9-414d-903e-2010d73c5365' date '02/06/2020' time '09:48:42' author 'brunobb' ancestors ((name 'BpmCore-brunobb.652' message '' id 'a92cf449-21aa-46ba-98c1-98df53e8a152' date '02/06/2020' time '08:08:14' author 'brunobb' ancestors ((name 'BpmCore-brunobb.651' message '' id '150ab9c4-b0a0-4aef-b555-a8a9c3a34993' date '02/06/2020' time '03:20:21' author 'brunobb' ancestors ((name 'BpmCore-brunobb.650' message '' id 'a76f0a94-2bbb-452b-aa2b-25e3745f9e22' date '02/05/2020' time '11:33:51' author 'brunobb' ancestors ((name 'BpmCore-brunobb.649' message '' id '1becb27b-57a7-425d-9edb-f8c7bc29f923' date '02/05/2020' time '10:44:19' author 'brunobb' ancestors ((name 'BpmCore-brunobb.648' message '' id 'adcaed63-bcf0-41f9-b7cd-c65a1a8838b5' date '02/05/2020' time '03:54:33' author 'brunobb' ancestors ((name 'BpmCore-brunobb.647' message '' id '013832b3-d3d6-46d8-a2eb-6e95743ebb33' date '02/05/2020' time '03:10:28' author 'brunobb' ancestors ((name 'BpmCore-brunobb.646' message '' id '50383348-2857-43d1-882d-42d8384c06d4' date '02/04/2020' time '10:45:42' author 'brunobb' ancestors ((name 'BpmCore-brunobb.645' message '' id '28ef32a2-67b8-4441-bbf6-7b86ed591253' date '02/04/2020' time '10:40:55' author 'brunobb' ancestors ((name 'BpmCore-brunobb.644' message '' id '4ec705f6-7472-47ca-9aee-86a265706049' date '02/04/2020' time '10:36:50' author 'brunobb' ancestors ((name 'BpmCore-brunobb.643' message '' id '51bf4272-3579-4e89-b00b-45eb85c5fa19' date '02/04/2020' time '10:25:32' author 'brunobb' ancestors ((name 'BpmCore-brunobb.642' message '' id '44c8da7a-43fb-430e-937c-d5660ef41612' date '02/04/2020' time '09:38:44' author 'brunobb' ancestors ((name 'BpmCore-brunobb.641' message '' id 'e69c3555-c9d6-46a7-930f-3dd2eb24b345' date '02/04/2020' time '09:16:31' author 'brunobb' ancestors ((name 'BpmCore-brunobb.640' message '' id '2c7f7074-16dd-4401-b093-b4831bcbec2b' date '02/04/2020' time '08:55:48' author 'brunobb' ancestors ((name 'BpmCore-brunobb.639' message '' id '0570101b-1619-435a-8b6b-2d2e80efed79' date '02/04/2020' time '08:28:31' author 'brunobb' ancestors ((name 'BpmCore-brunobb.638' message '' id '627a7e4a-bf40-4669-8e93-e52e714ece02' date '02/02/2020' time '12:03:18' author 'brunobb' ancestors ((name 'BpmCore-brunobb.637' message '' id 'e251d2a9-6030-41b6-b084-e4b8eb6544d7' date '01/31/2020' time '09:20:10' author 'brunobb' ancestors ((name 'BpmCore-brunobb.636' message '' id '5338e326-aae2-4306-ab8f-ea0d2944b16f' date '01/30/2020' time '10:08:32' author 'brunobb' ancestors ((name 'BpmCore-brunobb.635' message '' id '4f7d7896-fc53-4a08-8136-a5f695e451ad' date '01/30/2020' time '08:42:30' author 'brunobb' ancestors ((name 'BpmCore-brunobb.634' message '' id '02eed1fe-a93c-4a1e-bbcf-d15712535269' date '01/30/2020' time '08:32:05' author 'brunobb' ancestors ((name 'BpmCore-brunobb.633' message '' id 'fc445f9b-fd2d-460c-aab5-5fd1f6a05e49' date '01/30/2020' time '07:14:50' author 'brunobb' ancestors ((name 'BpmCore-brunobb.632' message '' id 'e5501214-a8dc-4258-aa80-165e22d5ac07' date '01/30/2020' time '04:38:36' author 'brunobb' ancestors ((name 'BpmCore-brunobb.631' message '' id 'e08ed158-2e7b-400b-9fd9-0f9526659750' date '01/30/2020' time '03:38:04' author 'brunobb' ancestors ((name 'BpmCore-brunobb.630' message '' id 'b33b4d5f-c606-4e65-a9d6-5c4e25eb9997' date '01/28/2020' time '08:09:43' author 'brunobb' ancestors ((name 'BpmCore-brunobb.629' message '' id '47babacc-fd4d-4ac3-ac98-4797e5b3a53f' date '01/28/2020' time '07:59:54' author 'brunobb' ancestors ((name 'BpmCore-brunobb.628' message '' id 'a5550246-fd66-4fcf-a818-1e864a05f899' date '01/28/2020' time '07:35:15' author 'brunobb' ancestors ((name 'BpmCore-brunobb.627' message '' id '0cc5885e-ed15-4d57-95fb-e78218ac2ac8' date '01/28/2020' time '04:53:37' author 'brunobb' ancestors ((name 'BpmCore-brunobb.626' message '' id 'e48d3b56-2ce1-4a2d-a0ca-954c42bc5339' date '01/28/2020' time '04:17:20' author 'brunobb' ancestors ((name 'BpmCore-brunobb.625' message '' id '19006c2b-19be-4499-be51-4ec4576cd6f5' date '01/28/2020' time '03:33:54' author 'brunobb' ancestors ((name 'BpmCore-brunobb.624' message '' id '2c7f885f-cbba-4cee-9788-463b4318a1b5' date '01/27/2020' time '11:48:40' author 'brunobb' ancestors ((name 'BpmCore-brunobb.623' message '' id 'bf7c8a21-0de6-4507-8768-9cb111e2c42f' date '01/16/2020' time '12:17:13' author 'brunobb' ancestors ((name 'BpmCore-brunobb.622' message '' id '6c02656a-e91b-4a6b-862a-cd77940f3d54' date '01/16/2020' time '04:39:50' author 'brunobb' ancestors ((name 'BpmCore-brunobb.621' message '' id '346eed6a-0e5e-45c9-9e85-12c4dc55e895' date '01/14/2020' time '02:49:42' author 'brunobb' ancestors ((name 'BpmCore-brunobb.620' message '' id '959799c0-4ed8-4728-871a-fe0dc69490e3' date '12/30/2019' time '08:17:53' author 'brunobb' ancestors ((name 'BpmCore-brunobb.619' message '' id 'a8025858-3eb0-41ef-a2e5-c74c342d51b8' date '12/27/2019' time '08:34:16' author 'brunobb' ancestors ((name 'BpmCore-brunobb.618' message '' id 'e0c8f721-3eef-4411-a5c5-f7dff84c2a7d' date '12/27/2019' time '08:31:13' author 'brunobb' ancestors ((name 'BpmCore-brunobb.617' message '' id '8cfef4f2-6260-477c-8b70-1303b678a121' date '12/27/2019' time '08:13:21' author 'brunobb' ancestors ((name 'BpmCore-brunobb.616' message '' id '488a07e0-b3ab-4dac-8380-501f05d65d12' date '12/27/2019' time '07:02:43' author 'brunobb' ancestors ((name 'BpmCore-brunobb.615' message '' id '25ad5889-e71c-4b48-8e6a-b6cd796fe202' date '12/27/2019' time '06:17:26' author 'brunobb' ancestors ((name 'BpmCore-brunobb.614' message '' id 'f261d139-68c6-4ff1-bed4-480ee44b3400' date '12/26/2019' time '09:12:26' author 'brunobb' ancestors ((name 'BpmCore-brunobb.613' message '' id 'bdd83ff1-834a-4156-aef1-5b6ec0d04e91' date '12/26/2019' time '09:11:30' author 'brunobb' ancestors ((name 'BpmCore-brunobb.612' message '' id 'c2f48b4d-b1f0-4ee8-a31c-192ccd192b7e' date '12/26/2019' time '08:42:37' author 'brunobb' ancestors ((name 'BpmCore-brunobb.611' message '' id '3c61b884-eca0-4d1d-90e2-2fc6c660faaa' date '12/26/2019' time '06:45:47' author 'brunobb' ancestors ((name 'BpmCore-brunobb.610' message '' id 'e2b2b7ee-0ca3-4346-a0b1-cd34b497b35b' date '12/23/2019' time '08:42:29' author 'brunobb' ancestors ((name 'BpmCore-brunobb.609' message '' id '25b96c06-dcd0-4bbf-bcab-1d3a5044305a' date '12/20/2019' time '09:34:06' author 'brunobb' ancestors ((name 'BpmCore-brunobb.608' message '' id '26830ac9-409b-4b29-97c4-7d1322c8c713' date '12/20/2019' time '09:14:37' author 'brunobb' ancestors ((name 'BpmCore-brunobb.607' message '' id 'b6e1d853-4dfb-4448-81ef-9edce4a295d9' date '12/20/2019' time '08:24:21' author 'brunobb' ancestors ((name 'BpmCore-brunobb.606' message '' id '1af6e6b5-6ac6-4181-938a-6620ed411ad5' date '12/20/2019' time '07:04:21' author 'brunobb' ancestors ((name 'BpmCore-brunobb.605' message '' id 'b7cbe4b2-89db-4ff7-b59c-5e667f0af2dd' date '12/20/2019' time '06:58:07' author 'brunobb' ancestors ((name 'BpmCore-brunobb.604' message '' id 'ce30de3d-c481-4622-9dab-c7ef29fddcaa' date '12/16/2019' time '12:20:18' author 'brunobb' ancestors ((name 'BpmCore-brunobb.603' message '' id '291b2623-37e5-4db5-b0c7-132bee3b7def' date '12/16/2019' time '11:54:53' author 'brunobb' ancestors ((name 'BpmCore-brunobb.602' message '' id 'b8ce3fd5-d08f-4c44-8ec5-743499dc9562' date '12/16/2019' time '11:37:44' author 'brunobb' ancestors ((name 'BpmCore-brunobb.601' message '' id '3794c661-24a4-4ebd-94cf-47782ba5cba9' date '12/16/2019' time '11:23:16' author 'brunobb' ancestors ((name 'BpmCore-brunobb.600' message '' id '36597ef4-7a3f-42e3-9b33-98e4d174acd7' date '12/16/2019' time '11:19:03' author 'brunobb' ancestors ((name 'BpmCore-brunobb.599' message '' id '249abd05-8dd2-4630-96b2-2e5144d5b37a' date '12/12/2019' time '06:53:34' author 'brunobb' ancestors ((name 'BpmCore-brunobb.598' message '' id 'bc5ce624-e1b5-4667-a87f-4fe5b8c63442' date '12/12/2019' time '04:02:00' author 'brunobb' ancestors ((name 'BpmCore-brunobb.597' message '' id 'f6d9a543-1ba8-4e6d-9054-3285610c69f9' date '12/12/2019' time '02:44:53' author 'brunobb' ancestors ((name 'BpmCore-brunobb.596' message '' id 'df2c30c6-27cf-46a2-9d9e-5d2612fe30d2' date '12/11/2019' time '09:15:50' author 'brunobb' ancestors ((name 'BpmCore-brunobb.595' message '' id '23e03a84-b77d-4ae8-a118-6cadca4eceee' date '12/10/2019' time '08:28:54' author 'brunobb' ancestors ((name 'BpmCore-brunobb.594' message '' id '70dd545f-a2d2-4e19-baf9-5ddd5dbc93cb' date '12/10/2019' time '07:46:29' author 'brunobb' ancestors ((name 'BpmCore-brunobb.593' message '' id '5469a256-fda5-460c-9dac-4cf12e4cd101' date '12/10/2019' time '04:55:53' author 'brunobb' ancestors ((name 'BpmCore-brunobb.592' message '' id 'f9d90104-396d-4502-bd21-fc1c1d792c39' date '12/10/2019' time '04:12:53' author 'brunobb' ancestors ((name 'BpmCore-brunobb.591' message '' id 'b5afb27f-9157-4719-8ec2-8cf4c6d42ba4' date '12/10/2019' time '02:53:28' author 'brunobb' ancestors ((name 'BpmCore-brunobb.590' message '' id '4b53f97c-fd94-42f9-ab87-726be86a4526' date '12/06/2019' time '07:08:30' author 'brunobb' ancestors ((name 'BpmCore-brunobb.589' message '' id '334f762b-597f-4d4c-b7a9-4bc43171f118' date '12/06/2019' time '07:06:36' author 'brunobb' ancestors ((name 'BpmCore-brunobb.588' message '' id '2ca01825-bc1e-468a-acc2-7198be6c3b84' date '12/06/2019' time '06:59:27' author 'brunobb' ancestors ((name 'BpmCore-brunobb.587' message '' id '599e2cfb-b6df-451b-a48a-b40aab56e701' date '12/06/2019' time '06:42:42' author 'brunobb' ancestors ((name 'BpmCore-brunobb.586' message '' id 'cadbc533-6ac1-4a2b-a41d-5dfeeb52b9cd' date '12/06/2019' time '05:15:08' author 'brunobb' ancestors ((name 'BpmCore-brunobb.585' message '' id 'ea575a9e-307d-4cb6-abb3-06592b0cf15b' date '12/05/2019' time '02:29:45' author 'brunobb' ancestors ((name 'BpmCore-brunobb.584' message '' id 'fc3d3bcc-982d-4368-9f9f-23b1811a2866' date '12/04/2019' time '12:17:00' author 'brunobb' ancestors ((name 'BpmCore-brunobb.583' message '' id '6d89976c-02ba-42de-9205-4c7991e6c1f8' date '12/04/2019' time '11:26:16' author 'brunobb' ancestors ((name 'BpmCore-brunobb.582' message '' id '21f798f3-bd84-42be-a781-748c2db2d156' date '12/04/2019' time '10:19:15' author 'brunobb' ancestors ((name 'BpmCore-brunobb.581' message '' id '012d0f28-5891-49ee-8fb7-8ed9a2e66587' date '12/04/2019' time '10:15:38' author 'brunobb' ancestors ((name 'BpmCore-brunobb.580' message '' id 'fb376bc9-0087-455a-9060-38696665063a' date '12/03/2019' time '08:18:10' author 'brunobb' ancestors ((name 'BpmCore-brunobb.579' message '' id '7359c77d-5e22-4c6c-a8b8-b3182eb3738b' date '12/03/2019' time '02:06:09' author 'brunobb' ancestors ((name 'BpmCore-brunobb.578' message '' id '3b8554e4-5b0f-4777-aa09-a0981349d044' date '12/02/2019' time '10:05:55' author 'brunobb' ancestors ((name 'BpmCore-brunobb.577' message '' id 'ef0546cc-a51b-4ecc-b353-4498e5c2da3a' date '12/02/2019' time '09:49:07' author 'brunobb' ancestors ((name 'BpmCore-brunobb.576' message '' id 'e379af04-0f3a-4059-aa0f-68027b907c41' date '12/02/2019' time '08:51:23' author 'brunobb' ancestors ((name 'BpmCore-brunobb.575' message '' id '3acc2a13-d06a-4433-b312-2f80d53675de' date '12/02/2019' time '08:40:30' author 'brunobb' ancestors ((name 'BpmCore-brunobb.574' message '' id '10d25551-c2a4-42f0-86d0-629e82f20a9f' date '12/01/2019' time '08:41:26' author 'brunobb' ancestors ((name 'BpmCore-brunobb.573' message '' id '5c405483-3443-4406-9abb-9c60db729115' date '12/01/2019' time '08:16:37' author 'brunobb' ancestors ((name 'BpmCore-brunobb.572' message '' id 'a3e58607-81d0-4162-b71b-b03d4dda64a1' date '12/01/2019' time '07:52:46' author 'brunobb' ancestors ((name 'BpmCore-brunobb.571' message '' id 'c67cc138-a28e-42af-b741-9f2ee026f4e9' date '11/29/2019' time '11:53:17' author 'brunobb' ancestors ((name 'BpmCore-brunobb.570' message '' id 'e4702f3d-e0c9-48af-beac-15e5d400cee6' date '11/29/2019' time '11:29:57' author 'brunobb' ancestors ((name 'BpmCore-brunobb.569' message '' id '130a9790-08dc-440b-ac40-4d229063ebf1' date '11/29/2019' time '10:26:14' author 'brunobb' ancestors ((name 'BpmCore-brunobb.568' message '' id '59103fcb-17a8-450e-b83f-33f038c67180' date '11/28/2019' time '04:23:41' author 'brunobb' ancestors ((name 'BpmCore-brunobb.567' message '' id '14f62e14-bd17-4a91-a3b5-32398996362c' date '11/11/2019' time '11:01:53' author 'brunobb' ancestors ((name 'BpmCore-brunobb.566' message '' id '4658f510-7e3b-459d-820f-60708c130430' date '11/08/2019' time '12:40:21' author 'brunobb' ancestors ((name 'BpmCore-brunobb.565' message '' id 'f22c96d9-57c8-4276-a5c7-ad8318d13a2d' date '10/21/2019' time '10:39:27' author 'brunobb' ancestors ((name 'BpmCore-brunobb.564' message '' id 'f0cb62ff-1add-466f-985a-97727e0c194d' date '10/18/2019' time '06:49:30' author 'brunobb' ancestors ((name 'BpmCore-brunobb.563' message '' id 'e60326a8-234d-4c8a-aeb5-1e2e2a61201a' date '10/11/2019' time '07:04:38' author 'brunobb' ancestors ((name 'BpmCore-brunobb.562' message '' id '4a169ec1-c72a-4431-a87a-55bcf7073862' date '10/10/2019' time '04:45:18' author 'brunobb' ancestors ((name 'BpmCore-brunobb.561' message '' id 'c1babf12-e35f-4743-96de-d2cde40ec3a8' date '10/09/2019' time '13:17:15' author 'brunobb' ancestors ((name 'BpmCore-brunobb.560' message '' id '17f41e73-920b-47e2-b899-4760c651682e' date '10/09/2019' time '12:27:27' author 'brunobb' ancestors ((name 'BpmCore-brunobb.559' message '' id 'c8f63abd-8615-485c-813a-e038729b4f10' date '10/04/2019' time '11:17:39' author 'brunobb' ancestors ((name 'BpmCore-brunobb.558' message '' id 'd2ec2d41-49ad-4170-b35c-3a75b3d01b8d' date '09/30/2019' time '12:36:33' author 'brunobb' ancestors ((name 'BpmCore-brunobb.557' message '' id '0a0ca653-11a3-4d46-8853-da6f8301158a' date '09/26/2019' time '03:51:00' author 'brunobb' ancestors ((name 'BpmCore-brunobb.556' message '' id '91090957-0096-433f-8b7c-4c3b4e0370ad' date '09/26/2019' time '03:02:59' author 'brunobb' ancestors ((name 'BpmCore-brunobb.555' message '' id '9418a5f0-6cc5-4d17-b40f-30fe189dab80' date '09/26/2019' time '02:21:59' author 'brunobb' ancestors ((name 'BpmCore-brunobb.554' message '' id '593623c4-465f-4b89-8815-492056832894' date '09/25/2019' time '12:48:50' author 'brunobb' ancestors ((name 'BpmCore-brunobb.553' message '' id '8cfb360d-0bd9-4372-8882-71263ce1b86a' date '09/25/2019' time '12:39:00' author 'brunobb' ancestors ((name 'BpmCore-brunobb.552' message '' id 'eed2b4b7-c7b3-488e-b746-81fbeef26135' date '09/25/2019' time '11:44:40' author 'brunobb' ancestors ((name 'BpmCore-brunobb.551' message '' id 'b5e2a8c3-d004-42f1-af6c-08e28fe6190a' date '09/25/2019' time '11:18:12' author 'brunobb' ancestors ((name 'BpmCore-brunobb.550' message '' id '249a445f-f194-4e24-b8c9-1979a5416977' date '09/23/2019' time '09:08:19' author 'brunobb' ancestors ((name 'BpmCore-brunobb.549' message '' id '6b9b7bb3-5826-425e-a089-3254d8794f48' date '09/23/2019' time '09:02:54' author 'brunobb' ancestors ((name 'BpmCore-brunobb.548' message '' id '7d7181d1-1d07-4257-9c64-91a5b46ca05c' date '09/20/2019' time '11:02:23' author 'brunobb' ancestors ((name 'BpmCore-brunobb.547' message '' id '813c056c-9368-42b6-8171-860674529539' date '09/20/2019' time '08:44:28' author 'brunobb' ancestors ((name 'BpmCore-brunobb.546' message '' id '63af3174-7552-4f78-bc77-e92ae46b62ce' date '09/20/2019' time '07:53:40' author 'brunobb' ancestors ((name 'BpmCore-brunobb.545' message '' id '67d1f597-35e4-47fd-ab9b-942dca8c0e7d' date '09/19/2019' time '10:23:35' author 'brunobb' ancestors ((name 'BpmCore-brunobb.544' message '' id 'ffab5943-dcd1-4574-9b01-eb02f96cb5fe' date '09/19/2019' time '08:53:04' author 'brunobb' ancestors ((name 'BpmCore-brunobb.543' message '' id 'a0b7f492-f5ee-421f-ad35-053ce936b0ec' date '09/18/2019' time '13:11:13' author 'brunobb' ancestors ((name 'BpmCore-brunobb.542' message '' id '5ea6b1b5-8ade-44b9-ba7a-bb6ef74ad26f' date '08/29/2019' time '10:56:27' author 'brunobb' ancestors ((name 'BpmCore-brunobb.541' message '' id '84f2c504-4197-4558-8492-2cdb48a352fa' date '08/28/2019' time '10:00:24' author 'brunobb' ancestors ((name 'BpmCore-brunobb.540' message '' id '19584c09-f835-418f-a931-17d28d5a9480' date '08/28/2019' time '09:06:06' author 'brunobb' ancestors ((name 'BpmCore-brunobb.539' message '' id '944eb575-38ae-466e-a99a-6693ad04b741' date '08/27/2019' time '09:38:58' author 'brunobb' ancestors ((name 'BpmCore-brunobb.538' message '' id 'a07e8489-d475-43ee-ba61-be7b4b0a21d9' date '08/26/2019' time '12:01:10' author 'brunobb' ancestors ((name 'BpmCore-brunobb.537' message '' id 'c030f7c1-4f40-4331-8f8d-b7d7ada7732c' date '08/26/2019' time '08:47:56' author 'brunobb' ancestors ((name 'BpmCore-brunobb.536' message '' id '71071272-647f-47fe-b580-a78ec28b4534' date '08/23/2019' time '13:32:25' author 'brunobb' ancestors ((name 'BpmCore-brunobb.535' message '' id 'd2408fb0-ecd8-4f3c-b874-736c98b07fa5' date '08/22/2019' time '13:23:37' author 'brunobb' ancestors ((name 'BpmCore-brunobb.534' message '' id 'fecaec6b-d81d-40ca-aca1-246138504d61' date '08/21/2019' time '11:59:38' author 'brunobb' ancestors ((name 'BpmCore-brunobb.533' message '' id 'd3fad6d9-682c-4b1a-9163-c40d44e5e336' date '08/21/2019' time '11:47:38' author 'brunobb' ancestors ((name 'BpmCore-brunobb.532' message '' id 'e8f7935a-0f94-4bd1-9387-51c18c3310f0' date '08/20/2019' time '11:06:03' author 'brunobb' ancestors ((name 'BpmCore-brunobb.531' message '' id '7669cc52-66e0-4e1b-9c10-59c9decdfb15' date '08/20/2019' time '04:41:30' author 'brunobb' ancestors ((name 'BpmCore-brunobb.530' message '' id '2faf0987-25a3-4ab1-8cb1-1e028ba7feab' date '08/19/2019' time '10:21:05' author 'brunobb' ancestors ((name 'BpmCore-brunobb.529' message '' id 'a325ad96-c8a4-4573-83da-54f8a50695cf' date '08/19/2019' time '09:32:18' author 'brunobb' ancestors ((name 'BpmCore-brunobb.528' message '' id '210bcf6c-6b0f-4510-97fd-709545eb0d32' date '08/16/2019' time '11:49:25' author 'brunobb' ancestors ((name 'BpmCore-brunobb.527' message '' id '895249cf-5250-44f4-856d-bea379ce113d' date '08/15/2019' time '13:20:35' author 'brunobb' ancestors ((name 'BpmCore-brunobb.526' message '' id 'd0a34af0-2405-4cd1-bff6-9000b7477ff1' date '08/14/2019' time '13:02:13' author 'brunobb' ancestors ((name 'BpmCore-brunobb.525' message '' id 'f7bbec4b-9fd5-4f6a-b484-8f5e4eb660bc' date '08/14/2019' time '13:01:18' author 'brunobb' ancestors ((name 'BpmCore-brunobb.524' message '' id '0bcff75b-978a-4d75-8b98-88d6df18eaa7' date '08/14/2019' time '11:39:29' author 'brunobb' ancestors ((name 'BpmCore-brunobb.523' message '' id '3bfc46d0-3bac-4907-8000-78e49bac365e' date '08/12/2019' time '09:36:32' author 'brunobb' ancestors ((name 'BpmCore-brunobb.522' message '' id 'adac8647-1e59-4240-8f46-a7a77b7e278c' date '08/06/2019' time '11:51:57' author 'brunobb' ancestors ((name 'BpmCore-brunobb.521' message '' id 'f09c2064-b2ce-4887-b795-a45b3544d111' date '08/05/2019' time '13:29:26' author 'brunobb' ancestors ((name 'BpmCore-brunobb.520' message '' id 'f8dbd6e0-2161-4501-98df-37bf89f1318a' date '08/05/2019' time '13:05:44' author 'brunobb' ancestors ((name 'BpmCore-brunobb.519' message '' id '03cda569-2089-4bb9-987e-76c70091bdc7' date '08/02/2019' time '08:12:20' author 'brunobb' ancestors ((name 'BpmCore-brunobb.518' message '' id 'db371d84-4ad2-4afa-9656-4e31e1dc7665' date '08/01/2019' time '11:49:46' author 'brunobb' ancestors ((name 'BpmCore-brunobb.517' message '' id '94282589-e660-455d-aea7-3ce92188c286' date '07/30/2019' time '12:01:48' author 'brunobb' ancestors ((name 'BpmCore-brunobb.516' message '' id 'e59d85cd-40ce-4130-ba25-ad4ff3303b40' date '07/30/2019' time '11:02:01' author 'brunobb' ancestors ((name 'BpmCore-brunobb.515' message '' id 'bafdf76a-b6e6-4ab9-946d-74b00bda2b51' date '07/29/2019' time '12:51:09' author 'brunobb' ancestors ((name 'BpmCore-brunobb.514' message '' id '290f7f30-3de4-4957-88dc-433ccc4e3932' date '07/01/2019' time '12:48:30' author 'brunobb' ancestors ((name 'BpmCore-brunobb.513' message '' id '8fd2dc4c-dada-4721-b891-ac6f7bab1fe9' date '06/24/2019' time '12:39:31' author 'brunobb' ancestors ((name 'BpmCore-brunobb.512' message '' id '68b1b822-a149-47e9-a705-a936f9797752' date '06/21/2019' time '11:09:10' author 'brunobb' ancestors ((name 'BpmCore-brunobb.511' message '' id 'fd7d43e3-57e8-4d29-b6af-85a7f2be094e' date '06/03/2019' time '12:19:40' author 'brunobb' ancestors ((name 'BpmCore-brunobb.510' message '' id '24d6710f-2624-4e26-abd8-2594b6d3c3b6' date '05/28/2019' time '08:40:29' author 'brunobb' ancestors ((name 'BpmCore-brunobb.509' message '' id '91fe0b36-5427-4c9e-8b9f-dd8e08c534bd' date '05/28/2019' time '05:00:48' author 'brunobb' ancestors ((name 'BpmCore-brunobb.508' message '' id '1e244766-3c8a-45f2-9f3c-73f8a2f05aee' date '05/27/2019' time '13:41:37' author 'brunobb' ancestors ((name 'BpmCore-brunobb.507' message '' id '4349b13c-8d2d-4abc-9402-42c75b3c2159' date '05/27/2019' time '12:52:09' author 'brunobb' ancestors ((name 'BpmCore-brunobb.506' message '' id 'dc21d306-8722-4a69-8140-e6137ebd23b8' date '05/24/2019' time '12:40:26' author 'brunobb' ancestors ((name 'BpmCore-brunobb.505' message '' id '5d60bf37-d2cf-4e8e-932e-2e8a51538e2c' date '05/23/2019' time '08:38:06' author 'brunobb' ancestors ((name 'BpmCore-brunobb.504' message '' id 'e6d02f28-f0ba-4f5f-aff2-9c557d35bedb' date '05/23/2019' time '03:30:36' author 'brunobb' ancestors ((name 'BpmCore-brunobb.502' message '' id '16121d01-46af-40ba-bae3-04de8e515b03' date '05/22/2019' time '10:47:57' author 'brunobb' ancestors ((name 'BpmCore-brunobb.501' message '' id '614e7844-c9bd-4ca6-bc90-e3853f825a5e' date '05/15/2019' time '12:22:44' author 'brunobb' ancestors ((name 'BpmCore-brunobb.500' message '' id 'c35e7dee-5298-47c0-80bf-da0dc8c6310c' date '05/13/2019' time '12:32:16' author 'brunobb' ancestors ((name 'BpmCore-brunobb.499' message '' id '3d74e48d-6908-42f7-946b-7b1ea7895325' date '05/09/2019' time '06:08:18' author 'brunobb' ancestors ((name 'BpmCore-brunobb.498' message '' id '77d9af5c-24d4-4e7a-95b8-e87af686df25' date '05/08/2019' time '12:17:17' author 'brunobb' ancestors ((name 'BpmCore-brunobb.497' message '' id '23af3864-2a77-4d05-81be-b09bdcaf0fd7' date '04/29/2019' time '10:56:44' author 'brunobb' ancestors ((name 'BpmCore-brunobb.496' message '' id '08c6f981-a16c-4580-95b8-e8deeb651588' date '04/29/2019' time '10:06:20' author 'brunobb' ancestors ((name 'BpmCore-brunobb.495' message '' id 'ea0fb5eb-e402-4769-94fa-a4be87c88032' date '03/26/2019' time '03:16:09' author 'brunobb' ancestors ((name 'BpmCore-brunobb.494' message '' id 'f548bd7b-2319-4fde-add3-56a01a4e5dc0' date '03/25/2019' time '09:39:58' author 'brunobb' ancestors ((name 'BpmCore-brunobb.493' message '' id '0f3ec898-de5a-4331-ae87-3546bd8784da' date '03/25/2019' time '09:34:45' author 'brunobb' ancestors ((name 'BpmCore-brunobb.492' message '' id '25c1fe28-001e-47a8-99ff-72ce94f8b17d' date '03/25/2019' time '09:13:53' author 'brunobb' ancestors ((name 'BpmCore-brunobb.491' message '' id 'f00a240a-0ccb-451b-a0b4-f46093e1ed56' date '03/25/2019' time '08:51:48' author 'brunobb' ancestors ((name 'BpmCore-brunobb.490' message '' id '01a352eb-6fd5-4431-800c-1efb0e44dbf1' date '03/25/2019' time '08:26:09' author 'brunobb' ancestors ((name 'BpmCore-brunobb.489' message '' id 'b42d9f43-a388-4226-9fe6-f405d45cc75a' date '03/25/2019' time '08:21:29' author 'brunobb' ancestors ((name 'BpmCore-brunobb.488' message '' id '74247ac1-58fd-4d4a-8abd-ef9ca7e3288c' date '03/25/2019' time '08:16:17' author 'brunobb' ancestors ((name 'BpmCore-brunobb.487' message '' id '8a12929f-1f87-4813-ab21-92b7bbb4a0ca' date '03/25/2019' time '08:12:54' author 'brunobb' ancestors ((name 'BpmCore-brunobb.486' message '' id '9d16d633-f2af-4ea8-8e91-249debfb707c' date '03/25/2019' time '08:09:01' author 'brunobb' ancestors ((name 'BpmCore-brunobb.485' message '' id '4cfcf916-1b7b-48d6-94fd-f44e41f11855' date '03/25/2019' time '08:03:23' author 'brunobb' ancestors ((name 'BpmCore-brunobb.484' message '' id '612dceb6-6261-465d-9451-5ec7bfe9ff2e' date '03/25/2019' time '07:51:01' author 'brunobb' ancestors ((name 'BpmCore-brunobb.483' message '' id '0e2fa427-5246-4ffd-a138-6ad932300ce3' date '03/22/2019' time '11:53:13' author 'brunobb' ancestors ((name 'BpmCore-brunobb.482' message '' id 'e02dba0f-ab32-4187-be3a-8ff317dc445d' date '03/14/2019' time '03:40:44' author 'brunobb' ancestors ((name 'BpmCore-brunobb.481' message '' id 'f5babd18-60ab-4c64-8119-5ccc3e26e6fd' date '03/14/2019' time '02:57:57' author 'brunobb' ancestors ((name 'BpmCore-brunobb.480' message '' id 'a27f2029-3571-473d-ab75-6d3e352d0933' date '02/22/2019' time '10:01:13' author 'brunobb' ancestors ((name 'BpmCore-brunobb.479' message '' id '81c89b0b-92bb-4c22-be4a-6509d9feae77' date '02/15/2019' time '07:08:39' author 'brunobb' ancestors ((name 'BpmCore-brunobb.478' message '' id '7bdedf0d-b887-46b9-9d77-07c202cbb3e1' date '02/11/2019' time '11:16:45' author 'brunobb' ancestors ((name 'BpmCore-brunobb.477' message '' id '6a881c0b-f41b-4e33-bd60-9cb43d1f0a54' date '02/07/2019' time '06:51:59' author 'brunobb' ancestors ((name 'BpmCore-brunobb.476' message '' id '8c17d006-cd77-46df-a0e0-2153e84b4845' date '02/05/2019' time '08:49:11' author 'brunobb' ancestors ((name 'BpmCore-brunobb.475' message '' id 'bc0cb649-aa4a-4d86-b0e9-fc0c8687c413' date '02/05/2019' time '08:39:30' author 'brunobb' ancestors ((name 'BpmCore-brunobb.474' message '' id 'd3ee7c4d-f2f8-47c1-b8cb-40108160ebcf' date '02/04/2019' time '06:37:52' author 'brunobb' ancestors ((name 'BpmCore-brunobb.473' message '' id 'd3339e76-46c3-40df-af9d-37e68905ed7e' date '02/01/2019' time '09:25:05' author 'brunobb' ancestors ((name 'BpmCore-brunobb.472' message '' id '7938713e-a39f-418b-aebf-91b6c92de6cf' date '01/31/2019' time '07:54:19' author 'brunobb' ancestors ((name 'BpmCore-brunobb.471' message '' id 'db76117b-769b-485b-984b-e0cf7743bc70' date '01/31/2019' time '07:33:42' author 'brunobb' ancestors ((name 'BpmCore-brunobb.470' message '' id '6747367b-476d-464e-85c5-fc5df674e84f' date '01/21/2019' time '11:40:20' author 'brunobb' ancestors ((name 'BpmCore-brunobb.469' message '' id '530433f4-506b-41ec-b609-6b830e672a5d' date '01/21/2019' time '10:31:33' author 'brunobb' ancestors ((name 'BpmCore-brunobb.468' message '' id 'df4f731f-d219-42ff-8472-00fa4cf15e26' date '01/21/2019' time '10:26:39' author 'brunobb' ancestors ((name 'BpmCore-brunobb.467' message '' id 'ec2820f0-9b23-46f9-ab0b-8824d43a3044' date '01/21/2019' time '09:42:10' author 'brunobb' ancestors ((name 'BpmCore-brunobb.466' message '' id '203efce6-c89e-486e-b445-8543c92a6fa9' date '01/21/2019' time '08:34:17' author 'brunobb' ancestors ((name 'BpmCore-brunobb.465' message '' id '64fb9916-62b4-403b-9fc5-4a4bc25c2122' date '01/21/2019' time '07:38:23' author 'brunobb' ancestors ((name 'BpmCore-brunobb.464' message '' id '8ad3e5a2-7800-46f2-b52f-d47cdb45a0fb' date '01/21/2019' time '05:01:51' author 'brunobb' ancestors ((name 'BpmCore-brunobb.463' message '' id 'b0ee9c18-983e-4dc6-868f-8aca6b782708' date '01/20/2019' time '14:41:53' author 'brunobb' ancestors ((name 'BpmCore-brunobb.462' message '' id '9776bbf5-4adf-488d-90f6-c71bc9f6d165' date '01/20/2019' time '14:28:08' author 'brunobb' ancestors ((name 'BpmCore-brunobb.461' message '' id '48f75efb-330e-4596-ba4b-7e8ba06e2c17' date '01/20/2019' time '09:45:46' author 'brunobb' ancestors ((name 'BpmCore-brunobb.460' message '' id 'cdf42cbe-4954-4a93-a79c-ff0de3d707d3' date '01/20/2019' time '09:27:41' author 'brunobb' ancestors ((name 'BpmCore-brunobb.459' message '' id '213d7680-0f80-44ae-94bc-3248f561d645' date '01/20/2019' time '09:00:29' author 'brunobb' ancestors ((name 'BpmCore-brunobb.457' message '' id '3ca8c0dc-5cfc-4054-a1ce-409f6fceed56' date '01/16/2019' time '09:39:20' author 'brunobb' ancestors ((name 'BpmCore-brunobb.456' message '' id 'd313b192-0e5c-4ca5-8ec4-f7074d21f739' date '12/27/2018' time '08:41:47' author 'brunobb' ancestors ((name 'BpmCore-brunobb.455' message '' id '1413b061-1ea4-4ad4-bd0c-3151d94cf25f' date '12/26/2018' time '04:40:17' author 'brunobb' ancestors ((name 'BpmCore-brunobb.454' message '' id 'aa2c5476-cf1e-410d-92a8-a938f6a7629c' date '12/18/2018' time '11:41:41' author 'brunobb' ancestors ((name 'BpmCore-brunobb.453' message '' id 'f6083573-c4ac-4bda-8ef7-c1e6f5d76aab' date '12/18/2018' time '08:55:10' author 'brunobb' ancestors ((name 'BpmCore-brunobb.452' message '' id '63c9716c-970f-486a-8c8d-e4bfecf06930' date '12/18/2018' time '08:10:33' author 'brunobb' ancestors ((name 'BpmCore-brunobb.451' message '' id '22e2c3ca-cb62-4f67-87ad-b7b531b24120' date '12/18/2018' time '02:05:06' author 'brunobb' ancestors ((name 'BpmCore-brunobb.450' message '' id '0eb6d5f0-bf72-4110-953b-7936249950cb' date '12/17/2018' time '11:53:21' author 'brunobb' ancestors ((name 'BpmCore-brunobb.449' message '' id '2623ef71-2462-4f5e-812c-4d85a5e85235' date '12/17/2018' time '10:03:04' author 'brunobb' ancestors ((name 'BpmCore-brunobb.448' message '' id 'fab1d1cc-0e3b-4ebc-9290-01ead707840c' date '12/17/2018' time '09:23:32' author 'brunobb' ancestors ((name 'BpmCore-brunobb.447' message '' id 'ec953e26-3f15-4f86-8532-464720c8a0a6' date '12/17/2018' time '08:07:06' author 'brunobb' ancestors ((name 'BpmCore-brunobb.446' message '' id '7b9b3e69-2f84-476d-8aad-02c1ee77b9cb' date '12/17/2018' time '08:02:03' author 'brunobb' ancestors ((name 'BpmCore-brunobb.445' message '' id 'b1827446-04ad-4dd9-b76b-0394ac00b5c7' date '12/17/2018' time '04:27:54' author 'brunobb' ancestors ((name 'BpmCore-brunobb.444' message '' id '5929b5e1-e92b-4f97-a676-38fbcd455406' date '12/14/2018' time '11:31:30' author 'brunobb' ancestors ((name 'BpmCore-brunobb.443' message '' id '71929adf-f553-49b5-9eb1-285c012c177e' date '12/14/2018' time '10:03:12' author 'brunobb' ancestors ((name 'BpmCore-brunobb.442' message '' id 'acaef2c3-9c64-4217-a5b1-90786fb39ced' date '12/14/2018' time '09:21:49' author 'brunobb' ancestors ((name 'BpmCore-brunobb.441' message '' id 'd1179260-eb86-4611-ac5b-9a3c05260133' date '12/13/2018' time '09:13:14' author 'brunobb' ancestors ((name 'BpmCore-brunobb.440' message '' id 'cb5a761b-50d4-4d4a-9a4e-f4d1bf7b81d6' date '12/12/2018' time '10:52:44' author 'brunobb' ancestors ((name 'BpmCore-brunobb.439' message '' id 'e048476f-af67-4c0d-9ae5-4d8f5316237b' date '12/10/2018' time '12:14:11' author 'brunobb' ancestors ((name 'BpmCore-brunobb.438' message '' id 'e068a5c7-18f4-4be0-ae59-36d959347a01' date '12/04/2018' time '09:17:19' author 'brunobb' ancestors ((name 'BpmCore-brunobb.437' message '' id 'f8cb86f9-cc66-402f-8c36-2dd6de2259ad' date '12/04/2018' time '09:07:16' author 'brunobb' ancestors ((name 'BpmCore-brunobb.436' message '' id 'fd2d6841-a385-4cbb-a403-357b1719b10b' date '12/04/2018' time '08:16:13' author 'brunobb' ancestors ((name 'BpmCore-brunobb.435' message '' id 'd7333c72-c600-4512-a329-14d548bb24a7' date '12/04/2018' time '07:48:14' author 'brunobb' ancestors ((name 'BpmCore-brunobb.434' message '' id '2abd25c0-1b81-4571-8397-2f927ad76a71' date '12/04/2018' time '06:54:53' author 'brunobb' ancestors ((name 'BpmCore-brunobb.433' message '' id '0ef26838-a59b-4778-942b-fc14742a6a35' date '11/30/2018' time '04:43:45' author 'brunobb' ancestors ((name 'BpmCore-brunobb.432' message '' id '3c860b14-8ddb-46ef-8884-3bdcfc74f45f' date '11/28/2018' time '08:33:17' 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 ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) 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 'BpmCore-brunobb.700' message '' id '1774c2e3-3216-4a97-8439-f7541905ce81' date '08/03/2020' time '14:27:56' author 'brunobb' ancestors ((name 'BpmCore-brunobb.699' message '' id 'a5010588-fdba-4636-9acf-fe21280dd173' date '08/03/2020' time '13:52:24' author 'brunobb' ancestors ((name 'BpmCore-brunobb.698' message '' id '93c8b8a4-c305-49bd-96c0-0ec20bffa675' date '08/03/2020' time '12:56:33' author 'brunobb' ancestors ((name 'BpmCore-brunobb.697' message '' id 'a4ca081d-c833-413d-b20d-6ff1b5c9e454' date '07/31/2020' time '14:24:20' author 'brunobb' ancestors ((name 'BpmCore-brunobb.696' message '' id 'd8fcb6b4-b46d-4e50-b1c1-c43b41f8dab6' date '07/31/2020' time '13:50:59' author 'brunobb' ancestors ((name 'BpmCore-brunobb.695' message '' id 'd9468e67-e3d9-41ea-bc8f-231574c9c37c' date '07/31/2020' time '13:16:12' author 'brunobb' ancestors ((name 'BpmCore-brunobb.694' message '' id 'a9566c27-2b35-416a-857b-52e315765dc6' date '07/31/2020' time '11:56:43' author 'brunobb' ancestors ((name 'BpmCore-brunobb.693' message '' id '4cca495d-a364-4382-8101-918dfeafe1f7' date '07/31/2020' time '11:33:58' author 'brunobb' ancestors ((name 'BpmCore-brunobb.692' message '' id 'efd195af-4a44-4b73-9127-86785e5b1c44' date '07/31/2020' time '11:08:30' author 'brunobb' ancestors ((name 'BpmCore-brunobb.691' message '' id 'edef9748-1b7e-4c5c-927e-9a9919c20ddc' date '07/31/2020' time '10:53:10' author 'brunobb' ancestors ((name 'BpmCore-brunobb.690' message '' id '08c4d627-875c-4288-9fda-34a3601cd52d' date '07/30/2020' time '12:35:55' author 'brunobb' ancestors ((name 'BpmCore-brunobb.689' message '' id '34a8fc13-635a-45dc-a752-f803df0d0ebb' date '07/30/2020' time '12:06:00' author 'brunobb' ancestors ((name 'BpmCore-bruno.688' message '' id '77904730-71ea-45d4-b7a7-926bfc43010f' date '07/28/2020' time '10:49:58' author 'bruno' ancestors ((name 'BpmCore-bruno.687' message '' id '65f19e7c-a6d5-4963-afd1-f16c2ece212a' date '07/27/2020' time '15:07:25' author 'bruno' ancestors ((name 'BpmCore-bruno.686' message '' id 'cbfd569a-97c2-43bc-878e-47d206d360f1' date '07/24/2020' time '13:50:42' author 'bruno' ancestors ((name 'BpmCore-bruno.685' message '' id '89f3535d-cfec-45ee-8362-117b8b625a27' date '07/24/2020' time '13:26:03' author 'bruno' ancestors ((name 'BpmCore-bruno.684' message '' id '500d2a78-f3cf-4232-8921-bdabf4ee72f4' date '07/24/2020' time '12:38:41' author 'bruno' ancestors ((name 'BpmCore-bruno.683' message '' id 'f8617ee4-0841-4138-b512-00351c167632' date '07/23/2020' time '12:22:26' author 'bruno' ancestors ((name 'BpmCore-bruno.682' message '' id 'ec04c2b5-7b53-4bae-8862-64fd1c56110f' date '07/22/2020' time '16:25:53' author 'bruno' ancestors ((name 'BpmCore-bruno.681' message '' id 'ea9139e8-25a1-4aa0-b0ac-d1acf65c6920' date '07/22/2020' time '16:15:38' author 'bruno' ancestors ((name 'BpmCore-brunobb.680' message '' id 'e689bb59-5f10-4846-887c-b12faea094ae' date '06/12/2020' time '12:54:16' author 'brunobb' ancestors ((name 'BpmCore-brunobb.679' message '' id '830d4335-ed36-42e4-99dd-cacddc47d169' date '06/11/2020' time '11:38:04' author 'brunobb' ancestors ((name 'BpmCore-brunobb.678' message '' id 'd7099cc1-9b23-45b0-8d80-2860f2fdc8f9' date '06/11/2020' time '11:33:52' author 'brunobb' ancestors ((name 'BpmCore-brunobb.677' message '' id '62c4d1ca-ed98-41d6-95f4-26b9971d3a67' date '05/21/2020' time '11:05:39' author 'brunobb' ancestors ((name 'BpmCore-brunobb.676' message '' id '452e1a86-710f-4488-880b-ff3f540d91f4' date '05/21/2020' time '10:47:30' author 'brunobb' ancestors ((name 'BpmCore-brunobb.675' message '' id '03b8ada9-faf6-485f-a7ad-158dd2bab67a' date '05/16/2020' time '13:43:38' author 'brunobb' ancestors ((name 'BpmCore-brunobb.674' message '' id 'cfd6fc18-5ce8-49bb-85a3-3fe7298e13d8' date '04/14/2020' time '15:49:33' author 'brunobb' ancestors ((name 'BpmCore-brunobb.673' message '' id '9e939d36-c736-48b2-bcc1-e820de284965' date '04/13/2020' time '15:47:14' author 'brunobb' ancestors ((name 'BpmCore-brunobb.672' message '' id '2c28066c-4134-4258-84ba-2489a4168c83' date '04/10/2020' time '16:45:42' author 'brunobb' ancestors ((name 'BpmCore-brunobb.671' message '' id '8722f2b7-01cd-44bf-8ae2-94b3947792d7' date '04/10/2020' time '16:26:31' author 'brunobb' ancestors ((name 'BpmCore-brunobb.670' message '' id '3226db62-cece-4497-a725-76d5462cc723' date '04/09/2020' time '21:07:49' author 'brunobb' ancestors ((name 'BpmCore-brunobb.669' message '' id 'fb3ccf13-df76-4f23-9d7a-cbcb0c7f90c4' date '04/09/2020' time '20:01:12' author 'brunobb' ancestors ((name 'BpmCore-brunobb.668' message '' id 'fcf52922-d181-4d41-a23f-32fc1397803d' date '04/08/2020' time '07:21:19' author 'brunobb' ancestors ((name 'BpmCore-brunobb.667' message '' id '8f0549be-2749-4b83-baf5-3869a7498da2' date '04/08/2020' time '07:12:54' author 'brunobb' ancestors ((name 'BpmCore-brunobb.666' message '' id 'b580a47b-ac56-470b-baf8-ee7249d8b208' date '04/06/2020' time '22:53:44' author 'brunobb' ancestors ((name 'BpmCore-brunobb.665' message '' id 'b46b1edb-ec13-4c52-b70a-f6c9a4939ee1' date '04/06/2020' time '15:03:40' author 'brunobb' ancestors ((name 'BpmCore-brunobb.664' message '' id '8a876b9e-64db-44f7-a187-80b1e48b1fd8' date '04/03/2020' time '13:42:03' author 'brunobb' ancestors ((name 'BpmCore-brunobb.663' message '' id '2ba6f6ae-055e-439a-92ee-94d2c1bd013d' date '03/18/2020' time '06:18:00' author 'brunobb' ancestors ((name 'BpmCore-brunobb.662' message '' id '94e95203-571e-45d9-a0ca-d24748d890cc' date '02/12/2020' time '11:57:53' author 'brunobb' ancestors ((name 'BpmCore-brunobb.661' message '' id 'eb08929b-4f03-47e5-9096-bb47294b711a' date '02/12/2020' time '11:04:14' author 'brunobb' ancestors ((name 'BpmCore-brunobb.660' message '' id '0ccef1d2-9477-4ff0-99f7-4572ded0b46f' date '02/12/2020' time '10:40:38' author 'brunobb' ancestors ((name 'BpmCore-brunobb.659' message '' id 'a7b8007f-9ebe-42f5-98f0-8312dc4ca0b7' date '02/10/2020' time '11:26:02' author 'brunobb' ancestors ((name 'BpmCore-brunobb.658' message '' id '911e0b15-ed3d-4817-9108-f3f691bd4b4f' date '02/10/2020' time '09:00:39' author 'brunobb' ancestors ((name 'BpmCore-brunobb.657' message '' id '35cbcc33-3e30-493f-a929-444451305cfd' date '02/07/2020' time '08:59:43' author 'brunobb' ancestors ((name 'BpmCore-brunobb.656' message '' id 'f1920aa4-eff7-4118-a124-486894405740' date '02/07/2020' time '08:29:42' author 'brunobb' ancestors ((name 'BpmCore-brunobb.655' message '' id '2f4e4ee7-6337-40b6-9cb0-cbf50e05068f' date '02/07/2020' time '08:15:42' author 'brunobb' ancestors ((name 'BpmCore-brunobb.654' message '' id '013c5e90-567a-4701-9815-003f362e10f3' date '02/06/2020' time '11:09:50' author 'brunobb' ancestors ((name 'BpmCore-brunobb.653' message '' id '84d03235-c8e9-414d-903e-2010d73c5365' date '02/06/2020' time '09:48:42' author 'brunobb' ancestors ((name 'BpmCore-brunobb.652' message '' id 'a92cf449-21aa-46ba-98c1-98df53e8a152' date '02/06/2020' time '08:08:14' author 'brunobb' ancestors ((name 'BpmCore-brunobb.651' message '' id '150ab9c4-b0a0-4aef-b555-a8a9c3a34993' date '02/06/2020' time '03:20:21' author 'brunobb' ancestors ((name 'BpmCore-brunobb.650' message '' id 'a76f0a94-2bbb-452b-aa2b-25e3745f9e22' date '02/05/2020' time '11:33:51' author 'brunobb' ancestors ((name 'BpmCore-brunobb.649' message '' id '1becb27b-57a7-425d-9edb-f8c7bc29f923' date '02/05/2020' time '10:44:19' author 'brunobb' ancestors ((name 'BpmCore-brunobb.648' message '' id 'adcaed63-bcf0-41f9-b7cd-c65a1a8838b5' date '02/05/2020' time '03:54:33' author 'brunobb' ancestors ((name 'BpmCore-brunobb.647' message '' id '013832b3-d3d6-46d8-a2eb-6e95743ebb33' date '02/05/2020' time '03:10:28' author 'brunobb' ancestors ((name 'BpmCore-brunobb.646' message '' id '50383348-2857-43d1-882d-42d8384c06d4' date '02/04/2020' time '10:45:42' author 'brunobb' ancestors ((name 'BpmCore-brunobb.645' message '' id '28ef32a2-67b8-4441-bbf6-7b86ed591253' date '02/04/2020' time '10:40:55' author 'brunobb' ancestors ((name 'BpmCore-brunobb.644' message '' id '4ec705f6-7472-47ca-9aee-86a265706049' date '02/04/2020' time '10:36:50' author 'brunobb' ancestors ((name 'BpmCore-brunobb.643' message '' id '51bf4272-3579-4e89-b00b-45eb85c5fa19' date '02/04/2020' time '10:25:32' author 'brunobb' ancestors ((name 'BpmCore-brunobb.642' message '' id '44c8da7a-43fb-430e-937c-d5660ef41612' date '02/04/2020' time '09:38:44' author 'brunobb' ancestors ((name 'BpmCore-brunobb.641' message '' id 'e69c3555-c9d6-46a7-930f-3dd2eb24b345' date '02/04/2020' time '09:16:31' author 'brunobb' ancestors ((name 'BpmCore-brunobb.640' message '' id '2c7f7074-16dd-4401-b093-b4831bcbec2b' date '02/04/2020' time '08:55:48' author 'brunobb' ancestors ((name 'BpmCore-brunobb.639' message '' id '0570101b-1619-435a-8b6b-2d2e80efed79' date '02/04/2020' time '08:28:31' author 'brunobb' ancestors ((name 'BpmCore-brunobb.638' message '' id '627a7e4a-bf40-4669-8e93-e52e714ece02' date '02/02/2020' time '12:03:18' author 'brunobb' ancestors ((name 'BpmCore-brunobb.637' message '' id 'e251d2a9-6030-41b6-b084-e4b8eb6544d7' date '01/31/2020' time '09:20:10' author 'brunobb' ancestors ((name 'BpmCore-brunobb.636' message '' id '5338e326-aae2-4306-ab8f-ea0d2944b16f' date '01/30/2020' time '10:08:32' author 'brunobb' ancestors ((name 'BpmCore-brunobb.635' message '' id '4f7d7896-fc53-4a08-8136-a5f695e451ad' date '01/30/2020' time '08:42:30' author 'brunobb' ancestors ((name 'BpmCore-brunobb.634' message '' id '02eed1fe-a93c-4a1e-bbcf-d15712535269' date '01/30/2020' time '08:32:05' author 'brunobb' ancestors ((name 'BpmCore-brunobb.633' message '' id 'fc445f9b-fd2d-460c-aab5-5fd1f6a05e49' date '01/30/2020' time '07:14:50' author 'brunobb' ancestors ((name 'BpmCore-brunobb.632' message '' id 'e5501214-a8dc-4258-aa80-165e22d5ac07' date '01/30/2020' time '04:38:36' author 'brunobb' ancestors ((name 'BpmCore-brunobb.631' message '' id 'e08ed158-2e7b-400b-9fd9-0f9526659750' date '01/30/2020' time '03:38:04' author 'brunobb' ancestors ((name 'BpmCore-brunobb.630' message '' id 'b33b4d5f-c606-4e65-a9d6-5c4e25eb9997' date '01/28/2020' time '08:09:43' author 'brunobb' ancestors ((name 'BpmCore-brunobb.629' message '' id '47babacc-fd4d-4ac3-ac98-4797e5b3a53f' date '01/28/2020' time '07:59:54' author 'brunobb' ancestors ((name 'BpmCore-brunobb.628' message '' id 'a5550246-fd66-4fcf-a818-1e864a05f899' date '01/28/2020' time '07:35:15' author 'brunobb' ancestors ((name 'BpmCore-brunobb.627' message '' id '0cc5885e-ed15-4d57-95fb-e78218ac2ac8' date '01/28/2020' time '04:53:37' author 'brunobb' ancestors ((name 'BpmCore-brunobb.626' message '' id 'e48d3b56-2ce1-4a2d-a0ca-954c42bc5339' date '01/28/2020' time '04:17:20' author 'brunobb' ancestors ((name 'BpmCore-brunobb.625' message '' id '19006c2b-19be-4499-be51-4ec4576cd6f5' date '01/28/2020' time '03:33:54' author 'brunobb' ancestors ((name 'BpmCore-brunobb.624' message '' id '2c7f885f-cbba-4cee-9788-463b4318a1b5' date '01/27/2020' time '11:48:40' author 'brunobb' ancestors ((name 'BpmCore-brunobb.623' message '' id 'bf7c8a21-0de6-4507-8768-9cb111e2c42f' date '01/16/2020' time '12:17:13' author 'brunobb' ancestors ((name 'BpmCore-brunobb.622' message '' id '6c02656a-e91b-4a6b-862a-cd77940f3d54' date '01/16/2020' time '04:39:50' author 'brunobb' ancestors ((name 'BpmCore-brunobb.621' message '' id '346eed6a-0e5e-45c9-9e85-12c4dc55e895' date '01/14/2020' time '02:49:42' author 'brunobb' ancestors ((name 'BpmCore-brunobb.620' message '' id '959799c0-4ed8-4728-871a-fe0dc69490e3' date '12/30/2019' time '08:17:53' author 'brunobb' ancestors ((name 'BpmCore-brunobb.619' message '' id 'a8025858-3eb0-41ef-a2e5-c74c342d51b8' date '12/27/2019' time '08:34:16' author 'brunobb' ancestors ((name 'BpmCore-brunobb.618' message '' id 'e0c8f721-3eef-4411-a5c5-f7dff84c2a7d' date '12/27/2019' time '08:31:13' author 'brunobb' ancestors ((name 'BpmCore-brunobb.617' message '' id '8cfef4f2-6260-477c-8b70-1303b678a121' date '12/27/2019' time '08:13:21' author 'brunobb' ancestors ((name 'BpmCore-brunobb.616' message '' id '488a07e0-b3ab-4dac-8380-501f05d65d12' date '12/27/2019' time '07:02:43' author 'brunobb' ancestors ((name 'BpmCore-brunobb.615' message '' id '25ad5889-e71c-4b48-8e6a-b6cd796fe202' date '12/27/2019' time '06:17:26' author 'brunobb' ancestors ((name 'BpmCore-brunobb.614' message '' id 'f261d139-68c6-4ff1-bed4-480ee44b3400' date '12/26/2019' time '09:12:26' author 'brunobb' ancestors ((name 'BpmCore-brunobb.613' message '' id 'bdd83ff1-834a-4156-aef1-5b6ec0d04e91' date '12/26/2019' time '09:11:30' author 'brunobb' ancestors ((name 'BpmCore-brunobb.612' message '' id 'c2f48b4d-b1f0-4ee8-a31c-192ccd192b7e' date '12/26/2019' time '08:42:37' author 'brunobb' ancestors ((name 'BpmCore-brunobb.611' message '' id '3c61b884-eca0-4d1d-90e2-2fc6c660faaa' date '12/26/2019' time '06:45:47' author 'brunobb' ancestors ((name 'BpmCore-brunobb.610' message '' id 'e2b2b7ee-0ca3-4346-a0b1-cd34b497b35b' date '12/23/2019' time '08:42:29' author 'brunobb' ancestors ((name 'BpmCore-brunobb.609' message '' id '25b96c06-dcd0-4bbf-bcab-1d3a5044305a' date '12/20/2019' time '09:34:06' author 'brunobb' ancestors ((name 'BpmCore-brunobb.608' message '' id '26830ac9-409b-4b29-97c4-7d1322c8c713' date '12/20/2019' time '09:14:37' author 'brunobb' ancestors ((name 'BpmCore-brunobb.607' message '' id 'b6e1d853-4dfb-4448-81ef-9edce4a295d9' date '12/20/2019' time '08:24:21' author 'brunobb' ancestors ((name 'BpmCore-brunobb.606' message '' id '1af6e6b5-6ac6-4181-938a-6620ed411ad5' date '12/20/2019' time '07:04:21' author 'brunobb' ancestors ((name 'BpmCore-brunobb.605' message '' id 'b7cbe4b2-89db-4ff7-b59c-5e667f0af2dd' date '12/20/2019' time '06:58:07' author 'brunobb' ancestors ((name 'BpmCore-brunobb.604' message '' id 'ce30de3d-c481-4622-9dab-c7ef29fddcaa' date '12/16/2019' time '12:20:18' author 'brunobb' ancestors ((name 'BpmCore-brunobb.603' message '' id '291b2623-37e5-4db5-b0c7-132bee3b7def' date '12/16/2019' time '11:54:53' author 'brunobb' ancestors ((name 'BpmCore-brunobb.602' message '' id 'b8ce3fd5-d08f-4c44-8ec5-743499dc9562' date '12/16/2019' time '11:37:44' author 'brunobb' ancestors ((name 'BpmCore-brunobb.601' message '' id '3794c661-24a4-4ebd-94cf-47782ba5cba9' date '12/16/2019' time '11:23:16' author 'brunobb' ancestors ((name 'BpmCore-brunobb.600' message '' id '36597ef4-7a3f-42e3-9b33-98e4d174acd7' date '12/16/2019' time '11:19:03' author 'brunobb' ancestors ((name 'BpmCore-brunobb.599' message '' id '249abd05-8dd2-4630-96b2-2e5144d5b37a' date '12/12/2019' time '06:53:34' author 'brunobb' ancestors ((name 'BpmCore-brunobb.598' message '' id 'bc5ce624-e1b5-4667-a87f-4fe5b8c63442' date '12/12/2019' time '04:02:00' author 'brunobb' ancestors ((name 'BpmCore-brunobb.597' message '' id 'f6d9a543-1ba8-4e6d-9054-3285610c69f9' date '12/12/2019' time '02:44:53' author 'brunobb' ancestors ((name 'BpmCore-brunobb.596' message '' id 'df2c30c6-27cf-46a2-9d9e-5d2612fe30d2' date '12/11/2019' time '09:15:50' author 'brunobb' ancestors ((name 'BpmCore-brunobb.595' message '' id '23e03a84-b77d-4ae8-a118-6cadca4eceee' date '12/10/2019' time '08:28:54' author 'brunobb' ancestors ((name 'BpmCore-brunobb.594' message '' id '70dd545f-a2d2-4e19-baf9-5ddd5dbc93cb' date '12/10/2019' time '07:46:29' author 'brunobb' ancestors ((name 'BpmCore-brunobb.593' message '' id '5469a256-fda5-460c-9dac-4cf12e4cd101' date '12/10/2019' time '04:55:53' author 'brunobb' ancestors ((name 'BpmCore-brunobb.592' message '' id 'f9d90104-396d-4502-bd21-fc1c1d792c39' date '12/10/2019' time '04:12:53' author 'brunobb' ancestors ((name 'BpmCore-brunobb.591' message '' id 'b5afb27f-9157-4719-8ec2-8cf4c6d42ba4' date '12/10/2019' time '02:53:28' author 'brunobb' ancestors ((name 'BpmCore-brunobb.590' message '' id '4b53f97c-fd94-42f9-ab87-726be86a4526' date '12/06/2019' time '07:08:30' author 'brunobb' ancestors ((name 'BpmCore-brunobb.589' message '' id '334f762b-597f-4d4c-b7a9-4bc43171f118' date '12/06/2019' time '07:06:36' author 'brunobb' ancestors ((name 'BpmCore-brunobb.588' message '' id '2ca01825-bc1e-468a-acc2-7198be6c3b84' date '12/06/2019' time '06:59:27' author 'brunobb' ancestors ((name 'BpmCore-brunobb.587' message '' id '599e2cfb-b6df-451b-a48a-b40aab56e701' date '12/06/2019' time '06:42:42' author 'brunobb' ancestors ((name 'BpmCore-brunobb.586' message '' id 'cadbc533-6ac1-4a2b-a41d-5dfeeb52b9cd' date '12/06/2019' time '05:15:08' author 'brunobb' ancestors ((name 'BpmCore-brunobb.585' message '' id 'ea575a9e-307d-4cb6-abb3-06592b0cf15b' date '12/05/2019' time '02:29:45' author 'brunobb' ancestors ((name 'BpmCore-brunobb.584' message '' id 'fc3d3bcc-982d-4368-9f9f-23b1811a2866' date '12/04/2019' time '12:17:00' author 'brunobb' ancestors ((name 'BpmCore-brunobb.583' message '' id '6d89976c-02ba-42de-9205-4c7991e6c1f8' date '12/04/2019' time '11:26:16' author 'brunobb' ancestors ((name 'BpmCore-brunobb.582' message '' id '21f798f3-bd84-42be-a781-748c2db2d156' date '12/04/2019' time '10:19:15' author 'brunobb' ancestors ((name 'BpmCore-brunobb.581' message '' id '012d0f28-5891-49ee-8fb7-8ed9a2e66587' date '12/04/2019' time '10:15:38' author 'brunobb' ancestors ((name 'BpmCore-brunobb.580' message '' id 'fb376bc9-0087-455a-9060-38696665063a' date '12/03/2019' time '08:18:10' author 'brunobb' ancestors ((name 'BpmCore-brunobb.579' message '' id '7359c77d-5e22-4c6c-a8b8-b3182eb3738b' date '12/03/2019' time '02:06:09' author 'brunobb' ancestors ((name 'BpmCore-brunobb.578' message '' id '3b8554e4-5b0f-4777-aa09-a0981349d044' date '12/02/2019' time '10:05:55' author 'brunobb' ancestors ((name 'BpmCore-brunobb.577' message '' id 'ef0546cc-a51b-4ecc-b353-4498e5c2da3a' date '12/02/2019' time '09:49:07' author 'brunobb' ancestors ((name 'BpmCore-brunobb.576' message '' id 'e379af04-0f3a-4059-aa0f-68027b907c41' date '12/02/2019' time '08:51:23' author 'brunobb' ancestors ((name 'BpmCore-brunobb.575' message '' id '3acc2a13-d06a-4433-b312-2f80d53675de' date '12/02/2019' time '08:40:30' author 'brunobb' ancestors ((name 'BpmCore-brunobb.574' message '' id '10d25551-c2a4-42f0-86d0-629e82f20a9f' date '12/01/2019' time '08:41:26' author 'brunobb' ancestors ((name 'BpmCore-brunobb.573' message '' id '5c405483-3443-4406-9abb-9c60db729115' date '12/01/2019' time '08:16:37' author 'brunobb' ancestors ((name 'BpmCore-brunobb.572' message '' id 'a3e58607-81d0-4162-b71b-b03d4dda64a1' date '12/01/2019' time '07:52:46' author 'brunobb' ancestors ((name 'BpmCore-brunobb.571' message '' id 'c67cc138-a28e-42af-b741-9f2ee026f4e9' date '11/29/2019' time '11:53:17' author 'brunobb' ancestors ((name 'BpmCore-brunobb.570' message '' id 'e4702f3d-e0c9-48af-beac-15e5d400cee6' date '11/29/2019' time '11:29:57' author 'brunobb' ancestors ((name 'BpmCore-brunobb.569' message '' id '130a9790-08dc-440b-ac40-4d229063ebf1' date '11/29/2019' time '10:26:14' author 'brunobb' ancestors ((name 'BpmCore-brunobb.568' message '' id '59103fcb-17a8-450e-b83f-33f038c67180' date '11/28/2019' time '04:23:41' author 'brunobb' ancestors ((name 'BpmCore-brunobb.567' message '' id '14f62e14-bd17-4a91-a3b5-32398996362c' date '11/11/2019' time '11:01:53' author 'brunobb' ancestors ((name 'BpmCore-brunobb.566' message '' id '4658f510-7e3b-459d-820f-60708c130430' date '11/08/2019' time '12:40:21' author 'brunobb' ancestors ((name 'BpmCore-brunobb.565' message '' id 'f22c96d9-57c8-4276-a5c7-ad8318d13a2d' date '10/21/2019' time '10:39:27' author 'brunobb' ancestors ((name 'BpmCore-brunobb.564' message '' id 'f0cb62ff-1add-466f-985a-97727e0c194d' date '10/18/2019' time '06:49:30' author 'brunobb' ancestors ((name 'BpmCore-brunobb.563' message '' id 'e60326a8-234d-4c8a-aeb5-1e2e2a61201a' date '10/11/2019' time '07:04:38' author 'brunobb' ancestors ((name 'BpmCore-brunobb.562' message '' id '4a169ec1-c72a-4431-a87a-55bcf7073862' date '10/10/2019' time '04:45:18' author 'brunobb' ancestors ((name 'BpmCore-brunobb.561' message '' id 'c1babf12-e35f-4743-96de-d2cde40ec3a8' date '10/09/2019' time '13:17:15' author 'brunobb' ancestors ((name 'BpmCore-brunobb.560' message '' id '17f41e73-920b-47e2-b899-4760c651682e' date '10/09/2019' time '12:27:27' author 'brunobb' ancestors ((name 'BpmCore-brunobb.559' message '' id 'c8f63abd-8615-485c-813a-e038729b4f10' date '10/04/2019' time '11:17:39' author 'brunobb' ancestors ((name 'BpmCore-brunobb.558' message '' id 'd2ec2d41-49ad-4170-b35c-3a75b3d01b8d' date '09/30/2019' time '12:36:33' author 'brunobb' ancestors ((name 'BpmCore-brunobb.557' message '' id '0a0ca653-11a3-4d46-8853-da6f8301158a' date '09/26/2019' time '03:51:00' author 'brunobb' ancestors ((name 'BpmCore-brunobb.556' message '' id '91090957-0096-433f-8b7c-4c3b4e0370ad' date '09/26/2019' time '03:02:59' author 'brunobb' ancestors ((name 'BpmCore-brunobb.555' message '' id '9418a5f0-6cc5-4d17-b40f-30fe189dab80' date '09/26/2019' time '02:21:59' author 'brunobb' ancestors ((name 'BpmCore-brunobb.554' message '' id '593623c4-465f-4b89-8815-492056832894' date '09/25/2019' time '12:48:50' author 'brunobb' ancestors ((name 'BpmCore-brunobb.553' message '' id '8cfb360d-0bd9-4372-8882-71263ce1b86a' date '09/25/2019' time '12:39:00' author 'brunobb' ancestors ((name 'BpmCore-brunobb.552' message '' id 'eed2b4b7-c7b3-488e-b746-81fbeef26135' date '09/25/2019' time '11:44:40' author 'brunobb' ancestors ((name 'BpmCore-brunobb.551' message '' id 'b5e2a8c3-d004-42f1-af6c-08e28fe6190a' date '09/25/2019' time '11:18:12' author 'brunobb' ancestors ((name 'BpmCore-brunobb.550' message '' id '249a445f-f194-4e24-b8c9-1979a5416977' date '09/23/2019' time '09:08:19' author 'brunobb' ancestors ((name 'BpmCore-brunobb.549' message '' id '6b9b7bb3-5826-425e-a089-3254d8794f48' date '09/23/2019' time '09:02:54' author 'brunobb' ancestors ((name 'BpmCore-brunobb.548' message '' id '7d7181d1-1d07-4257-9c64-91a5b46ca05c' date '09/20/2019' time '11:02:23' author 'brunobb' ancestors ((name 'BpmCore-brunobb.547' message '' id '813c056c-9368-42b6-8171-860674529539' date '09/20/2019' time '08:44:28' author 'brunobb' ancestors ((name 'BpmCore-brunobb.546' message '' id '63af3174-7552-4f78-bc77-e92ae46b62ce' date '09/20/2019' time '07:53:40' author 'brunobb' ancestors ((name 'BpmCore-brunobb.545' message '' id '67d1f597-35e4-47fd-ab9b-942dca8c0e7d' date '09/19/2019' time '10:23:35' author 'brunobb' ancestors ((name 'BpmCore-brunobb.544' message '' id 'ffab5943-dcd1-4574-9b01-eb02f96cb5fe' date '09/19/2019' time '08:53:04' author 'brunobb' ancestors ((name 'BpmCore-brunobb.543' message '' id 'a0b7f492-f5ee-421f-ad35-053ce936b0ec' date '09/18/2019' time '13:11:13' author 'brunobb' ancestors ((name 'BpmCore-brunobb.542' message '' id '5ea6b1b5-8ade-44b9-ba7a-bb6ef74ad26f' date '08/29/2019' time '10:56:27' author 'brunobb' ancestors ((name 'BpmCore-brunobb.541' message '' id '84f2c504-4197-4558-8492-2cdb48a352fa' date '08/28/2019' time '10:00:24' author 'brunobb' ancestors ((name 'BpmCore-brunobb.540' message '' id '19584c09-f835-418f-a931-17d28d5a9480' date '08/28/2019' time '09:06:06' author 'brunobb' ancestors ((name 'BpmCore-brunobb.539' message '' id '944eb575-38ae-466e-a99a-6693ad04b741' date '08/27/2019' time '09:38:58' author 'brunobb' ancestors ((name 'BpmCore-brunobb.538' message '' id 'a07e8489-d475-43ee-ba61-be7b4b0a21d9' date '08/26/2019' time '12:01:10' author 'brunobb' ancestors ((name 'BpmCore-brunobb.537' message '' id 'c030f7c1-4f40-4331-8f8d-b7d7ada7732c' date '08/26/2019' time '08:47:56' author 'brunobb' ancestors ((name 'BpmCore-brunobb.536' message '' id '71071272-647f-47fe-b580-a78ec28b4534' date '08/23/2019' time '13:32:25' author 'brunobb' ancestors ((name 'BpmCore-brunobb.535' message '' id 'd2408fb0-ecd8-4f3c-b874-736c98b07fa5' date '08/22/2019' time '13:23:37' author 'brunobb' ancestors ((name 'BpmCore-brunobb.534' message '' id 'fecaec6b-d81d-40ca-aca1-246138504d61' date '08/21/2019' time '11:59:38' author 'brunobb' ancestors ((name 'BpmCore-brunobb.533' message '' id 'd3fad6d9-682c-4b1a-9163-c40d44e5e336' date '08/21/2019' time '11:47:38' author 'brunobb' ancestors ((name 'BpmCore-brunobb.532' message '' id 'e8f7935a-0f94-4bd1-9387-51c18c3310f0' date '08/20/2019' time '11:06:03' author 'brunobb' ancestors ((name 'BpmCore-brunobb.531' message '' id '7669cc52-66e0-4e1b-9c10-59c9decdfb15' date '08/20/2019' time '04:41:30' author 'brunobb' ancestors ((name 'BpmCore-brunobb.530' message '' id '2faf0987-25a3-4ab1-8cb1-1e028ba7feab' date '08/19/2019' time '10:21:05' author 'brunobb' ancestors ((name 'BpmCore-brunobb.529' message '' id 'a325ad96-c8a4-4573-83da-54f8a50695cf' date '08/19/2019' time '09:32:18' author 'brunobb' ancestors ((name 'BpmCore-brunobb.528' message '' id '210bcf6c-6b0f-4510-97fd-709545eb0d32' date '08/16/2019' time '11:49:25' author 'brunobb' ancestors ((name 'BpmCore-brunobb.527' message '' id '895249cf-5250-44f4-856d-bea379ce113d' date '08/15/2019' time '13:20:35' author 'brunobb' ancestors ((name 'BpmCore-brunobb.526' message '' id 'd0a34af0-2405-4cd1-bff6-9000b7477ff1' date '08/14/2019' time '13:02:13' author 'brunobb' ancestors ((name 'BpmCore-brunobb.525' message '' id 'f7bbec4b-9fd5-4f6a-b484-8f5e4eb660bc' date '08/14/2019' time '13:01:18' author 'brunobb' ancestors ((name 'BpmCore-brunobb.524' message '' id '0bcff75b-978a-4d75-8b98-88d6df18eaa7' date '08/14/2019' time '11:39:29' author 'brunobb' ancestors ((name 'BpmCore-brunobb.523' message '' id '3bfc46d0-3bac-4907-8000-78e49bac365e' date '08/12/2019' time '09:36:32' author 'brunobb' ancestors ((name 'BpmCore-brunobb.522' message '' id 'adac8647-1e59-4240-8f46-a7a77b7e278c' date '08/06/2019' time '11:51:57' author 'brunobb' ancestors ((name 'BpmCore-brunobb.521' message '' id 'f09c2064-b2ce-4887-b795-a45b3544d111' date '08/05/2019' time '13:29:26' author 'brunobb' ancestors ((name 'BpmCore-brunobb.520' message '' id 'f8dbd6e0-2161-4501-98df-37bf89f1318a' date '08/05/2019' time '13:05:44' author 'brunobb' ancestors ((name 'BpmCore-brunobb.519' message '' id '03cda569-2089-4bb9-987e-76c70091bdc7' date '08/02/2019' time '08:12:20' author 'brunobb' ancestors ((name 'BpmCore-brunobb.518' message '' id 'db371d84-4ad2-4afa-9656-4e31e1dc7665' date '08/01/2019' time '11:49:46' author 'brunobb' ancestors ((name 'BpmCore-brunobb.517' message '' id '94282589-e660-455d-aea7-3ce92188c286' date '07/30/2019' time '12:01:48' author 'brunobb' ancestors ((name 'BpmCore-brunobb.516' message '' id 'e59d85cd-40ce-4130-ba25-ad4ff3303b40' date '07/30/2019' time '11:02:01' author 'brunobb' ancestors ((name 'BpmCore-brunobb.515' message '' id 'bafdf76a-b6e6-4ab9-946d-74b00bda2b51' date '07/29/2019' time '12:51:09' author 'brunobb' ancestors ((name 'BpmCore-brunobb.514' message '' id '290f7f30-3de4-4957-88dc-433ccc4e3932' date '07/01/2019' time '12:48:30' author 'brunobb' ancestors ((name 'BpmCore-brunobb.513' message '' id '8fd2dc4c-dada-4721-b891-ac6f7bab1fe9' date '06/24/2019' time '12:39:31' author 'brunobb' ancestors ((name 'BpmCore-brunobb.512' message '' id '68b1b822-a149-47e9-a705-a936f9797752' date '06/21/2019' time '11:09:10' author 'brunobb' ancestors ((name 'BpmCore-brunobb.511' message '' id 'fd7d43e3-57e8-4d29-b6af-85a7f2be094e' date '06/03/2019' time '12:19:40' author 'brunobb' ancestors ((name 'BpmCore-brunobb.510' message '' id '24d6710f-2624-4e26-abd8-2594b6d3c3b6' date '05/28/2019' time '08:40:29' author 'brunobb' ancestors ((name 'BpmCore-brunobb.509' message '' id '91fe0b36-5427-4c9e-8b9f-dd8e08c534bd' date '05/28/2019' time '05:00:48' author 'brunobb' ancestors ((name 'BpmCore-brunobb.508' message '' id '1e244766-3c8a-45f2-9f3c-73f8a2f05aee' date '05/27/2019' time '13:41:37' author 'brunobb' ancestors ((name 'BpmCore-brunobb.507' message '' id '4349b13c-8d2d-4abc-9402-42c75b3c2159' date '05/27/2019' time '12:52:09' author 'brunobb' ancestors ((name 'BpmCore-brunobb.506' message '' id 'dc21d306-8722-4a69-8140-e6137ebd23b8' date '05/24/2019' time '12:40:26' author 'brunobb' ancestors ((name 'BpmCore-brunobb.505' message '' id '5d60bf37-d2cf-4e8e-932e-2e8a51538e2c' date '05/23/2019' time '08:38:06' author 'brunobb' ancestors ((name 'BpmCore-brunobb.504' message '' id 'e6d02f28-f0ba-4f5f-aff2-9c557d35bedb' date '05/23/2019' time '03:30:36' author 'brunobb' ancestors ((name 'BpmCore-brunobb.502' message '' id '16121d01-46af-40ba-bae3-04de8e515b03' date '05/22/2019' time '10:47:57' author 'brunobb' ancestors ((name 'BpmCore-brunobb.501' message '' id '614e7844-c9bd-4ca6-bc90-e3853f825a5e' date '05/15/2019' time '12:22:44' author 'brunobb' ancestors ((name 'BpmCore-brunobb.500' message '' id 'c35e7dee-5298-47c0-80bf-da0dc8c6310c' date '05/13/2019' time '12:32:16' author 'brunobb' ancestors ((name 'BpmCore-brunobb.499' message '' id '3d74e48d-6908-42f7-946b-7b1ea7895325' date '05/09/2019' time '06:08:18' author 'brunobb' ancestors ((name 'BpmCore-brunobb.498' message '' id '77d9af5c-24d4-4e7a-95b8-e87af686df25' date '05/08/2019' time '12:17:17' author 'brunobb' ancestors ((name 'BpmCore-brunobb.497' message '' id '23af3864-2a77-4d05-81be-b09bdcaf0fd7' date '04/29/2019' time '10:56:44' author 'brunobb' ancestors ((name 'BpmCore-brunobb.496' message '' id '08c6f981-a16c-4580-95b8-e8deeb651588' date '04/29/2019' time '10:06:20' author 'brunobb' ancestors ((name 'BpmCore-brunobb.495' message '' id 'ea0fb5eb-e402-4769-94fa-a4be87c88032' date '03/26/2019' time '03:16:09' author 'brunobb' ancestors ((name 'BpmCore-brunobb.494' message '' id 'f548bd7b-2319-4fde-add3-56a01a4e5dc0' date '03/25/2019' time '09:39:58' author 'brunobb' ancestors ((name 'BpmCore-brunobb.493' message '' id '0f3ec898-de5a-4331-ae87-3546bd8784da' date '03/25/2019' time '09:34:45' author 'brunobb' ancestors ((name 'BpmCore-brunobb.492' message '' id '25c1fe28-001e-47a8-99ff-72ce94f8b17d' date '03/25/2019' time '09:13:53' author 'brunobb' ancestors ((name 'BpmCore-brunobb.491' message '' id 'f00a240a-0ccb-451b-a0b4-f46093e1ed56' date '03/25/2019' time '08:51:48' author 'brunobb' ancestors ((name 'BpmCore-brunobb.490' message '' id '01a352eb-6fd5-4431-800c-1efb0e44dbf1' date '03/25/2019' time '08:26:09' author 'brunobb' ancestors ((name 'BpmCore-brunobb.489' message '' id 'b42d9f43-a388-4226-9fe6-f405d45cc75a' date '03/25/2019' time '08:21:29' author 'brunobb' ancestors ((name 'BpmCore-brunobb.488' message '' id '74247ac1-58fd-4d4a-8abd-ef9ca7e3288c' date '03/25/2019' time '08:16:17' author 'brunobb' ancestors ((name 'BpmCore-brunobb.487' message '' id '8a12929f-1f87-4813-ab21-92b7bbb4a0ca' date '03/25/2019' time '08:12:54' author 'brunobb' ancestors ((name 'BpmCore-brunobb.486' message '' id '9d16d633-f2af-4ea8-8e91-249debfb707c' date '03/25/2019' time '08:09:01' author 'brunobb' ancestors ((name 'BpmCore-brunobb.485' message '' id '4cfcf916-1b7b-48d6-94fd-f44e41f11855' date '03/25/2019' time '08:03:23' author 'brunobb' ancestors ((name 'BpmCore-brunobb.484' message '' id '612dceb6-6261-465d-9451-5ec7bfe9ff2e' date '03/25/2019' time '07:51:01' author 'brunobb' ancestors ((name 'BpmCore-brunobb.483' message '' id '0e2fa427-5246-4ffd-a138-6ad932300ce3' date '03/22/2019' time '11:53:13' author 'brunobb' ancestors ((name 'BpmCore-brunobb.482' message '' id 'e02dba0f-ab32-4187-be3a-8ff317dc445d' date '03/14/2019' time '03:40:44' author 'brunobb' ancestors ((name 'BpmCore-brunobb.481' message '' id 'f5babd18-60ab-4c64-8119-5ccc3e26e6fd' date '03/14/2019' time '02:57:57' author 'brunobb' ancestors ((name 'BpmCore-brunobb.480' message '' id 'a27f2029-3571-473d-ab75-6d3e352d0933' date '02/22/2019' time '10:01:13' author 'brunobb' ancestors ((name 'BpmCore-brunobb.479' message '' id '81c89b0b-92bb-4c22-be4a-6509d9feae77' date '02/15/2019' time '07:08:39' author 'brunobb' ancestors ((name 'BpmCore-brunobb.478' message '' id '7bdedf0d-b887-46b9-9d77-07c202cbb3e1' date '02/11/2019' time '11:16:45' author 'brunobb' ancestors ((name 'BpmCore-brunobb.477' message '' id '6a881c0b-f41b-4e33-bd60-9cb43d1f0a54' date '02/07/2019' time '06:51:59' author 'brunobb' ancestors ((name 'BpmCore-brunobb.476' message '' id '8c17d006-cd77-46df-a0e0-2153e84b4845' date '02/05/2019' time '08:49:11' author 'brunobb' ancestors ((name 'BpmCore-brunobb.475' message '' id 'bc0cb649-aa4a-4d86-b0e9-fc0c8687c413' date '02/05/2019' time '08:39:30' author 'brunobb' ancestors ((name 'BpmCore-brunobb.474' message '' id 'd3ee7c4d-f2f8-47c1-b8cb-40108160ebcf' date '02/04/2019' time '06:37:52' author 'brunobb' ancestors ((name 'BpmCore-brunobb.473' message '' id 'd3339e76-46c3-40df-af9d-37e68905ed7e' date '02/01/2019' time '09:25:05' author 'brunobb' ancestors ((name 'BpmCore-brunobb.472' message '' id '7938713e-a39f-418b-aebf-91b6c92de6cf' date '01/31/2019' time '07:54:19' author 'brunobb' ancestors ((name 'BpmCore-brunobb.471' message '' id 'db76117b-769b-485b-984b-e0cf7743bc70' date '01/31/2019' time '07:33:42' author 'brunobb' ancestors ((name 'BpmCore-brunobb.470' message '' id '6747367b-476d-464e-85c5-fc5df674e84f' date '01/21/2019' time '11:40:20' author 'brunobb' ancestors ((name 'BpmCore-brunobb.469' message '' id '530433f4-506b-41ec-b609-6b830e672a5d' date '01/21/2019' time '10:31:33' author 'brunobb' ancestors ((name 'BpmCore-brunobb.468' message '' id 'df4f731f-d219-42ff-8472-00fa4cf15e26' date '01/21/2019' time '10:26:39' author 'brunobb' ancestors ((name 'BpmCore-brunobb.467' message '' id 'ec2820f0-9b23-46f9-ab0b-8824d43a3044' date '01/21/2019' time '09:42:10' author 'brunobb' ancestors ((name 'BpmCore-brunobb.466' message '' id '203efce6-c89e-486e-b445-8543c92a6fa9' date '01/21/2019' time '08:34:17' author 'brunobb' ancestors ((name 'BpmCore-brunobb.465' message '' id '64fb9916-62b4-403b-9fc5-4a4bc25c2122' date '01/21/2019' time '07:38:23' author 'brunobb' ancestors ((name 'BpmCore-brunobb.464' message '' id '8ad3e5a2-7800-46f2-b52f-d47cdb45a0fb' date '01/21/2019' time '05:01:51' author 'brunobb' ancestors ((name 'BpmCore-brunobb.463' message '' id 'b0ee9c18-983e-4dc6-868f-8aca6b782708' date '01/20/2019' time '14:41:53' author 'brunobb' ancestors ((name 'BpmCore-brunobb.462' message '' id '9776bbf5-4adf-488d-90f6-c71bc9f6d165' date '01/20/2019' time '14:28:08' author 'brunobb' ancestors ((name 'BpmCore-brunobb.461' message '' id '48f75efb-330e-4596-ba4b-7e8ba06e2c17' date '01/20/2019' time '09:45:46' author 'brunobb' ancestors ((name 'BpmCore-brunobb.460' message '' id 'cdf42cbe-4954-4a93-a79c-ff0de3d707d3' date '01/20/2019' time '09:27:41' author 'brunobb' ancestors ((name 'BpmCore-brunobb.459' message '' id '213d7680-0f80-44ae-94bc-3248f561d645' date '01/20/2019' time '09:00:29' author 'brunobb' ancestors ((name 'BpmCore-brunobb.457' message '' id '3ca8c0dc-5cfc-4054-a1ce-409f6fceed56' date '01/16/2019' time '09:39:20' author 'brunobb' ancestors ((name 'BpmCore-brunobb.456' message '' id 'd313b192-0e5c-4ca5-8ec4-f7074d21f739' date '12/27/2018' time '08:41:47' author 'brunobb' ancestors ((name 'BpmCore-brunobb.455' message '' id '1413b061-1ea4-4ad4-bd0c-3151d94cf25f' date '12/26/2018' time '04:40:17' author 'brunobb' ancestors ((name 'BpmCore-brunobb.454' message '' id 'aa2c5476-cf1e-410d-92a8-a938f6a7629c' date '12/18/2018' time '11:41:41' author 'brunobb' ancestors ((name 'BpmCore-brunobb.453' message '' id 'f6083573-c4ac-4bda-8ef7-c1e6f5d76aab' date '12/18/2018' time '08:55:10' author 'brunobb' ancestors ((name 'BpmCore-brunobb.452' message '' id '63c9716c-970f-486a-8c8d-e4bfecf06930' date '12/18/2018' time '08:10:33' author 'brunobb' ancestors ((name 'BpmCore-brunobb.451' message '' id '22e2c3ca-cb62-4f67-87ad-b7b531b24120' date '12/18/2018' time '02:05:06' author 'brunobb' ancestors ((name 'BpmCore-brunobb.450' message '' id '0eb6d5f0-bf72-4110-953b-7936249950cb' date '12/17/2018' time '11:53:21' author 'brunobb' ancestors ((name 'BpmCore-brunobb.449' message '' id '2623ef71-2462-4f5e-812c-4d85a5e85235' date '12/17/2018' time '10:03:04' author 'brunobb' ancestors ((name 'BpmCore-brunobb.448' message '' id 'fab1d1cc-0e3b-4ebc-9290-01ead707840c' date '12/17/2018' time '09:23:32' author 'brunobb' ancestors ((name 'BpmCore-brunobb.447' message '' id 'ec953e26-3f15-4f86-8532-464720c8a0a6' date '12/17/2018' time '08:07:06' author 'brunobb' ancestors ((name 'BpmCore-brunobb.446' message '' id '7b9b3e69-2f84-476d-8aad-02c1ee77b9cb' date '12/17/2018' time '08:02:03' author 'brunobb' ancestors ((name 'BpmCore-brunobb.445' message '' id 'b1827446-04ad-4dd9-b76b-0394ac00b5c7' date '12/17/2018' time '04:27:54' author 'brunobb' ancestors ((name 'BpmCore-brunobb.444' message '' id '5929b5e1-e92b-4f97-a676-38fbcd455406' date '12/14/2018' time '11:31:30' author 'brunobb' ancestors ((name 'BpmCore-brunobb.443' message '' id '71929adf-f553-49b5-9eb1-285c012c177e' date '12/14/2018' time '10:03:12' author 'brunobb' ancestors ((name 'BpmCore-brunobb.442' message '' id 'acaef2c3-9c64-4217-a5b1-90786fb39ced' date '12/14/2018' time '09:21:49' author 'brunobb' ancestors ((name 'BpmCore-brunobb.441' message '' id 'd1179260-eb86-4611-ac5b-9a3c05260133' date '12/13/2018' time '09:13:14' author 'brunobb' ancestors ((name 'BpmCore-brunobb.440' message '' id 'cb5a761b-50d4-4d4a-9a4e-f4d1bf7b81d6' date '12/12/2018' time '10:52:44' author 'brunobb' ancestors ((name 'BpmCore-brunobb.439' message '' id 'e048476f-af67-4c0d-9ae5-4d8f5316237b' date '12/10/2018' time '12:14:11' author 'brunobb' ancestors ((name 'BpmCore-brunobb.438' message '' id 'e068a5c7-18f4-4be0-ae59-36d959347a01' date '12/04/2018' time '09:17:19' author 'brunobb' ancestors ((name 'BpmCore-brunobb.437' message '' id 'f8cb86f9-cc66-402f-8c36-2dd6de2259ad' date '12/04/2018' time '09:07:16' author 'brunobb' ancestors ((name 'BpmCore-brunobb.436' message '' id 'fd2d6841-a385-4cbb-a403-357b1719b10b' date '12/04/2018' time '08:16:13' author 'brunobb' ancestors ((name 'BpmCore-brunobb.435' message '' id 'd7333c72-c600-4512-a329-14d548bb24a7' date '12/04/2018' time '07:48:14' author 'brunobb' ancestors ((name 'BpmCore-brunobb.434' message '' id '2abd25c0-1b81-4571-8397-2f927ad76a71' date '12/04/2018' time '06:54:53' author 'brunobb' ancestors ((name 'BpmCore-brunobb.433' message '' id '0ef26838-a59b-4778-942b-fc14742a6a35' date '11/30/2018' time '04:43:45' author 'brunobb' ancestors ((name 'BpmCore-brunobb.432' message '' id '3c860b14-8ddb-46ef-8884-3bdcfc74f45f' date '11/28/2018' time '08:33:17' 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 ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) 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/BpmRuntime.package/BpmArtifactInstance.class/instance/getInTrasitionDefinitions.st b/repository/BpmRuntime.package/BpmArtifactInstance.class/instance/getInTrasitionDefinitions.st deleted file mode 100644 index 5b664ccf8..000000000 --- a/repository/BpmRuntime.package/BpmArtifactInstance.class/instance/getInTrasitionDefinitions.st +++ /dev/null @@ -1,4 +0,0 @@ -other -getInTrasitionDefinitions - - ^definition inTransitions \ No newline at end of file diff --git a/repository/BpmRuntime.package/BpmArtifactInstance.class/instance/inTransitions..st b/repository/BpmRuntime.package/BpmArtifactInstance.class/instance/inTransitions..st deleted file mode 100644 index 1f5c9bbad..000000000 --- a/repository/BpmRuntime.package/BpmArtifactInstance.class/instance/inTransitions..st +++ /dev/null @@ -1,3 +0,0 @@ -Updating -inTransitions: newValue - inTransitions := newValue \ No newline at end of file diff --git a/repository/BpmRuntime.package/BpmArtifactInstance.class/instance/inTransitions.st b/repository/BpmRuntime.package/BpmArtifactInstance.class/instance/inTransitions.st deleted file mode 100644 index fdb0cbcdc..000000000 --- a/repository/BpmRuntime.package/BpmArtifactInstance.class/instance/inTransitions.st +++ /dev/null @@ -1,3 +0,0 @@ -Accessing -inTransitions - ^inTransitions \ No newline at end of file diff --git a/repository/BpmRuntime.package/BpmArtifactInstance.class/instance/inTransitionsAllSatisfy..st b/repository/BpmRuntime.package/BpmArtifactInstance.class/instance/inTransitionsAllSatisfy..st new file mode 100644 index 000000000..7ddd16a14 --- /dev/null +++ b/repository/BpmRuntime.package/BpmArtifactInstance.class/instance/inTransitionsAllSatisfy..st @@ -0,0 +1,4 @@ +Accessing +inTransitionsAllSatisfy: aBlock + + ^inTransitions allSatisfy: aBlock \ No newline at end of file diff --git a/repository/BpmRuntime.package/BpmArtifactInstance.class/instance/inTransitionsCollect..st b/repository/BpmRuntime.package/BpmArtifactInstance.class/instance/inTransitionsCollect..st new file mode 100644 index 000000000..ea2ab8893 --- /dev/null +++ b/repository/BpmRuntime.package/BpmArtifactInstance.class/instance/inTransitionsCollect..st @@ -0,0 +1,4 @@ +Accessing +inTransitionsCollect: aBlock + + ^inTransitions collect: aBlock \ No newline at end of file diff --git a/repository/BpmRuntime.package/BpmArtifactInstance.class/instance/outTransitions..st b/repository/BpmRuntime.package/BpmArtifactInstance.class/instance/outTransitions..st deleted file mode 100644 index 20d8668a8..000000000 --- a/repository/BpmRuntime.package/BpmArtifactInstance.class/instance/outTransitions..st +++ /dev/null @@ -1,3 +0,0 @@ -Updating -outTransitions: newValue - outTransitions := newValue \ No newline at end of file diff --git a/repository/BpmRuntime.package/BpmArtifactInstance.class/methodProperties.json b/repository/BpmRuntime.package/BpmArtifactInstance.class/methodProperties.json index 00ff9544b..0edd31565 100644 --- a/repository/BpmRuntime.package/BpmArtifactInstance.class/methodProperties.json +++ b/repository/BpmRuntime.package/BpmArtifactInstance.class/methodProperties.json @@ -37,7 +37,6 @@ "getExpectedTimeWarningColor" : "brunobb 10/18/2019 08:00", "getFirstPerformerIfNone:" : "brunobb 10/18/2019 08:00", "getGrantedUsers" : "brunobb 07/31/2020 10:50", - "getInTrasitionDefinitions" : "brunobb 10/18/2019 08:00", "getNextArtifactDefinitionNamed:ifNone:" : "brunobb 10/18/2019 08:00", "getNextPerformerIfNone:" : "brunobb 10/18/2019 08:00", "getNextRoleIfNone:" : "brunobb 10/18/2019 08:00", @@ -57,8 +56,8 @@ "hasPerformers" : "brunobb 10/18/2019 08:00", "id" : "brunobb 10/18/2019 08:00", "id:" : "brunobb 10/18/2019 08:00", - "inTransitions" : "brunobb 10/18/2019 08:00", - "inTransitions:" : "brunobb 10/18/2019 08:00", + "inTransitionsAllSatisfy:" : "brunobb 08/03/2020 13:55", + "inTransitionsCollect:" : "brunobb 08/03/2020 13:55", "initialize" : "brunobb 10/18/2019 08:00", "isArtifactInstance" : "brunobb 10/18/2019 08:00", "isCancelled" : "brunobb 10/18/2019 08:00", @@ -81,7 +80,6 @@ "isSubprocess" : "brunobb 10/18/2019 08:00", "isSuspended" : "brunobb 10/18/2019 08:00", "isTask" : "brunobb 10/18/2019 08:00", - "outTransitions:" : "brunobb 10/18/2019 08:00", "parentArtifact" : "brunobb 10/18/2019 08:00", "parentArtifact:" : "brunobb 10/18/2019 08:00", "parentTransition" : "brunobb 10/18/2019 08:00", diff --git a/repository/BpmRuntime.package/BpmGatewayInstance.class/instance/incomingTransitionsAreDone.st b/repository/BpmRuntime.package/BpmGatewayInstance.class/instance/incomingTransitionsAreDone.st index 4064a4e3e..d166e2725 100644 --- a/repository/BpmRuntime.package/BpmGatewayInstance.class/instance/incomingTransitionsAreDone.st +++ b/repository/BpmRuntime.package/BpmGatewayInstance.class/instance/incomingTransitionsAreDone.st @@ -4,7 +4,7 @@ incomingTransitionsAreDone | inTransitionDefinitions | "collect the definitions of all concrete incoming transitions" - inTransitionDefinitions := inTransitions collect: [:each | each definition]. + inTransitionDefinitions := self inTransitionsCollect: [:each | each definition]. "all in the definition of the receiver has been instanciated ?" - ^definition inTransitions allSatisfy: [:each | inTransitionDefinitions includes: each] \ No newline at end of file + ^definition inTransitionsAllSatisfy: [:each | inTransitionDefinitions includes: each] \ No newline at end of file diff --git a/repository/BpmRuntime.package/BpmGatewayInstance.class/methodProperties.json b/repository/BpmRuntime.package/BpmGatewayInstance.class/methodProperties.json index 8613997f8..9368ac101 100644 --- a/repository/BpmRuntime.package/BpmGatewayInstance.class/methodProperties.json +++ b/repository/BpmRuntime.package/BpmGatewayInstance.class/methodProperties.json @@ -4,7 +4,7 @@ "instance" : { "createEventBasedTimerEventForGateway:" : "brunobb 08/03/2020 13:15", "generateNextRunningTransitionsFromEvent:" : "brunobb 10/11/2018 10:18", - "incomingTransitionsAreDone" : "BrunoBB 01/22/2016 12:08", + "incomingTransitionsAreDone" : "brunobb 08/03/2020 13:59", "initialize" : "BrunoBB 11/24/2015 13:14", "isClosed" : "BrunoBB 11/24/2015 13:13", "isClosed:" : "BrunoBB 11/24/2015 13:13", diff --git a/repository/BpmRuntime.package/monticello.meta/version b/repository/BpmRuntime.package/monticello.meta/version index 8f5c61672..fc5d8f4a8 100644 --- a/repository/BpmRuntime.package/monticello.meta/version +++ b/repository/BpmRuntime.package/monticello.meta/version @@ -1 +1 @@ -(name 'BpmRuntime-brunobb.770' message '' id '1c9a2a74-7f67-4f44-b834-6d6121a89077' date '08/03/2020' time '13:53:09' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.769' message '' id 'f28a3f97-12f6-4d60-a2c7-1d585540ffb7' date '07/31/2020' time '14:24:35' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.768' message '' id '0e998ec8-b04f-45c3-b87f-27fd7271bb51' date '07/31/2020' time '13:16:24' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.767' message '' id 'fa899149-2fd5-48c8-94d2-461311164fe7' date '07/31/2020' time '11:34:12' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.766' message '' id '9f1b13c5-549d-4504-bb55-d8935ccd08a8' date '07/31/2020' time '11:08:39' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.765' message '' id '054f842b-a60e-4277-b8ea-79763b771b57' date '07/31/2020' time '10:53:33' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.764' message '' id 'f6f9de97-5b4b-4094-af96-18041c6f5133' date '07/30/2020' time '12:36:04' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.763' message '' id '8c1f4ee8-d585-4ce0-a4b7-be5ee4654050' date '07/30/2020' time '12:06:09' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.762' message '' id 'e0ee616e-fe59-4d0a-afb7-7feeedad5819' date '07/30/2020' time '11:54:49' author 'brunobb' ancestors ((name 'BpmRuntime-bruno.761' message '' id '51774acf-ff17-4ee0-a48b-7c1fb9c5cd98' date '07/24/2020' time '13:50:13' author 'bruno' ancestors ((name 'BpmRuntime-bruno.760' message '' id '5e852b6c-a076-4e7d-8de6-4ba3a9085081' date '07/24/2020' time '13:26:27' author 'bruno' ancestors ((name 'BpmRuntime-bruno.759' message '' id 'b6068214-9f04-436d-a3fb-41720581364d' date '07/24/2020' time '12:38:21' author 'bruno' ancestors ((name 'BpmRuntime-bruno.758' message '' id '26dc2ecf-9247-423f-b5c4-bdae077f28ae' date '07/23/2020' time '12:22:51' author 'bruno' ancestors ((name 'BpmRuntime-bruno.757' message '' id 'ef9fa85f-7151-47ec-befd-719645da15fa' date '07/22/2020' time '16:14:39' author 'bruno' ancestors ((name 'BpmRuntime-brunobb.756' message '' id '7e6a1a06-e45d-4e3b-9cd1-35d3302d16be' date '06/19/2020' time '16:40:33' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.755' message '' id '46bdb948-120d-476c-8c6d-5fe30c2da708' date '06/13/2020' time '16:19:56' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.754' message '' id '40889fe0-4358-40e2-b1f9-188ef3c2bc9d' date '06/11/2020' time '11:52:29' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.753' message '' id 'e4f3dabd-2c88-4654-ba1a-aa60df5d8338' date '06/05/2020' time '11:09:08' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.752' message '' id '0c9d8ef9-8634-496a-b6ab-8382c8d70c5e' date '06/05/2020' time '10:31:30' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.751' message '' id 'ff84b460-f1b9-4a48-aeb0-699c94ca6bdf' date '05/16/2020' time '13:44:15' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.750' message '' id 'c1c7c007-fe75-4eb3-b802-1a0e30b2d76c' date '05/16/2020' time '13:22:53' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.749' message '' id '05605cd6-b0c8-4dfe-9cc9-7631dc469398' date '04/03/2020' time '13:42:12' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.748' message '' id '3f692089-489f-4f5b-b8e0-1b506060ac98' date '03/27/2020' time '14:20:58' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.747' message '' id 'ba5b5501-b254-424c-bfc7-664f00762d8a' date '02/27/2020' time '06:16:07' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.746' message '' id 'fa65cbd3-3968-4126-9623-a36d71509e1e' date '02/27/2020' time '04:54:40' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.745' message '' id 'de3499bc-dd8f-493c-a51a-deb0813875b8' date '02/17/2020' time '07:47:06' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.744' message '' id '37aaa02c-6d20-43d9-a509-6b96ce87fc2b' date '02/14/2020' time '09:52:33' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.743' message '' id '78903099-075e-49eb-a5f7-27218bc6a771' date '02/14/2020' time '09:17:19' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.742' message '' id 'e059e0dd-daf2-4e98-9f5a-e5cc3655b0dd' date '02/13/2020' time '08:41:45' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.741' message '' id '1b38a882-1da6-4304-b908-bde08155d3e8' date '02/12/2020' time '09:17:34' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.740' message '' id '577e1209-86e0-4541-bc60-51302fd3ceba' date '02/10/2020' time '11:34:08' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.739' message '' id 'f76894ff-d3a9-4a7f-9254-0db0588c9211' date '02/07/2020' time '08:59:58' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.738' message '' id 'db08bac8-e91e-42e8-b76c-84bf95f81355' date '02/06/2020' time '11:09:57' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.737' message '' id '716c1c2f-8ca6-4843-8e64-401d28e9992d' date '02/06/2020' time '08:08:29' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.736' message '' id '27b4964a-d9c6-4a23-876b-03c33c29476e' date '02/05/2020' time '11:34:04' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.735' message '' id '21564619-d35b-42df-889f-56e5ef699a89' date '02/05/2020' time '10:45:06' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.734' message '' id '2aaf94cd-087a-45da-beb6-82d1c921f896' date '02/04/2020' time '11:13:34' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.733' message '' id 'b6b3b136-2f1b-4cc2-993e-6556c0bb0ac5' date '02/04/2020' time '11:05:07' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.732' message '' id 'fe77c0fb-5c75-4088-891b-6d9fae1171b2' date '02/04/2020' time '10:26:08' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.731' message '' id 'f92d31b2-84db-4ec2-ad55-c98598f4078e' date '02/04/2020' time '09:38:22' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.730' message '' id 'c4e12c13-5cb9-41f8-8eb2-5636c75138e4' date '02/03/2020' time '12:01:35' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.729' message '' id '8ef69899-8afb-4b03-832a-fb0c8604c788' date '02/03/2020' time '11:15:12' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.728' message '' id '221af8f1-6045-4a53-aa92-ac01ff3afc14' date '02/03/2020' time '11:07:10' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.727' message '' id 'd23d798b-cf09-49e8-b7d8-ed80d62188e3' date '02/03/2020' time '08:47:55' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.726' message '' id '25d730b6-193f-4aaf-b777-d2933ec6ac1e' date '02/02/2020' time '12:18:05' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.725' message '' id '8bbc70a4-7a10-444a-aaeb-7711bf095b6b' date '02/02/2020' time '12:06:22' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.724' message '' id '325830d0-0725-488f-8ae7-c1d914fad96e' date '02/02/2020' time '12:03:40' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.723' message '' id '64d48c67-7897-402f-94d3-427b56af1073' date '02/01/2020' time '10:59:26' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.722' message '' id '82c222dc-b63f-429f-bc3b-2dce4d0c1147' date '02/01/2020' time '10:11:37' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.721' message '' id '1028064e-721e-4283-9cea-7be67cb71076' date '02/01/2020' time '10:03:23' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.720' message '' id 'c3654c28-ca2e-44cb-963c-d6ac17793f9a' date '01/31/2020' time '11:03:54' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.719' message '' id '13fae97e-164c-4f9a-aae2-bb10471b3525' date '01/31/2020' time '10:54:12' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.718' message '' id '89852703-2d45-4429-a36d-fe056f365af9' date '01/31/2020' time '10:20:29' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.717' message '' id '960e1706-2a07-430e-87d0-01a043c952b3' date '01/31/2020' time '10:05:43' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.716' message '' id '08a8d5c1-7bf5-420f-a077-54f8b1976647' date '01/31/2020' time '09:46:49' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.715' message '' id '0c61e6bd-d70a-4a22-b18a-4754366dce0c' date '01/30/2020' time '11:19:28' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.714' message '' id 'dcaf99c0-2c6d-42c9-afc4-25d6cf3b5b8e' date '01/30/2020' time '10:08:22' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.713' message '' id '9985b4bc-c2a0-4edb-a234-08f9a5910c9b' date '01/30/2020' time '08:42:46' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.712' message '' id 'ac548cab-8931-4b1d-89fb-2fd64eaf0818' date '01/30/2020' time '08:32:14' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.711' message '' id '826065f1-4bb3-437e-be11-1fe0ac50e331' date '01/30/2020' time '07:15:05' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.710' message '' id 'dd0ffce3-fabc-40d0-b257-f8cd6498d963' date '01/30/2020' time '03:37:56' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.709' message '' id 'e9ef5e24-8dd7-410e-92ba-79aa3cf34bad' date '01/30/2020' time '02:48:03' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.708' message '' id 'cd42f61a-0c92-4a94-a6db-def85ce36a4f' date '01/28/2020' time '11:17:13' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.707' message '' id 'f9d3f4cf-16b9-4a30-8874-7481293bf298' date '01/28/2020' time '08:23:24' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.706' message '' id '61c645de-d99d-4548-b856-60f7b0512362' date '01/28/2020' time '07:59:40' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.705' message '' id '4a035f13-1dbe-4934-b117-799474d4157e' date '01/28/2020' time '07:51:22' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.704' message '' id 'bfb29ea7-9c7d-458b-877e-685c5c501078' date '01/28/2020' time '05:00:18' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.703' message '' id 'bfb41438-6188-4135-98b2-dfd69fdf1c82' date '01/28/2020' time '04:17:38' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.702' message '' id '9785bd25-2577-4819-bcdd-9a6849fb2d82' date '01/28/2020' time '03:51:54' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.701' message '' id 'e420b5af-5ee3-47cd-8cd3-29ac15bc705c' date '01/28/2020' time '03:31:03' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.700' message '' id '4e5ef914-81cf-4426-afb0-6b339722ab99' date '01/28/2020' time '02:06:52' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.699' message '' id '741eca8c-d03a-4a52-9eec-1efba7e39c2d' date '01/28/2020' time '01:51:20' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.698' message '' id 'a28e800e-3a51-45dd-ad2a-f2b200aeedd7' date '01/27/2020' time '12:13:49' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.697' message '' id '19a0a47d-6836-4fa4-af31-4375ed58f5fc' date '01/27/2020' time '11:48:29' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.696' message '' id 'e9c2cd8f-eaa0-48b8-b97b-df50fd270374' date '01/27/2020' time '10:08:43' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.695' message '' id '37222d9d-f4d2-45d5-a46d-9feb2ea2afff' date '01/17/2020' time '12:15:05' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.694' message '' id '30b20e22-9467-463a-8341-db61541e1528' date '01/17/2020' time '08:22:21' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.693' message '' id '224f7c9a-2433-4bb7-8053-6698c174938e' date '01/16/2020' time '12:16:48' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.692' message '' id 'a328c463-4ff2-4fd0-ba19-651474be02a5' date '01/16/2020' time '04:38:36' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.691' message '' id '322ec0be-c916-42b5-98e5-fe3914f6907d' date '01/16/2020' time '03:04:43' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.690' message '' id '312911d6-7a51-40c0-bec0-dafe6b392c3d' date '01/16/2020' time '02:37:59' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.689' message '' id 'a6e51877-9095-4e3e-bcb4-ff3c6ac89d1d' date '01/14/2020' time '03:35:15' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.688' message '' id '11bd2662-e7b5-4f27-959f-2792a97bf7f8' date '01/14/2020' time '02:50:00' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.687' message '' id '748aa2f6-23ec-467b-ad95-5b2a88612c4b' date '12/31/2019' time '02:15:07' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.686' message '' id '72ec7eaf-b13c-4f4b-9db6-bd5caf33debe' date '12/04/2019' time '12:03:49' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.685' message '' id 'f6a165e8-39c0-4f7a-a949-56f6468840d7' date '12/03/2019' time '02:39:38' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.684' message '' id 'e2b8da32-9224-45ef-a86b-2f8a94ba64b1' date '11/25/2019' time '11:53:05' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.683' message '' id '0fdb98ce-914d-4832-8fde-1d48015e47cb' date '11/25/2019' time '10:43:55' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.682' message '' id '489cef04-8dbf-4c4c-bcce-71618d4fcf99' date '11/11/2019' time '11:02:56' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.681' message '' id '02ada463-9af0-4bb5-bfd1-4bc7c622a559' date '11/05/2019' time '03:16:07' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.680' message '' id '4b18ec74-2193-4f8a-896c-83a215e9c0d8' date '10/21/2019' time '10:39:37' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.679' message '' id 'ede227ee-3a62-46bb-ae0d-4bde96ed754a' date '10/18/2019' time '08:36:16' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.678' message '' id '8cd8a397-c7ec-48bf-9c8a-2c53b32c72e2' date '10/18/2019' time '08:09:00' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.677' message '' id '0493a428-8e2d-45b3-8935-074cf7b846aa' date '10/18/2019' time '08:06:19' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.676' message '' id '7ee2dfbf-38eb-4fa4-a3c8-cc33956868ac' date '10/17/2019' time '08:40:05' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.675' message '' id '38c0226f-c17e-439e-94d7-f96bd1242d11' date '10/14/2019' time '12:45:39' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.674' message '' id '0e9600d3-6ba7-4331-a45e-f0b95fcd9e41' date '10/09/2019' time '08:29:59' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.673' message '' id 'f4ea91da-6f82-42f8-b6c8-62d6192f70bd' date '10/09/2019' time '08:25:53' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.672' message '' id 'c63156e1-8a2c-453f-9cd2-2ae5d2521202' date '10/08/2019' time '10:16:50' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.671' message '' id 'ea13012f-1335-4f2b-b272-37c9eac977fb' date '10/08/2019' time '10:02:27' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.670' message '' id '096673c2-6adc-4a9f-a710-b2e832feea4f' date '10/08/2019' time '09:50:21' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.669' message '' id 'd96e7501-9328-4188-a854-1fdb6acf016a' date '10/08/2019' time '08:13:26' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.668' message '' id '41247ca5-113d-449b-a737-1757ffa78d96' date '10/08/2019' time '07:19:13' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.667' message '' id '43959b45-1abf-484c-9c5f-a71f364aad61' date '09/23/2019' time '09:02:43' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.666' message '' id '0aad567a-fbc3-4419-b73b-3615ad9dbd2d' date '09/20/2019' time '11:02:05' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.665' message '' id '77b382cb-e3b3-40be-9170-7420ea492810' date '09/19/2019' time '10:31:13' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.664' message '' id '894ab01e-8a0d-4e3a-9573-c6be0b6d5f90' date '09/19/2019' time '10:23:21' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.663' message '' id '526fc041-cd2e-4867-9a7e-29f837da3b49' date '09/19/2019' time '08:51:08' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.662' message '' id 'ff31e1f0-54f3-43b9-88bd-83d11e5a2b5c' date '09/18/2019' time '13:09:58' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.661' message '' id 'a7e95cc1-adc9-40d4-a8af-2659871656f1' date '09/17/2019' time '11:03:50' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.660' message '' id '4129f284-4769-468f-8ae7-81265692c20a' date '09/17/2019' time '10:44:37' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.659' message '' id '95359006-32c8-4cd6-806c-a185c7165ca1' date '09/12/2019' time '08:30:28' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.658' message '' id '4068ab91-b1c2-4269-9ad4-89066adc3296' date '09/12/2019' time '05:38:57' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.657' message '' id '82a81477-4e84-40db-a603-653a96d81ccd' date '09/06/2019' time '17:44:49' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.656' message '' id 'f2c9127d-9a8b-45cb-9ccd-ce82195a429f' date '09/02/2019' time '11:30:08' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.655' message '' id '067297f9-7672-4174-8dab-b541b7d83743' date '08/30/2019' time '18:38:03' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.654' message '' id 'df1f980f-2ee0-4c8e-991b-91bb65df2a90' date '08/30/2019' time '17:59:12' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.653' message '' id 'b8d0aa74-c834-42d4-ac1a-857ba693ad6e' date '08/30/2019' time '12:05:58' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.652' message '' id 'ee163c11-e318-4097-bda3-7a7794cfe785' date '08/30/2019' time '08:24:46' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.651' message '' id '8369c8d9-5384-4eab-825b-3d5ce3840681' date '08/29/2019' time '12:15:33' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.650' message '' id 'cf714073-27e1-4acb-a7d0-1166fb871b5e' date '08/27/2019' time '05:15:06' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.649' message '' id '34587022-51d3-4699-9337-f37d187d2c45' date '08/27/2019' time '03:51:32' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.648' message '' id '7b5aeeca-2b6b-4ffc-a9c7-06fef69039ec' date '08/26/2019' time '12:03:56' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.647' message '' id '4f807db8-e6fd-4f99-90bc-1ced66939862' date '08/26/2019' time '11:07:37' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.646' message '' id '0c6b83b9-e636-446c-bbd6-acd70372f094' date '08/26/2019' time '08:47:47' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.645' message '' id '9b0cf0c3-75e9-4f2b-9110-5c3ee5981626' date '08/26/2019' time '08:28:46' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.644' message '' id 'c5da2241-2d57-44e8-af64-fa9c621caaec' date '08/23/2019' time '13:32:50' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.643' message '' id '63b461f1-3fe9-4c66-a00e-78cb2c5272ed' date '08/22/2019' time '13:23:49' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.642' message '' id '6c8b2029-d816-466a-a394-8da7a7527e9e' date '08/22/2019' time '12:11:51' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.641' message '' id 'fa954a0c-d719-432c-938f-1087f36aa899' date '08/22/2019' time '11:58:53' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.640' message '' id 'b96c32e7-b327-4cad-993f-fdca32bb4aa8' date '08/22/2019' time '10:18:19' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.639' message '' id 'be5b78a6-dd03-4fed-a889-425b3cad3c56' date '08/21/2019' time '12:52:21' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.638' message '' id '0e6d7625-a3a1-4163-b0af-6f0ba70e5319' date '08/19/2019' time '10:20:56' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.637' message '' id 'ba369c2a-21d7-4f43-8136-b2b42be1203e' date '08/19/2019' time '09:35:51' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.636' message '' id 'f339a5cb-0cf2-4813-bd3f-d44028c20dbd' date '08/12/2019' time '11:42:39' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.635' message '' id '137ec24a-2ab7-4ca0-8584-52ee7caf153a' date '08/12/2019' time '10:52:42' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.634' message '' id 'e2ac69cb-947d-42cd-bbb2-81cd3c643565' date '08/12/2019' time '08:57:06' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.633' message '' id 'b5fea1b9-bf93-4aa9-8e10-4114d8a8cda7' date '08/09/2019' time '12:18:23' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.632' message '' id '494e84ae-37c4-4e8f-b4c5-1cd59adc9215' date '08/09/2019' time '09:18:25' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.631' message '' id '734eaf1c-f0cb-4f82-9440-112d09d40427' date '08/08/2019' time '07:43:12' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.630' message '' id '428a035d-de2b-4570-9ed4-99e124a66487' date '08/06/2019' time '11:47:53' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.629' message '' id '6b8e5b84-c2a4-4bb2-99dc-7de4bb9f4eec' date '08/06/2019' time '10:10:12' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.628' message '' id '8f305d5d-a007-4836-9cdf-82cfa2b15adb' date '08/06/2019' time '02:55:33' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.627' message '' id '890cdb7d-1651-4a91-aab7-e7d786073a7c' date '08/05/2019' time '13:24:15' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.626' message '' id 'b92f268a-622a-4407-8b7d-c8c36b5f9b00' date '08/05/2019' time '13:18:31' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.625' message '' id '7f645b42-bec0-45c4-b542-63ecfcee227c' date '08/05/2019' time '13:05:50' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.624' message '' id 'd2ccc71c-66a5-4b30-a023-82909898f77d' date '08/05/2019' time '12:25:45' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.623' message '' id '78f7b64d-224e-4ada-bb8b-161ca563c6e3' date '08/02/2019' time '12:44:12' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.622' message '' id '3d0542df-c82a-4d6d-8d81-164746520410' date '08/02/2019' time '12:17:29' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.621' message '' id '584b351c-686b-46ab-af39-70c56100baab' date '08/02/2019' time '11:10:14' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.620' message '' id '7e5b2e48-2892-4c89-8e65-d3c4091a4bc0' date '08/02/2019' time '08:12:29' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.619' message '' id 'e0336f92-17cb-4283-a3b0-c3ffed2c8516' date '08/01/2019' time '12:20:35' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.618' message '' id 'f4220374-1924-4f01-9df7-fe05974d443e' date '08/01/2019' time '11:51:32' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.617' message '' id '38c97e4e-c4fd-41b9-812a-152ce0c501b1' date '07/31/2019' time '12:43:22' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.616' message '' id 'f817921c-c1a4-45ca-a234-1306be78248d' date '07/31/2019' time '12:15:10' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.615' message '' id '317e7d94-ad6d-4621-ac12-76d0f2a6b4ac' date '07/31/2019' time '11:59:25' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.614' message '' id '91cbda27-5df0-4538-b073-f15c8d00599c' date '07/31/2019' time '11:58:11' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.613' message '' id 'b1d8a611-ee9d-4dfe-bb19-ffe91c4f7ada' date '07/31/2019' time '11:08:11' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.612' message '' id '84a3ecb3-550e-4d1d-a6cf-d14315b84c7b' date '07/30/2019' time '12:25:11' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.611' message '' id '113708c8-96df-4312-9210-5d69a445fd11' date '07/30/2019' time '12:01:56' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.610' message '' id 'f62d0c0e-de47-4293-a3e6-642148692fcb' date '07/30/2019' time '11:01:54' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.609' message '' id '47cb5186-2c1d-4d81-b18e-9e0d0d82f905' date '07/30/2019' time '09:19:48' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.608' message '' id 'de025b17-cdf3-45ef-b16a-48186c9ed760' date '07/29/2019' time '11:32:02' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.607' message '' id 'b44f4006-1b54-4540-b3d1-7ec14ff571e6' date '07/26/2019' time '10:43:09' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.606' message '' id 'ee9d3336-9957-4a30-b888-f77d1cd6ed78' date '07/16/2019' time '07:32:09' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.605' message '' id 'c67130da-43a0-416e-8b06-cfa97b6e485f' date '06/28/2019' time '09:07:07' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.604' message '' id 'b5bd2d65-d00f-44e8-82c3-6b56dcb5b66e' date '06/28/2019' time '08:50:05' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.603' message '' id '249efbd7-fcb7-45ba-a2a6-423c6fd12d9d' date '06/21/2019' time '13:30:12' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.602' message '' id '7ac9b97c-f163-4867-900e-5521491e4493' date '06/20/2019' time '04:48:28' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.601' message '' id '5cbea6c9-6896-4141-b734-4eca4e9840c5' date '05/31/2019' time '13:11:35' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.600' message '' id 'f48fe00c-7743-4bba-beb7-db513a27203a' date '05/28/2019' time '05:43:10' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.599' message '' id '54be706c-4b40-4dbd-9153-b50fb0f58f31' date '05/28/2019' time '05:28:55' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.598' message '' id 'c6e4db2b-1040-4f41-9b53-f28d99d34e9f' date '05/28/2019' time '05:12:17' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.597' message '' id '8fe43300-4623-4872-86ef-eb53e2581b00' date '05/28/2019' time '05:02:47' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.596' message '' id 'b1db2763-40c9-4117-917c-55d1337db168' date '05/27/2019' time '13:41:50' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.595' message '' id '28db4468-876a-4ac8-bd8a-1a30545cca67' date '05/27/2019' time '12:55:18' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.594' message '' id 'a43ef4b4-d551-4a46-a6f7-da5abfe97cc5' date '05/27/2019' time '10:54:24' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.593' message '' id 'b5094aed-8463-428b-acdd-aea2730ab129' date '05/24/2019' time '12:40:01' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.592' message '' id 'ed730c0c-4077-4141-bd45-ee62c62beb85' date '05/23/2019' time '08:26:52' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.590' message '' id '2f09c2b7-bc82-47d0-9a4c-d1db52057f17' date '05/23/2019' time '04:46:14' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.589' message '' id 'e933189b-61f2-4f77-9188-60afa50c4ee7' date '05/22/2019' time '10:50:55' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.588' message '' id 'cc21477b-76ec-4779-a4a1-52947d9b1885' date '05/22/2019' time '10:50:06' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.587' message '' id 'baea7058-0633-4dc5-ad4f-14957feb50b3' date '05/21/2019' time '09:37:57' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.586' message '' id '3c2f8657-17ed-4ffb-bd52-36138ea16220' date '05/21/2019' time '09:16:03' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.585' message '' id '683ba481-30e0-454d-a16c-d6cc2b9d32fc' date '05/21/2019' time '08:33:39' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.584' message '' id 'f8fa44cc-e0ae-4b83-b0ca-4eefbd938266' date '05/17/2019' time '11:55:59' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.583' message '' id '9f3f49b3-9ebc-41e6-9a38-dc7da84e1677' date '05/17/2019' time '11:03:21' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.582' message '' id '6e9b4f54-761f-4650-9e85-7be3ec037c42' date '05/17/2019' time '10:50:42' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.581' message '' id '85ca04c7-49b9-4a5a-956e-80f971015b86' date '05/15/2019' time '12:22:51' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.580' message '' id '806abd21-108e-48a9-85d8-bdb9d551bfe0' date '05/14/2019' time '03:25:39' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.579' message '' id '2215e7ee-c10e-4a36-bfaa-dc982b334a6d' date '05/14/2019' time '02:36:46' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.578' message '' id '5a5ca220-e354-4c48-9785-0c50c8f42d1f' date '05/09/2019' time '06:08:28' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.577' message '' id '683f2bce-36d8-4412-9c9a-1701d85b4e05' date '05/08/2019' time '12:27:20' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.576' message '' id '84940118-8f68-4e86-b839-1994a777c367' date '05/08/2019' time '12:04:29' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.575' message '' id 'd2458488-7cbe-47bc-8e64-3a28e0b9d8b7' date '05/08/2019' time '11:59:56' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.574' message '' id '8b0e742c-6ca8-4fb5-aaed-40a8e703e8bd' date '04/11/2019' time '05:59:02' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.573' message '' id 'd8dcdb21-5259-4241-b4dd-9b5c92ae7df5' date '04/11/2019' time '05:46:45' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.572' message '' id '53397e70-27f1-4d4b-9a83-8a181cd567c9' date '04/11/2019' time '05:35:56' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.571' message '' id '2b753bad-d695-42f4-a2bd-765ba01e080a' date '04/09/2019' time '04:41:29' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.570' message '' id 'ad165a42-deb0-4ad3-a3ac-ed6882d549a6' date '03/26/2019' time '03:16:23' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.569' message '' id '848d2975-3da3-4ec1-b4c6-60acae81b516' date '03/25/2019' time '10:25:14' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.568' message '' id '9e6f9b09-fcac-42ed-ada3-073f86c22532' date '03/25/2019' time '09:34:05' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.567' message '' id '7f29a4d4-15d6-4d44-97f5-7ea94b8ac8b2' date '03/25/2019' time '09:13:58' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.566' message '' id '1de411dc-8320-41ab-858c-daf6d07b85de' date '03/25/2019' time '08:56:44' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.565' message '' id 'de9e7782-488b-4123-bbf7-4b7a718e51e0' date '03/25/2019' time '08:51:55' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.564' message '' id 'f5770f83-76c3-4cb8-a90a-cafe32a1bf20' date '03/25/2019' time '08:38:11' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.563' message '' id '62ef60ab-44a4-4668-a632-925e52e252b4' date '03/25/2019' time '08:21:38' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.562' message '' id 'e3b15fbd-486d-40f4-89a8-acb7ce622832' date '03/25/2019' time '08:16:24' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.561' message '' id '8c6fd80f-e3f7-4991-88fd-5476999becd4' date '03/25/2019' time '08:13:00' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.560' message '' id 'b1cf8aa7-7d09-464e-9d4b-475b81a59455' date '03/25/2019' time '08:09:06' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.559' message '' id '40f1e7a5-ccd3-4d19-b8e8-aa30c844a913' date '03/25/2019' time '08:03:33' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.558' message '' id '06c484fc-6a5b-4114-b786-59ce30af44c3' date '03/25/2019' time '07:50:45' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.557' message '' id '13312000-ea74-4d85-be39-9e3bfff5d18f' date '03/25/2019' time '07:36:02' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.556' message '' id '121dc9f9-067f-4256-9f5c-dd3c2301beba' date '03/22/2019' time '12:05:27' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.555' message '' id '7bc1f04f-edc0-4c86-bd57-e3a6c03a2f50' date '03/22/2019' time '11:53:25' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.554' message '' id '5fca4aee-0522-44c0-a4e6-4dc1fd1b072d' date '03/21/2019' time '09:54:21' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.553' message '' id 'b13ccc1a-11b8-4dc7-8ee2-5061a9e40087' date '03/21/2019' time '09:16:50' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.552' message '' id '61c7fc5a-f222-4b8d-bb58-4ea40736f8b2' date '03/21/2019' time '03:48:45' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.551' message '' id '6c3bb0b3-9472-44d1-af43-917c6cb913c0' date '03/18/2019' time '11:59:48' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.550' message '' id '937b9362-e341-45c0-b6bc-1172be652c96' date '03/18/2019' time '08:30:57' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.549' message '' id 'fe75b2a5-90ea-4243-a5bb-13b92897e770' date '02/21/2019' time '04:34:56' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.548' message '' id 'd7557e81-1f5b-431d-becc-478d6b3fb668' date '02/15/2019' time '06:53:19' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.547' message '' id 'abd12cdc-72db-412e-8c45-62260975c162' date '02/12/2019' time '04:51:30' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.546' message '' id 'e728aa0b-6f9f-4e61-b825-4d9c965dba6c' date '02/11/2019' time '07:16:26' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.545' message '' id 'bd03554b-b899-4748-a55b-c768b2c62c70' date '02/08/2019' time '12:07:38' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.544' message '' id 'edfdab70-2e77-4c13-9d0a-5c65c846b4b5' date '02/08/2019' time '11:04:53' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.543' message '' id 'a35c18c9-1ced-4512-ba9e-2642e8a28fbe' date '02/08/2019' time '04:58:33' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.542' message '' id '7b449b3d-246d-47f3-abc0-00fc043ab3d4' date '02/07/2019' time '09:20:15' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.541' message '' id '40e6f39f-905d-462e-8459-9441c8622530' date '02/07/2019' time '06:51:51' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.540' message '' id '849cec63-a653-4963-a3f2-3305ab755962' date '02/04/2019' time '12:16:03' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.539' message '' id '1fea00cc-6ed1-4ec5-a11a-126a31db2b3e' date '02/04/2019' time '11:24:57' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.538' message '' id 'b81d14f5-c123-4466-ab91-a34622c8ab14' date '02/04/2019' time '09:26:38' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.537' message '' id '9d724c6c-8394-4dd5-88fb-76fbb9efca4e' date '02/04/2019' time '06:50:42' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.536' message '' id 'b60c473e-667a-4b2d-8d1a-b66566331381' date '02/04/2019' time '06:38:15' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.535' message '' id '8594a56a-cc69-4b88-aedb-77091425cf4b' date '01/31/2019' time '03:05:25' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.534' message '' id '43f2d35d-5fe6-4731-8e70-56b593bb3589' date '01/24/2019' time '05:07:04' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.533' message '' id '9329f5fb-3ba5-4335-828e-ec77858449e5' date '01/23/2019' time '12:16:42' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.532' message '' id '22592571-764b-4b6c-b0ea-26b5cb46f3b9' date '01/21/2019' time '11:39:57' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.531' message '' id 'b16c07fe-1423-4f24-b83e-0ebde8d3159a' date '01/21/2019' time '10:27:13' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.530' message '' id 'a0000c1a-ca7e-4407-bd6b-47fb58a99f1f' date '01/21/2019' time '09:41:48' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.529' message '' id '2a945ab4-c73f-445c-8f97-4fe2c8bd470a' date '01/21/2019' time '08:34:00' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.528' message '' id 'da863f54-e6fa-4db3-84a7-b1136a802f0c' date '01/21/2019' time '07:38:40' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.527' message '' id 'b360a6c6-b4ab-4c10-bda0-7d7dcd7550ac' date '01/21/2019' time '05:01:38' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.526' message '' id 'b13f1e3a-4efe-4c2b-ac4b-7a2a2b05758e' date '01/20/2019' time '14:30:05' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.525' message '' id '6f612816-9fa0-40a6-8fd8-2b2e18401581' date '01/20/2019' time '09:46:07' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.524' message '' id '63031511-3212-498f-85b1-ae10c2f509bb' date '01/16/2019' time '09:39:32' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.523' message '' id 'e814cf05-8f47-490f-b2d4-441b9090796e' date '01/15/2019' time '02:47:30' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.522' message '' id '309ca048-6f19-4830-9826-0dc6fb32cc71' date '12/21/2018' time '05:05:24' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.521' message '' id '2c664bee-8582-4026-b446-73c617433d7b' date '12/21/2018' time '04:43:39' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.520' message '' id '83c8cfe9-c9b4-4f3a-83b7-e3c4a6640b26' date '12/17/2018' time '11:53:12' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.519' message '' id 'cd687665-77e9-4f03-ba64-ae089b635027' date '12/04/2018' time '09:07:03' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.518' message '' id '13d20f6d-a539-4829-9830-aa6ce3b4a7e9' date '12/04/2018' time '07:48:21' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.517' message '' id 'cf6f69d1-5914-492c-88d1-4e3be353c80e' date '11/29/2018' time '02:21:02' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.516' message '' id '6daccf0c-3969-4ca2-85d6-00133e0a2c25' date '11/28/2018' time '09:30:11' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.515' message '' id 'fe1c37ea-0b0b-4d88-b855-7f3bcd61e63c' date '11/28/2018' time '08:33: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 ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) 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 'BpmRuntime-brunobb.771' message '' id '063f9922-da86-406c-b087-1a89bb3b1222' date '08/03/2020' time '14:28:10' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.770' message '' id '1c9a2a74-7f67-4f44-b834-6d6121a89077' date '08/03/2020' time '13:53:09' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.769' message '' id 'f28a3f97-12f6-4d60-a2c7-1d585540ffb7' date '07/31/2020' time '14:24:35' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.768' message '' id '0e998ec8-b04f-45c3-b87f-27fd7271bb51' date '07/31/2020' time '13:16:24' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.767' message '' id 'fa899149-2fd5-48c8-94d2-461311164fe7' date '07/31/2020' time '11:34:12' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.766' message '' id '9f1b13c5-549d-4504-bb55-d8935ccd08a8' date '07/31/2020' time '11:08:39' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.765' message '' id '054f842b-a60e-4277-b8ea-79763b771b57' date '07/31/2020' time '10:53:33' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.764' message '' id 'f6f9de97-5b4b-4094-af96-18041c6f5133' date '07/30/2020' time '12:36:04' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.763' message '' id '8c1f4ee8-d585-4ce0-a4b7-be5ee4654050' date '07/30/2020' time '12:06:09' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.762' message '' id 'e0ee616e-fe59-4d0a-afb7-7feeedad5819' date '07/30/2020' time '11:54:49' author 'brunobb' ancestors ((name 'BpmRuntime-bruno.761' message '' id '51774acf-ff17-4ee0-a48b-7c1fb9c5cd98' date '07/24/2020' time '13:50:13' author 'bruno' ancestors ((name 'BpmRuntime-bruno.760' message '' id '5e852b6c-a076-4e7d-8de6-4ba3a9085081' date '07/24/2020' time '13:26:27' author 'bruno' ancestors ((name 'BpmRuntime-bruno.759' message '' id 'b6068214-9f04-436d-a3fb-41720581364d' date '07/24/2020' time '12:38:21' author 'bruno' ancestors ((name 'BpmRuntime-bruno.758' message '' id '26dc2ecf-9247-423f-b5c4-bdae077f28ae' date '07/23/2020' time '12:22:51' author 'bruno' ancestors ((name 'BpmRuntime-bruno.757' message '' id 'ef9fa85f-7151-47ec-befd-719645da15fa' date '07/22/2020' time '16:14:39' author 'bruno' ancestors ((name 'BpmRuntime-brunobb.756' message '' id '7e6a1a06-e45d-4e3b-9cd1-35d3302d16be' date '06/19/2020' time '16:40:33' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.755' message '' id '46bdb948-120d-476c-8c6d-5fe30c2da708' date '06/13/2020' time '16:19:56' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.754' message '' id '40889fe0-4358-40e2-b1f9-188ef3c2bc9d' date '06/11/2020' time '11:52:29' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.753' message '' id 'e4f3dabd-2c88-4654-ba1a-aa60df5d8338' date '06/05/2020' time '11:09:08' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.752' message '' id '0c9d8ef9-8634-496a-b6ab-8382c8d70c5e' date '06/05/2020' time '10:31:30' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.751' message '' id 'ff84b460-f1b9-4a48-aeb0-699c94ca6bdf' date '05/16/2020' time '13:44:15' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.750' message '' id 'c1c7c007-fe75-4eb3-b802-1a0e30b2d76c' date '05/16/2020' time '13:22:53' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.749' message '' id '05605cd6-b0c8-4dfe-9cc9-7631dc469398' date '04/03/2020' time '13:42:12' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.748' message '' id '3f692089-489f-4f5b-b8e0-1b506060ac98' date '03/27/2020' time '14:20:58' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.747' message '' id 'ba5b5501-b254-424c-bfc7-664f00762d8a' date '02/27/2020' time '06:16:07' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.746' message '' id 'fa65cbd3-3968-4126-9623-a36d71509e1e' date '02/27/2020' time '04:54:40' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.745' message '' id 'de3499bc-dd8f-493c-a51a-deb0813875b8' date '02/17/2020' time '07:47:06' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.744' message '' id '37aaa02c-6d20-43d9-a509-6b96ce87fc2b' date '02/14/2020' time '09:52:33' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.743' message '' id '78903099-075e-49eb-a5f7-27218bc6a771' date '02/14/2020' time '09:17:19' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.742' message '' id 'e059e0dd-daf2-4e98-9f5a-e5cc3655b0dd' date '02/13/2020' time '08:41:45' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.741' message '' id '1b38a882-1da6-4304-b908-bde08155d3e8' date '02/12/2020' time '09:17:34' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.740' message '' id '577e1209-86e0-4541-bc60-51302fd3ceba' date '02/10/2020' time '11:34:08' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.739' message '' id 'f76894ff-d3a9-4a7f-9254-0db0588c9211' date '02/07/2020' time '08:59:58' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.738' message '' id 'db08bac8-e91e-42e8-b76c-84bf95f81355' date '02/06/2020' time '11:09:57' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.737' message '' id '716c1c2f-8ca6-4843-8e64-401d28e9992d' date '02/06/2020' time '08:08:29' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.736' message '' id '27b4964a-d9c6-4a23-876b-03c33c29476e' date '02/05/2020' time '11:34:04' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.735' message '' id '21564619-d35b-42df-889f-56e5ef699a89' date '02/05/2020' time '10:45:06' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.734' message '' id '2aaf94cd-087a-45da-beb6-82d1c921f896' date '02/04/2020' time '11:13:34' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.733' message '' id 'b6b3b136-2f1b-4cc2-993e-6556c0bb0ac5' date '02/04/2020' time '11:05:07' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.732' message '' id 'fe77c0fb-5c75-4088-891b-6d9fae1171b2' date '02/04/2020' time '10:26:08' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.731' message '' id 'f92d31b2-84db-4ec2-ad55-c98598f4078e' date '02/04/2020' time '09:38:22' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.730' message '' id 'c4e12c13-5cb9-41f8-8eb2-5636c75138e4' date '02/03/2020' time '12:01:35' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.729' message '' id '8ef69899-8afb-4b03-832a-fb0c8604c788' date '02/03/2020' time '11:15:12' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.728' message '' id '221af8f1-6045-4a53-aa92-ac01ff3afc14' date '02/03/2020' time '11:07:10' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.727' message '' id 'd23d798b-cf09-49e8-b7d8-ed80d62188e3' date '02/03/2020' time '08:47:55' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.726' message '' id '25d730b6-193f-4aaf-b777-d2933ec6ac1e' date '02/02/2020' time '12:18:05' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.725' message '' id '8bbc70a4-7a10-444a-aaeb-7711bf095b6b' date '02/02/2020' time '12:06:22' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.724' message '' id '325830d0-0725-488f-8ae7-c1d914fad96e' date '02/02/2020' time '12:03:40' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.723' message '' id '64d48c67-7897-402f-94d3-427b56af1073' date '02/01/2020' time '10:59:26' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.722' message '' id '82c222dc-b63f-429f-bc3b-2dce4d0c1147' date '02/01/2020' time '10:11:37' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.721' message '' id '1028064e-721e-4283-9cea-7be67cb71076' date '02/01/2020' time '10:03:23' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.720' message '' id 'c3654c28-ca2e-44cb-963c-d6ac17793f9a' date '01/31/2020' time '11:03:54' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.719' message '' id '13fae97e-164c-4f9a-aae2-bb10471b3525' date '01/31/2020' time '10:54:12' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.718' message '' id '89852703-2d45-4429-a36d-fe056f365af9' date '01/31/2020' time '10:20:29' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.717' message '' id '960e1706-2a07-430e-87d0-01a043c952b3' date '01/31/2020' time '10:05:43' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.716' message '' id '08a8d5c1-7bf5-420f-a077-54f8b1976647' date '01/31/2020' time '09:46:49' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.715' message '' id '0c61e6bd-d70a-4a22-b18a-4754366dce0c' date '01/30/2020' time '11:19:28' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.714' message '' id 'dcaf99c0-2c6d-42c9-afc4-25d6cf3b5b8e' date '01/30/2020' time '10:08:22' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.713' message '' id '9985b4bc-c2a0-4edb-a234-08f9a5910c9b' date '01/30/2020' time '08:42:46' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.712' message '' id 'ac548cab-8931-4b1d-89fb-2fd64eaf0818' date '01/30/2020' time '08:32:14' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.711' message '' id '826065f1-4bb3-437e-be11-1fe0ac50e331' date '01/30/2020' time '07:15:05' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.710' message '' id 'dd0ffce3-fabc-40d0-b257-f8cd6498d963' date '01/30/2020' time '03:37:56' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.709' message '' id 'e9ef5e24-8dd7-410e-92ba-79aa3cf34bad' date '01/30/2020' time '02:48:03' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.708' message '' id 'cd42f61a-0c92-4a94-a6db-def85ce36a4f' date '01/28/2020' time '11:17:13' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.707' message '' id 'f9d3f4cf-16b9-4a30-8874-7481293bf298' date '01/28/2020' time '08:23:24' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.706' message '' id '61c645de-d99d-4548-b856-60f7b0512362' date '01/28/2020' time '07:59:40' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.705' message '' id '4a035f13-1dbe-4934-b117-799474d4157e' date '01/28/2020' time '07:51:22' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.704' message '' id 'bfb29ea7-9c7d-458b-877e-685c5c501078' date '01/28/2020' time '05:00:18' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.703' message '' id 'bfb41438-6188-4135-98b2-dfd69fdf1c82' date '01/28/2020' time '04:17:38' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.702' message '' id '9785bd25-2577-4819-bcdd-9a6849fb2d82' date '01/28/2020' time '03:51:54' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.701' message '' id 'e420b5af-5ee3-47cd-8cd3-29ac15bc705c' date '01/28/2020' time '03:31:03' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.700' message '' id '4e5ef914-81cf-4426-afb0-6b339722ab99' date '01/28/2020' time '02:06:52' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.699' message '' id '741eca8c-d03a-4a52-9eec-1efba7e39c2d' date '01/28/2020' time '01:51:20' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.698' message '' id 'a28e800e-3a51-45dd-ad2a-f2b200aeedd7' date '01/27/2020' time '12:13:49' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.697' message '' id '19a0a47d-6836-4fa4-af31-4375ed58f5fc' date '01/27/2020' time '11:48:29' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.696' message '' id 'e9c2cd8f-eaa0-48b8-b97b-df50fd270374' date '01/27/2020' time '10:08:43' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.695' message '' id '37222d9d-f4d2-45d5-a46d-9feb2ea2afff' date '01/17/2020' time '12:15:05' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.694' message '' id '30b20e22-9467-463a-8341-db61541e1528' date '01/17/2020' time '08:22:21' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.693' message '' id '224f7c9a-2433-4bb7-8053-6698c174938e' date '01/16/2020' time '12:16:48' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.692' message '' id 'a328c463-4ff2-4fd0-ba19-651474be02a5' date '01/16/2020' time '04:38:36' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.691' message '' id '322ec0be-c916-42b5-98e5-fe3914f6907d' date '01/16/2020' time '03:04:43' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.690' message '' id '312911d6-7a51-40c0-bec0-dafe6b392c3d' date '01/16/2020' time '02:37:59' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.689' message '' id 'a6e51877-9095-4e3e-bcb4-ff3c6ac89d1d' date '01/14/2020' time '03:35:15' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.688' message '' id '11bd2662-e7b5-4f27-959f-2792a97bf7f8' date '01/14/2020' time '02:50:00' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.687' message '' id '748aa2f6-23ec-467b-ad95-5b2a88612c4b' date '12/31/2019' time '02:15:07' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.686' message '' id '72ec7eaf-b13c-4f4b-9db6-bd5caf33debe' date '12/04/2019' time '12:03:49' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.685' message '' id 'f6a165e8-39c0-4f7a-a949-56f6468840d7' date '12/03/2019' time '02:39:38' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.684' message '' id 'e2b8da32-9224-45ef-a86b-2f8a94ba64b1' date '11/25/2019' time '11:53:05' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.683' message '' id '0fdb98ce-914d-4832-8fde-1d48015e47cb' date '11/25/2019' time '10:43:55' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.682' message '' id '489cef04-8dbf-4c4c-bcce-71618d4fcf99' date '11/11/2019' time '11:02:56' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.681' message '' id '02ada463-9af0-4bb5-bfd1-4bc7c622a559' date '11/05/2019' time '03:16:07' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.680' message '' id '4b18ec74-2193-4f8a-896c-83a215e9c0d8' date '10/21/2019' time '10:39:37' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.679' message '' id 'ede227ee-3a62-46bb-ae0d-4bde96ed754a' date '10/18/2019' time '08:36:16' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.678' message '' id '8cd8a397-c7ec-48bf-9c8a-2c53b32c72e2' date '10/18/2019' time '08:09:00' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.677' message '' id '0493a428-8e2d-45b3-8935-074cf7b846aa' date '10/18/2019' time '08:06:19' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.676' message '' id '7ee2dfbf-38eb-4fa4-a3c8-cc33956868ac' date '10/17/2019' time '08:40:05' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.675' message '' id '38c0226f-c17e-439e-94d7-f96bd1242d11' date '10/14/2019' time '12:45:39' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.674' message '' id '0e9600d3-6ba7-4331-a45e-f0b95fcd9e41' date '10/09/2019' time '08:29:59' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.673' message '' id 'f4ea91da-6f82-42f8-b6c8-62d6192f70bd' date '10/09/2019' time '08:25:53' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.672' message '' id 'c63156e1-8a2c-453f-9cd2-2ae5d2521202' date '10/08/2019' time '10:16:50' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.671' message '' id 'ea13012f-1335-4f2b-b272-37c9eac977fb' date '10/08/2019' time '10:02:27' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.670' message '' id '096673c2-6adc-4a9f-a710-b2e832feea4f' date '10/08/2019' time '09:50:21' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.669' message '' id 'd96e7501-9328-4188-a854-1fdb6acf016a' date '10/08/2019' time '08:13:26' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.668' message '' id '41247ca5-113d-449b-a737-1757ffa78d96' date '10/08/2019' time '07:19:13' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.667' message '' id '43959b45-1abf-484c-9c5f-a71f364aad61' date '09/23/2019' time '09:02:43' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.666' message '' id '0aad567a-fbc3-4419-b73b-3615ad9dbd2d' date '09/20/2019' time '11:02:05' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.665' message '' id '77b382cb-e3b3-40be-9170-7420ea492810' date '09/19/2019' time '10:31:13' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.664' message '' id '894ab01e-8a0d-4e3a-9573-c6be0b6d5f90' date '09/19/2019' time '10:23:21' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.663' message '' id '526fc041-cd2e-4867-9a7e-29f837da3b49' date '09/19/2019' time '08:51:08' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.662' message '' id 'ff31e1f0-54f3-43b9-88bd-83d11e5a2b5c' date '09/18/2019' time '13:09:58' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.661' message '' id 'a7e95cc1-adc9-40d4-a8af-2659871656f1' date '09/17/2019' time '11:03:50' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.660' message '' id '4129f284-4769-468f-8ae7-81265692c20a' date '09/17/2019' time '10:44:37' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.659' message '' id '95359006-32c8-4cd6-806c-a185c7165ca1' date '09/12/2019' time '08:30:28' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.658' message '' id '4068ab91-b1c2-4269-9ad4-89066adc3296' date '09/12/2019' time '05:38:57' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.657' message '' id '82a81477-4e84-40db-a603-653a96d81ccd' date '09/06/2019' time '17:44:49' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.656' message '' id 'f2c9127d-9a8b-45cb-9ccd-ce82195a429f' date '09/02/2019' time '11:30:08' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.655' message '' id '067297f9-7672-4174-8dab-b541b7d83743' date '08/30/2019' time '18:38:03' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.654' message '' id 'df1f980f-2ee0-4c8e-991b-91bb65df2a90' date '08/30/2019' time '17:59:12' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.653' message '' id 'b8d0aa74-c834-42d4-ac1a-857ba693ad6e' date '08/30/2019' time '12:05:58' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.652' message '' id 'ee163c11-e318-4097-bda3-7a7794cfe785' date '08/30/2019' time '08:24:46' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.651' message '' id '8369c8d9-5384-4eab-825b-3d5ce3840681' date '08/29/2019' time '12:15:33' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.650' message '' id 'cf714073-27e1-4acb-a7d0-1166fb871b5e' date '08/27/2019' time '05:15:06' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.649' message '' id '34587022-51d3-4699-9337-f37d187d2c45' date '08/27/2019' time '03:51:32' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.648' message '' id '7b5aeeca-2b6b-4ffc-a9c7-06fef69039ec' date '08/26/2019' time '12:03:56' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.647' message '' id '4f807db8-e6fd-4f99-90bc-1ced66939862' date '08/26/2019' time '11:07:37' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.646' message '' id '0c6b83b9-e636-446c-bbd6-acd70372f094' date '08/26/2019' time '08:47:47' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.645' message '' id '9b0cf0c3-75e9-4f2b-9110-5c3ee5981626' date '08/26/2019' time '08:28:46' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.644' message '' id 'c5da2241-2d57-44e8-af64-fa9c621caaec' date '08/23/2019' time '13:32:50' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.643' message '' id '63b461f1-3fe9-4c66-a00e-78cb2c5272ed' date '08/22/2019' time '13:23:49' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.642' message '' id '6c8b2029-d816-466a-a394-8da7a7527e9e' date '08/22/2019' time '12:11:51' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.641' message '' id 'fa954a0c-d719-432c-938f-1087f36aa899' date '08/22/2019' time '11:58:53' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.640' message '' id 'b96c32e7-b327-4cad-993f-fdca32bb4aa8' date '08/22/2019' time '10:18:19' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.639' message '' id 'be5b78a6-dd03-4fed-a889-425b3cad3c56' date '08/21/2019' time '12:52:21' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.638' message '' id '0e6d7625-a3a1-4163-b0af-6f0ba70e5319' date '08/19/2019' time '10:20:56' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.637' message '' id 'ba369c2a-21d7-4f43-8136-b2b42be1203e' date '08/19/2019' time '09:35:51' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.636' message '' id 'f339a5cb-0cf2-4813-bd3f-d44028c20dbd' date '08/12/2019' time '11:42:39' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.635' message '' id '137ec24a-2ab7-4ca0-8584-52ee7caf153a' date '08/12/2019' time '10:52:42' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.634' message '' id 'e2ac69cb-947d-42cd-bbb2-81cd3c643565' date '08/12/2019' time '08:57:06' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.633' message '' id 'b5fea1b9-bf93-4aa9-8e10-4114d8a8cda7' date '08/09/2019' time '12:18:23' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.632' message '' id '494e84ae-37c4-4e8f-b4c5-1cd59adc9215' date '08/09/2019' time '09:18:25' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.631' message '' id '734eaf1c-f0cb-4f82-9440-112d09d40427' date '08/08/2019' time '07:43:12' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.630' message '' id '428a035d-de2b-4570-9ed4-99e124a66487' date '08/06/2019' time '11:47:53' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.629' message '' id '6b8e5b84-c2a4-4bb2-99dc-7de4bb9f4eec' date '08/06/2019' time '10:10:12' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.628' message '' id '8f305d5d-a007-4836-9cdf-82cfa2b15adb' date '08/06/2019' time '02:55:33' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.627' message '' id '890cdb7d-1651-4a91-aab7-e7d786073a7c' date '08/05/2019' time '13:24:15' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.626' message '' id 'b92f268a-622a-4407-8b7d-c8c36b5f9b00' date '08/05/2019' time '13:18:31' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.625' message '' id '7f645b42-bec0-45c4-b542-63ecfcee227c' date '08/05/2019' time '13:05:50' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.624' message '' id 'd2ccc71c-66a5-4b30-a023-82909898f77d' date '08/05/2019' time '12:25:45' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.623' message '' id '78f7b64d-224e-4ada-bb8b-161ca563c6e3' date '08/02/2019' time '12:44:12' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.622' message '' id '3d0542df-c82a-4d6d-8d81-164746520410' date '08/02/2019' time '12:17:29' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.621' message '' id '584b351c-686b-46ab-af39-70c56100baab' date '08/02/2019' time '11:10:14' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.620' message '' id '7e5b2e48-2892-4c89-8e65-d3c4091a4bc0' date '08/02/2019' time '08:12:29' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.619' message '' id 'e0336f92-17cb-4283-a3b0-c3ffed2c8516' date '08/01/2019' time '12:20:35' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.618' message '' id 'f4220374-1924-4f01-9df7-fe05974d443e' date '08/01/2019' time '11:51:32' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.617' message '' id '38c97e4e-c4fd-41b9-812a-152ce0c501b1' date '07/31/2019' time '12:43:22' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.616' message '' id 'f817921c-c1a4-45ca-a234-1306be78248d' date '07/31/2019' time '12:15:10' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.615' message '' id '317e7d94-ad6d-4621-ac12-76d0f2a6b4ac' date '07/31/2019' time '11:59:25' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.614' message '' id '91cbda27-5df0-4538-b073-f15c8d00599c' date '07/31/2019' time '11:58:11' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.613' message '' id 'b1d8a611-ee9d-4dfe-bb19-ffe91c4f7ada' date '07/31/2019' time '11:08:11' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.612' message '' id '84a3ecb3-550e-4d1d-a6cf-d14315b84c7b' date '07/30/2019' time '12:25:11' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.611' message '' id '113708c8-96df-4312-9210-5d69a445fd11' date '07/30/2019' time '12:01:56' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.610' message '' id 'f62d0c0e-de47-4293-a3e6-642148692fcb' date '07/30/2019' time '11:01:54' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.609' message '' id '47cb5186-2c1d-4d81-b18e-9e0d0d82f905' date '07/30/2019' time '09:19:48' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.608' message '' id 'de025b17-cdf3-45ef-b16a-48186c9ed760' date '07/29/2019' time '11:32:02' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.607' message '' id 'b44f4006-1b54-4540-b3d1-7ec14ff571e6' date '07/26/2019' time '10:43:09' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.606' message '' id 'ee9d3336-9957-4a30-b888-f77d1cd6ed78' date '07/16/2019' time '07:32:09' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.605' message '' id 'c67130da-43a0-416e-8b06-cfa97b6e485f' date '06/28/2019' time '09:07:07' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.604' message '' id 'b5bd2d65-d00f-44e8-82c3-6b56dcb5b66e' date '06/28/2019' time '08:50:05' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.603' message '' id '249efbd7-fcb7-45ba-a2a6-423c6fd12d9d' date '06/21/2019' time '13:30:12' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.602' message '' id '7ac9b97c-f163-4867-900e-5521491e4493' date '06/20/2019' time '04:48:28' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.601' message '' id '5cbea6c9-6896-4141-b734-4eca4e9840c5' date '05/31/2019' time '13:11:35' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.600' message '' id 'f48fe00c-7743-4bba-beb7-db513a27203a' date '05/28/2019' time '05:43:10' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.599' message '' id '54be706c-4b40-4dbd-9153-b50fb0f58f31' date '05/28/2019' time '05:28:55' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.598' message '' id 'c6e4db2b-1040-4f41-9b53-f28d99d34e9f' date '05/28/2019' time '05:12:17' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.597' message '' id '8fe43300-4623-4872-86ef-eb53e2581b00' date '05/28/2019' time '05:02:47' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.596' message '' id 'b1db2763-40c9-4117-917c-55d1337db168' date '05/27/2019' time '13:41:50' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.595' message '' id '28db4468-876a-4ac8-bd8a-1a30545cca67' date '05/27/2019' time '12:55:18' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.594' message '' id 'a43ef4b4-d551-4a46-a6f7-da5abfe97cc5' date '05/27/2019' time '10:54:24' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.593' message '' id 'b5094aed-8463-428b-acdd-aea2730ab129' date '05/24/2019' time '12:40:01' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.592' message '' id 'ed730c0c-4077-4141-bd45-ee62c62beb85' date '05/23/2019' time '08:26:52' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.590' message '' id '2f09c2b7-bc82-47d0-9a4c-d1db52057f17' date '05/23/2019' time '04:46:14' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.589' message '' id 'e933189b-61f2-4f77-9188-60afa50c4ee7' date '05/22/2019' time '10:50:55' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.588' message '' id 'cc21477b-76ec-4779-a4a1-52947d9b1885' date '05/22/2019' time '10:50:06' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.587' message '' id 'baea7058-0633-4dc5-ad4f-14957feb50b3' date '05/21/2019' time '09:37:57' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.586' message '' id '3c2f8657-17ed-4ffb-bd52-36138ea16220' date '05/21/2019' time '09:16:03' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.585' message '' id '683ba481-30e0-454d-a16c-d6cc2b9d32fc' date '05/21/2019' time '08:33:39' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.584' message '' id 'f8fa44cc-e0ae-4b83-b0ca-4eefbd938266' date '05/17/2019' time '11:55:59' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.583' message '' id '9f3f49b3-9ebc-41e6-9a38-dc7da84e1677' date '05/17/2019' time '11:03:21' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.582' message '' id '6e9b4f54-761f-4650-9e85-7be3ec037c42' date '05/17/2019' time '10:50:42' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.581' message '' id '85ca04c7-49b9-4a5a-956e-80f971015b86' date '05/15/2019' time '12:22:51' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.580' message '' id '806abd21-108e-48a9-85d8-bdb9d551bfe0' date '05/14/2019' time '03:25:39' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.579' message '' id '2215e7ee-c10e-4a36-bfaa-dc982b334a6d' date '05/14/2019' time '02:36:46' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.578' message '' id '5a5ca220-e354-4c48-9785-0c50c8f42d1f' date '05/09/2019' time '06:08:28' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.577' message '' id '683f2bce-36d8-4412-9c9a-1701d85b4e05' date '05/08/2019' time '12:27:20' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.576' message '' id '84940118-8f68-4e86-b839-1994a777c367' date '05/08/2019' time '12:04:29' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.575' message '' id 'd2458488-7cbe-47bc-8e64-3a28e0b9d8b7' date '05/08/2019' time '11:59:56' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.574' message '' id '8b0e742c-6ca8-4fb5-aaed-40a8e703e8bd' date '04/11/2019' time '05:59:02' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.573' message '' id 'd8dcdb21-5259-4241-b4dd-9b5c92ae7df5' date '04/11/2019' time '05:46:45' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.572' message '' id '53397e70-27f1-4d4b-9a83-8a181cd567c9' date '04/11/2019' time '05:35:56' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.571' message '' id '2b753bad-d695-42f4-a2bd-765ba01e080a' date '04/09/2019' time '04:41:29' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.570' message '' id 'ad165a42-deb0-4ad3-a3ac-ed6882d549a6' date '03/26/2019' time '03:16:23' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.569' message '' id '848d2975-3da3-4ec1-b4c6-60acae81b516' date '03/25/2019' time '10:25:14' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.568' message '' id '9e6f9b09-fcac-42ed-ada3-073f86c22532' date '03/25/2019' time '09:34:05' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.567' message '' id '7f29a4d4-15d6-4d44-97f5-7ea94b8ac8b2' date '03/25/2019' time '09:13:58' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.566' message '' id '1de411dc-8320-41ab-858c-daf6d07b85de' date '03/25/2019' time '08:56:44' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.565' message '' id 'de9e7782-488b-4123-bbf7-4b7a718e51e0' date '03/25/2019' time '08:51:55' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.564' message '' id 'f5770f83-76c3-4cb8-a90a-cafe32a1bf20' date '03/25/2019' time '08:38:11' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.563' message '' id '62ef60ab-44a4-4668-a632-925e52e252b4' date '03/25/2019' time '08:21:38' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.562' message '' id 'e3b15fbd-486d-40f4-89a8-acb7ce622832' date '03/25/2019' time '08:16:24' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.561' message '' id '8c6fd80f-e3f7-4991-88fd-5476999becd4' date '03/25/2019' time '08:13:00' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.560' message '' id 'b1cf8aa7-7d09-464e-9d4b-475b81a59455' date '03/25/2019' time '08:09:06' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.559' message '' id '40f1e7a5-ccd3-4d19-b8e8-aa30c844a913' date '03/25/2019' time '08:03:33' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.558' message '' id '06c484fc-6a5b-4114-b786-59ce30af44c3' date '03/25/2019' time '07:50:45' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.557' message '' id '13312000-ea74-4d85-be39-9e3bfff5d18f' date '03/25/2019' time '07:36:02' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.556' message '' id '121dc9f9-067f-4256-9f5c-dd3c2301beba' date '03/22/2019' time '12:05:27' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.555' message '' id '7bc1f04f-edc0-4c86-bd57-e3a6c03a2f50' date '03/22/2019' time '11:53:25' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.554' message '' id '5fca4aee-0522-44c0-a4e6-4dc1fd1b072d' date '03/21/2019' time '09:54:21' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.553' message '' id 'b13ccc1a-11b8-4dc7-8ee2-5061a9e40087' date '03/21/2019' time '09:16:50' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.552' message '' id '61c7fc5a-f222-4b8d-bb58-4ea40736f8b2' date '03/21/2019' time '03:48:45' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.551' message '' id '6c3bb0b3-9472-44d1-af43-917c6cb913c0' date '03/18/2019' time '11:59:48' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.550' message '' id '937b9362-e341-45c0-b6bc-1172be652c96' date '03/18/2019' time '08:30:57' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.549' message '' id 'fe75b2a5-90ea-4243-a5bb-13b92897e770' date '02/21/2019' time '04:34:56' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.548' message '' id 'd7557e81-1f5b-431d-becc-478d6b3fb668' date '02/15/2019' time '06:53:19' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.547' message '' id 'abd12cdc-72db-412e-8c45-62260975c162' date '02/12/2019' time '04:51:30' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.546' message '' id 'e728aa0b-6f9f-4e61-b825-4d9c965dba6c' date '02/11/2019' time '07:16:26' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.545' message '' id 'bd03554b-b899-4748-a55b-c768b2c62c70' date '02/08/2019' time '12:07:38' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.544' message '' id 'edfdab70-2e77-4c13-9d0a-5c65c846b4b5' date '02/08/2019' time '11:04:53' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.543' message '' id 'a35c18c9-1ced-4512-ba9e-2642e8a28fbe' date '02/08/2019' time '04:58:33' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.542' message '' id '7b449b3d-246d-47f3-abc0-00fc043ab3d4' date '02/07/2019' time '09:20:15' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.541' message '' id '40e6f39f-905d-462e-8459-9441c8622530' date '02/07/2019' time '06:51:51' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.540' message '' id '849cec63-a653-4963-a3f2-3305ab755962' date '02/04/2019' time '12:16:03' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.539' message '' id '1fea00cc-6ed1-4ec5-a11a-126a31db2b3e' date '02/04/2019' time '11:24:57' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.538' message '' id 'b81d14f5-c123-4466-ab91-a34622c8ab14' date '02/04/2019' time '09:26:38' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.537' message '' id '9d724c6c-8394-4dd5-88fb-76fbb9efca4e' date '02/04/2019' time '06:50:42' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.536' message '' id 'b60c473e-667a-4b2d-8d1a-b66566331381' date '02/04/2019' time '06:38:15' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.535' message '' id '8594a56a-cc69-4b88-aedb-77091425cf4b' date '01/31/2019' time '03:05:25' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.534' message '' id '43f2d35d-5fe6-4731-8e70-56b593bb3589' date '01/24/2019' time '05:07:04' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.533' message '' id '9329f5fb-3ba5-4335-828e-ec77858449e5' date '01/23/2019' time '12:16:42' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.532' message '' id '22592571-764b-4b6c-b0ea-26b5cb46f3b9' date '01/21/2019' time '11:39:57' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.531' message '' id 'b16c07fe-1423-4f24-b83e-0ebde8d3159a' date '01/21/2019' time '10:27:13' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.530' message '' id 'a0000c1a-ca7e-4407-bd6b-47fb58a99f1f' date '01/21/2019' time '09:41:48' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.529' message '' id '2a945ab4-c73f-445c-8f97-4fe2c8bd470a' date '01/21/2019' time '08:34:00' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.528' message '' id 'da863f54-e6fa-4db3-84a7-b1136a802f0c' date '01/21/2019' time '07:38:40' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.527' message '' id 'b360a6c6-b4ab-4c10-bda0-7d7dcd7550ac' date '01/21/2019' time '05:01:38' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.526' message '' id 'b13f1e3a-4efe-4c2b-ac4b-7a2a2b05758e' date '01/20/2019' time '14:30:05' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.525' message '' id '6f612816-9fa0-40a6-8fd8-2b2e18401581' date '01/20/2019' time '09:46:07' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.524' message '' id '63031511-3212-498f-85b1-ae10c2f509bb' date '01/16/2019' time '09:39:32' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.523' message '' id 'e814cf05-8f47-490f-b2d4-441b9090796e' date '01/15/2019' time '02:47:30' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.522' message '' id '309ca048-6f19-4830-9826-0dc6fb32cc71' date '12/21/2018' time '05:05:24' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.521' message '' id '2c664bee-8582-4026-b446-73c617433d7b' date '12/21/2018' time '04:43:39' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.520' message '' id '83c8cfe9-c9b4-4f3a-83b7-e3c4a6640b26' date '12/17/2018' time '11:53:12' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.519' message '' id 'cd687665-77e9-4f03-ba64-ae089b635027' date '12/04/2018' time '09:07:03' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.518' message '' id '13d20f6d-a539-4829-9830-aa6ce3b4a7e9' date '12/04/2018' time '07:48:21' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.517' message '' id 'cf6f69d1-5914-492c-88d1-4e3be353c80e' date '11/29/2018' time '02:21:02' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.516' message '' id '6daccf0c-3969-4ca2-85d6-00133e0a2c25' date '11/28/2018' time '09:30:11' author 'brunobb' ancestors ((name 'BpmRuntime-brunobb.515' message '' id 'fe1c37ea-0b0b-4d88-b855-7f3bcd61e63c' date '11/28/2018' time '08:33: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 ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) 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/XPDLStructureAnalyzerVisitor.class/instance/acceptGatewayNode..st b/repository/BpmXpdl.package/XPDLStructureAnalyzerVisitor.class/instance/acceptGatewayNode..st index 4c7caed83..fa4fa73d0 100644 --- a/repository/BpmXpdl.package/XPDLStructureAnalyzerVisitor.class/instance/acceptGatewayNode..st +++ b/repository/BpmXpdl.package/XPDLStructureAnalyzerVisitor.class/instance/acceptGatewayNode..st @@ -11,7 +11,7 @@ acceptGatewayNode: aXPDLGatewayNode ifTrue: [(aXPDLGatewayNode outTransitionsReject: [:eachTr | eachTr hasCondition]) do: [:eachTr | self addGatewayWithoutConditionsItem: aXPDLGatewayNode in: eachTr] ]. - (aXPDLGatewayNode isGatewayForEventsNode and: [aXPDLGatewayNode inTransitions size > 1]) ifTrue: [self addEventGatewayUsedForMergingItem: aXPDLGatewayNode]. + (aXPDLGatewayNode isGatewayForEventsNode and: [aXPDLGatewayNode inTransitionsSize > 1]) ifTrue: [self addEventGatewayUsedForMergingItem: aXPDLGatewayNode]. aXPDLGatewayNode isGatewayForEventsNode ifTrue: [(aXPDLGatewayNode outTransitionsReject: [:eachTr | eachTr endNode isEventNode]) do: [:eachTr | self addNoneEventNodeAfterEventGatewayItem: eachTr endArtifact]]. diff --git a/repository/BpmXpdl.package/XPDLStructureAnalyzerVisitor.class/methodProperties.json b/repository/BpmXpdl.package/XPDLStructureAnalyzerVisitor.class/methodProperties.json index bf7066c4c..6c1f2c9d6 100644 --- a/repository/BpmXpdl.package/XPDLStructureAnalyzerVisitor.class/methodProperties.json +++ b/repository/BpmXpdl.package/XPDLStructureAnalyzerVisitor.class/methodProperties.json @@ -4,7 +4,7 @@ "instance" : { "acceptActivityNode:" : "brunobb 08/03/2020 12:24", "acceptEndEventNode:" : "brunobb 12/10/2019 08:40", - "acceptGatewayNode:" : "brunobb 08/03/2020 12:27", + "acceptGatewayNode:" : "brunobb 08/03/2020 14:00", "acceptIntermediateEventNode:" : "brunobb 08/03/2020 12:27", "acceptLaneNode:" : "brunobb 12/10/2019 08:40", "acceptPoolNode:" : "bruno 07/27/2020 15:29", diff --git a/repository/BpmXpdl.package/monticello.meta/version b/repository/BpmXpdl.package/monticello.meta/version index b80f32f8c..02e24aae6 100644 --- a/repository/BpmXpdl.package/monticello.meta/version +++ b/repository/BpmXpdl.package/monticello.meta/version @@ -1 +1 @@ -(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 ()) \ No newline at end of file +(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 ()) \ No newline at end of file diff --git a/repository/BpmXpdlBizagiReader.package/XPDLActivityNode.class/instance/addInTransition..st b/repository/BpmXpdlBizagiReader.package/XPDLActivityNode.class/instance/addInTransition..st new file mode 100644 index 000000000..ec5f4047f --- /dev/null +++ b/repository/BpmXpdlBizagiReader.package/XPDLActivityNode.class/instance/addInTransition..st @@ -0,0 +1,4 @@ +other +addInTransition: aXPDLTransitionNode + + ^inTransitions add: aXPDLTransitionNode \ No newline at end of file diff --git a/repository/BpmXpdlBizagiReader.package/XPDLActivityNode.class/instance/inTransitions..st b/repository/BpmXpdlBizagiReader.package/XPDLActivityNode.class/instance/inTransitions..st deleted file mode 100644 index 1f5c9bbad..000000000 --- a/repository/BpmXpdlBizagiReader.package/XPDLActivityNode.class/instance/inTransitions..st +++ /dev/null @@ -1,3 +0,0 @@ -Updating -inTransitions: newValue - inTransitions := newValue \ No newline at end of file diff --git a/repository/BpmXpdlBizagiReader.package/XPDLActivityNode.class/instance/inTransitions.st b/repository/BpmXpdlBizagiReader.package/XPDLActivityNode.class/instance/inTransitions.st deleted file mode 100644 index fdb0cbcdc..000000000 --- a/repository/BpmXpdlBizagiReader.package/XPDLActivityNode.class/instance/inTransitions.st +++ /dev/null @@ -1,3 +0,0 @@ -Accessing -inTransitions - ^inTransitions \ No newline at end of file diff --git a/repository/BpmXpdlBizagiReader.package/XPDLActivityNode.class/instance/inTransitionsDo..st b/repository/BpmXpdlBizagiReader.package/XPDLActivityNode.class/instance/inTransitionsDo..st new file mode 100644 index 000000000..6c71f5375 --- /dev/null +++ b/repository/BpmXpdlBizagiReader.package/XPDLActivityNode.class/instance/inTransitionsDo..st @@ -0,0 +1,4 @@ +Accessing +inTransitionsDo: aBlock + + inTransitions do: aBlock \ No newline at end of file diff --git a/repository/BpmXpdlBizagiReader.package/XPDLActivityNode.class/instance/inTransitionsFirst.st b/repository/BpmXpdlBizagiReader.package/XPDLActivityNode.class/instance/inTransitionsFirst.st new file mode 100644 index 000000000..8b23a4fef --- /dev/null +++ b/repository/BpmXpdlBizagiReader.package/XPDLActivityNode.class/instance/inTransitionsFirst.st @@ -0,0 +1,4 @@ +Accessing +inTransitionsFirst + + ^inTransitions first \ No newline at end of file diff --git a/repository/BpmXpdlBizagiReader.package/XPDLActivityNode.class/instance/outTransitions..st b/repository/BpmXpdlBizagiReader.package/XPDLActivityNode.class/instance/outTransitions..st deleted file mode 100644 index 20d8668a8..000000000 --- a/repository/BpmXpdlBizagiReader.package/XPDLActivityNode.class/instance/outTransitions..st +++ /dev/null @@ -1,3 +0,0 @@ -Updating -outTransitions: newValue - outTransitions := newValue \ No newline at end of file diff --git a/repository/BpmXpdlBizagiReader.package/XPDLActivityNode.class/methodProperties.json b/repository/BpmXpdlBizagiReader.package/XPDLActivityNode.class/methodProperties.json index 84a734be6..4399d859d 100644 --- a/repository/BpmXpdlBizagiReader.package/XPDLActivityNode.class/methodProperties.json +++ b/repository/BpmXpdlBizagiReader.package/XPDLActivityNode.class/methodProperties.json @@ -3,6 +3,7 @@ }, "instance" : { "acceptVisitor:" : "brunobb 12/11/2018 03:12", + "addInTransition:" : "brunobb 08/03/2020 14:14", "addOutTransition:" : "brunobb 08/03/2020 13:01", "addPerformer:" : "brunobb 11/06/2018 06:53", "asSvgGeometryFor:" : "brunobb 01/16/2019 08:46", @@ -16,8 +17,8 @@ "hasMixedStartConditions" : "brunobb 11/06/2018 06:53", "hasNoInOrOutTransitions" : "brunobb 11/06/2018 06:53", "hasPerformers" : "brunobb 11/06/2018 06:53", - "inTransitions" : "brunobb 11/06/2018 06:53", - "inTransitions:" : "brunobb 11/06/2018 06:53", + "inTransitionsDo:" : "brunobb 08/03/2020 14:06", + "inTransitionsFirst" : "brunobb 08/03/2020 14:03", "inTransitionsLast" : "brunobb 08/03/2020 12:09", "initialize" : "brunobb 11/06/2018 06:53", "isActivityNode" : "brunobb 11/06/2018 06:53", @@ -31,7 +32,6 @@ "loopCondition:" : "brunobb 11/06/2018 06:53", "loopType" : "brunobb 11/06/2018 06:53", "loopType:" : "brunobb 11/06/2018 06:53", - "outTransitions:" : "brunobb 11/06/2018 06:53", "outTransitionsDo:" : "brunobb 08/03/2020 12:23", "outTransitionsFirst" : "brunobb 08/03/2020 13:27", "outTransitionsLast" : "brunobb 08/03/2020 12:10", diff --git a/repository/BpmXpdlBizagiReader.package/XPDLEndNode.class/instance/addInTransition..st b/repository/BpmXpdlBizagiReader.package/XPDLEndNode.class/instance/addInTransition..st new file mode 100644 index 000000000..ec5f4047f --- /dev/null +++ b/repository/BpmXpdlBizagiReader.package/XPDLEndNode.class/instance/addInTransition..st @@ -0,0 +1,4 @@ +other +addInTransition: aXPDLTransitionNode + + ^inTransitions add: aXPDLTransitionNode \ No newline at end of file diff --git a/repository/BpmXpdlBizagiReader.package/XPDLEndNode.class/instance/inTransitions..st b/repository/BpmXpdlBizagiReader.package/XPDLEndNode.class/instance/inTransitions..st deleted file mode 100644 index 1f5c9bbad..000000000 --- a/repository/BpmXpdlBizagiReader.package/XPDLEndNode.class/instance/inTransitions..st +++ /dev/null @@ -1,3 +0,0 @@ -Updating -inTransitions: newValue - inTransitions := newValue \ No newline at end of file diff --git a/repository/BpmXpdlBizagiReader.package/XPDLEndNode.class/instance/inTransitions.st b/repository/BpmXpdlBizagiReader.package/XPDLEndNode.class/instance/inTransitions.st deleted file mode 100644 index fdb0cbcdc..000000000 --- a/repository/BpmXpdlBizagiReader.package/XPDLEndNode.class/instance/inTransitions.st +++ /dev/null @@ -1,3 +0,0 @@ -Accessing -inTransitions - ^inTransitions \ No newline at end of file diff --git a/repository/BpmXpdlBizagiReader.package/XPDLEndNode.class/instance/inTransitionsFirst.st b/repository/BpmXpdlBizagiReader.package/XPDLEndNode.class/instance/inTransitionsFirst.st new file mode 100644 index 000000000..8b23a4fef --- /dev/null +++ b/repository/BpmXpdlBizagiReader.package/XPDLEndNode.class/instance/inTransitionsFirst.st @@ -0,0 +1,4 @@ +Accessing +inTransitionsFirst + + ^inTransitions first \ No newline at end of file diff --git a/repository/BpmXpdlBizagiReader.package/XPDLEndNode.class/methodProperties.json b/repository/BpmXpdlBizagiReader.package/XPDLEndNode.class/methodProperties.json index e3b7fa9d3..a3a0b6df0 100644 --- a/repository/BpmXpdlBizagiReader.package/XPDLEndNode.class/methodProperties.json +++ b/repository/BpmXpdlBizagiReader.package/XPDLEndNode.class/methodProperties.json @@ -3,8 +3,8 @@ }, "instance" : { "acceptVisitor:" : "brunobb 12/11/2018 02:57", - "inTransitions" : "BrunoBB 10/25/2015 09:43", - "inTransitions:" : "BrunoBB 10/25/2015 09:43", + "addInTransition:" : "brunobb 08/03/2020 14:15", + "inTransitionsFirst" : "brunobb 08/03/2020 14:23", "inTransitionsLast" : "brunobb 08/03/2020 12:11", "initialize" : "BrunoBB 10/24/2015 17:02", "isEndNode" : "BrunoBB 10/25/2015 08:43", diff --git a/repository/BpmXpdlBizagiReader.package/XPDLGatewayNode.class/instance/addInTransition..st b/repository/BpmXpdlBizagiReader.package/XPDLGatewayNode.class/instance/addInTransition..st new file mode 100644 index 000000000..ec5f4047f --- /dev/null +++ b/repository/BpmXpdlBizagiReader.package/XPDLGatewayNode.class/instance/addInTransition..st @@ -0,0 +1,4 @@ +other +addInTransition: aXPDLTransitionNode + + ^inTransitions add: aXPDLTransitionNode \ No newline at end of file diff --git a/repository/BpmXpdlBizagiReader.package/XPDLGatewayNode.class/instance/inTransitions..st b/repository/BpmXpdlBizagiReader.package/XPDLGatewayNode.class/instance/inTransitions..st deleted file mode 100644 index 1f5c9bbad..000000000 --- a/repository/BpmXpdlBizagiReader.package/XPDLGatewayNode.class/instance/inTransitions..st +++ /dev/null @@ -1,3 +0,0 @@ -Updating -inTransitions: newValue - inTransitions := newValue \ No newline at end of file diff --git a/repository/BpmXpdlBizagiReader.package/XPDLGatewayNode.class/instance/inTransitions.st b/repository/BpmXpdlBizagiReader.package/XPDLGatewayNode.class/instance/inTransitions.st deleted file mode 100644 index fdb0cbcdc..000000000 --- a/repository/BpmXpdlBizagiReader.package/XPDLGatewayNode.class/instance/inTransitions.st +++ /dev/null @@ -1,3 +0,0 @@ -Accessing -inTransitions - ^inTransitions \ No newline at end of file diff --git a/repository/BpmXpdlBizagiReader.package/XPDLGatewayNode.class/instance/inTransitionsLast.st b/repository/BpmXpdlBizagiReader.package/XPDLGatewayNode.class/instance/inTransitionsLast.st new file mode 100644 index 000000000..192bc422e --- /dev/null +++ b/repository/BpmXpdlBizagiReader.package/XPDLGatewayNode.class/instance/inTransitionsLast.st @@ -0,0 +1,4 @@ +Accessing +inTransitionsLast + + ^inTransitions last \ No newline at end of file diff --git a/repository/BpmXpdlBizagiReader.package/XPDLGatewayNode.class/instance/inTransitionsSize.st b/repository/BpmXpdlBizagiReader.package/XPDLGatewayNode.class/instance/inTransitionsSize.st new file mode 100644 index 000000000..a5935e0cf --- /dev/null +++ b/repository/BpmXpdlBizagiReader.package/XPDLGatewayNode.class/instance/inTransitionsSize.st @@ -0,0 +1,4 @@ +Accessing +inTransitionsSize + + ^inTransitions size \ No newline at end of file diff --git a/repository/BpmXpdlBizagiReader.package/XPDLGatewayNode.class/instance/outTransitions..st b/repository/BpmXpdlBizagiReader.package/XPDLGatewayNode.class/instance/outTransitions..st deleted file mode 100644 index 20d8668a8..000000000 --- a/repository/BpmXpdlBizagiReader.package/XPDLGatewayNode.class/instance/outTransitions..st +++ /dev/null @@ -1,3 +0,0 @@ -Updating -outTransitions: newValue - outTransitions := newValue \ No newline at end of file diff --git a/repository/BpmXpdlBizagiReader.package/XPDLGatewayNode.class/methodProperties.json b/repository/BpmXpdlBizagiReader.package/XPDLGatewayNode.class/methodProperties.json index 3a71925bb..d217996b1 100644 --- a/repository/BpmXpdlBizagiReader.package/XPDLGatewayNode.class/methodProperties.json +++ b/repository/BpmXpdlBizagiReader.package/XPDLGatewayNode.class/methodProperties.json @@ -3,14 +3,15 @@ }, "instance" : { "acceptVisitor:" : "brunobb 12/11/2018 02:59", + "addInTransition:" : "brunobb 08/03/2020 14:15", "addOutTransition:" : "brunobb 08/03/2020 13:02", "asSvgGeometryFor:" : "brunobb 12/28/2018 07:55", "getLanesFrom:" : "brunobb 11/06/2018 06:56", "getTooltipOrNil" : "brunobb 12/20/2018 02:22", "hasMixedStartConditions" : "brunobb 11/06/2018 06:56", "hasNoInOrOutTransitions" : "brunobb 11/06/2018 06:56", - "inTransitions" : "brunobb 11/06/2018 06:56", - "inTransitions:" : "brunobb 11/06/2018 06:56", + "inTransitionsLast" : "brunobb 08/03/2020 14:23", + "inTransitionsSize" : "brunobb 08/03/2020 13:59", "initialize" : "brunobb 11/06/2018 06:56", "isComplexGateway" : "brunobb 11/07/2018 06:58", "isGatewayForEventsNode" : "brunobb 11/23/2018 11:01", @@ -18,7 +19,6 @@ "lane" : "brunobb 12/11/2018 03:41", "lane:" : "brunobb 12/11/2018 03:41", "outConditionsAreMandatory" : "brunobb 11/06/2018 06:56", - "outTransitions:" : "brunobb 11/06/2018 06:56", "outTransitionsDo:" : "brunobb 08/03/2020 12:25", "outTransitionsFirst" : "brunobb 08/03/2020 12:45", "outTransitionsLast" : "brunobb 08/03/2020 12:45", diff --git a/repository/BpmXpdlBizagiReader.package/XPDLIntermediateNode.class/instance/addInTransition..st b/repository/BpmXpdlBizagiReader.package/XPDLIntermediateNode.class/instance/addInTransition..st new file mode 100644 index 000000000..ec5f4047f --- /dev/null +++ b/repository/BpmXpdlBizagiReader.package/XPDLIntermediateNode.class/instance/addInTransition..st @@ -0,0 +1,4 @@ +other +addInTransition: aXPDLTransitionNode + + ^inTransitions add: aXPDLTransitionNode \ No newline at end of file diff --git a/repository/BpmXpdlBizagiReader.package/XPDLIntermediateNode.class/instance/inTransitions..st b/repository/BpmXpdlBizagiReader.package/XPDLIntermediateNode.class/instance/inTransitions..st deleted file mode 100644 index 1f5c9bbad..000000000 --- a/repository/BpmXpdlBizagiReader.package/XPDLIntermediateNode.class/instance/inTransitions..st +++ /dev/null @@ -1,3 +0,0 @@ -Updating -inTransitions: newValue - inTransitions := newValue \ No newline at end of file diff --git a/repository/BpmXpdlBizagiReader.package/XPDLIntermediateNode.class/instance/inTransitions.st b/repository/BpmXpdlBizagiReader.package/XPDLIntermediateNode.class/instance/inTransitions.st deleted file mode 100644 index fdb0cbcdc..000000000 --- a/repository/BpmXpdlBizagiReader.package/XPDLIntermediateNode.class/instance/inTransitions.st +++ /dev/null @@ -1,3 +0,0 @@ -Accessing -inTransitions - ^inTransitions \ No newline at end of file diff --git a/repository/BpmXpdlBizagiReader.package/XPDLIntermediateNode.class/instance/outTransitions..st b/repository/BpmXpdlBizagiReader.package/XPDLIntermediateNode.class/instance/outTransitions..st deleted file mode 100644 index 20d8668a8..000000000 --- a/repository/BpmXpdlBizagiReader.package/XPDLIntermediateNode.class/instance/outTransitions..st +++ /dev/null @@ -1,3 +0,0 @@ -Updating -outTransitions: newValue - outTransitions := newValue \ No newline at end of file diff --git a/repository/BpmXpdlBizagiReader.package/XPDLIntermediateNode.class/methodProperties.json b/repository/BpmXpdlBizagiReader.package/XPDLIntermediateNode.class/methodProperties.json index 76557ef4e..9e6fd4127 100644 --- a/repository/BpmXpdlBizagiReader.package/XPDLIntermediateNode.class/methodProperties.json +++ b/repository/BpmXpdlBizagiReader.package/XPDLIntermediateNode.class/methodProperties.json @@ -3,14 +3,12 @@ }, "instance" : { "acceptVisitor:" : "brunobb 12/11/2018 02:58", + "addInTransition:" : "brunobb 08/03/2020 14:15", "addOutTransition:" : "brunobb 08/03/2020 13:02", "getTargetId" : "BrunoBB 03/05/2017 11:30", "hostNode" : "BrunoBB 03/05/2017 11:30", "hostNode:" : "BrunoBB 03/05/2017 11:30", - "inTransitions" : "BrunoBB 03/05/2017 11:30", - "inTransitions:" : "BrunoBB 03/05/2017 11:30", "initialize" : "BrunoBB 03/05/2017 11:30", "isIntermediateEventNode" : "BrunoBB 03/05/2017 11:30", - "outTransitions:" : "BrunoBB 03/05/2017 11:30", "outTransitionsDo:" : "brunobb 08/03/2020 13:30", "setInternalAttributesWithNode:" : "brunobb 07/29/2019 12:45" } } diff --git a/repository/BpmXpdlBizagiReader.package/XPDLObject.class/instance/addInTransition..st b/repository/BpmXpdlBizagiReader.package/XPDLObject.class/instance/addInTransition..st index 9bec586fe..ad45e6d41 100644 --- a/repository/BpmXpdlBizagiReader.package/XPDLObject.class/instance/addInTransition..st +++ b/repository/BpmXpdlBizagiReader.package/XPDLObject.class/instance/addInTransition..st @@ -1,4 +1,2 @@ other -addInTransition: aXPDLTransitionNode - - ^self inTransitions add: aXPDLTransitionNode \ No newline at end of file +addInTransition: aXPDLTransitionNode \ No newline at end of file diff --git a/repository/BpmXpdlBizagiReader.package/XPDLObject.class/instance/inTransitions.st b/repository/BpmXpdlBizagiReader.package/XPDLObject.class/instance/inTransitions.st deleted file mode 100644 index a348857bf..000000000 --- a/repository/BpmXpdlBizagiReader.package/XPDLObject.class/instance/inTransitions.st +++ /dev/null @@ -1,4 +0,0 @@ -other -inTransitions - - ^OrderedCollection new \ No newline at end of file diff --git a/repository/BpmXpdlBizagiReader.package/XPDLObject.class/methodProperties.json b/repository/BpmXpdlBizagiReader.package/XPDLObject.class/methodProperties.json index d2846cdde..6958a6c9e 100644 --- a/repository/BpmXpdlBizagiReader.package/XPDLObject.class/methodProperties.json +++ b/repository/BpmXpdlBizagiReader.package/XPDLObject.class/methodProperties.json @@ -2,7 +2,7 @@ "class" : { }, "instance" : { - "addInTransition:" : "brunobb 11/06/2018 06:52", + "addInTransition:" : "brunobb 08/03/2020 14:14", "addOutTransition:" : "brunobb 08/03/2020 13:02", "asSvgGeometryFor:" : "brunobb 12/28/2018 07:55", "attributes" : "brunobb 11/06/2018 06:52", @@ -30,7 +30,6 @@ "hasMixedStartConditions" : "brunobb 11/06/2018 06:52", "hasNoInOrOutTransitions" : "brunobb 11/06/2018 06:52", "id:" : "brunobb 11/06/2018 06:52", - "inTransitions" : "brunobb 11/06/2018 06:52", "initialize" : "brunobb 11/06/2018 06:52", "isActivityNode" : "brunobb 11/06/2018 06:52", "isAttached" : "brunobb 11/07/2018 07:54", diff --git a/repository/BpmXpdlBizagiReader.package/XPDLStartNode.class/instance/outTransitions..st b/repository/BpmXpdlBizagiReader.package/XPDLStartNode.class/instance/outTransitions..st deleted file mode 100644 index 20d8668a8..000000000 --- a/repository/BpmXpdlBizagiReader.package/XPDLStartNode.class/instance/outTransitions..st +++ /dev/null @@ -1,3 +0,0 @@ -Updating -outTransitions: newValue - outTransitions := newValue \ No newline at end of file diff --git a/repository/BpmXpdlBizagiReader.package/XPDLStartNode.class/methodProperties.json b/repository/BpmXpdlBizagiReader.package/XPDLStartNode.class/methodProperties.json index 66800e0c2..bb4344bb3 100644 --- a/repository/BpmXpdlBizagiReader.package/XPDLStartNode.class/methodProperties.json +++ b/repository/BpmXpdlBizagiReader.package/XPDLStartNode.class/methodProperties.json @@ -7,7 +7,6 @@ "createBpmDefinitionOn:" : "brunobb 11/01/2018 04:06", "initialize" : "BrunoBB 10/24/2015 17:02", "isStartNode" : "BrunoBB 10/25/2015 08:43", - "outTransitions:" : "BrunoBB 10/25/2015 09:43", "outTransitionsAnySatisfy:" : "brunobb 08/03/2020 12:37", "outTransitionsDo:" : "brunobb 08/03/2020 13:29", "outTransitionsLast" : "brunobb 08/03/2020 12:38", diff --git a/repository/BpmXpdlBizagiReader.package/XPDLWorkflowProcess.class/instance/connectActivitiesToParentLane.st b/repository/BpmXpdlBizagiReader.package/XPDLWorkflowProcess.class/instance/connectActivitiesToParentLane.st index 9300855e6..acf8797ed 100644 --- a/repository/BpmXpdlBizagiReader.package/XPDLWorkflowProcess.class/instance/connectActivitiesToParentLane.st +++ b/repository/BpmXpdlBizagiReader.package/XPDLWorkflowProcess.class/instance/connectActivitiesToParentLane.st @@ -7,5 +7,5 @@ connectActivitiesToParentLane eachLane xpdlObjects: (self activitiesSelect: [:eachAct | eachLane absoluteRectangleIncludesActivity: eachAct]). "add the rol for each transition" eachLane xpdlObjects do: [:eachAct | - eachAct inTransitions do: [:eachTr | eachTr roles: (OrderedCollection with: eachLane getName)]] + eachAct inTransitionsDo: [:eachTr | eachTr roles: (OrderedCollection with: eachLane getName)]] ]. \ No newline at end of file diff --git a/repository/BpmXpdlBizagiReader.package/XPDLWorkflowProcess.class/methodProperties.json b/repository/BpmXpdlBizagiReader.package/XPDLWorkflowProcess.class/methodProperties.json index 242bfb6a1..30385137b 100644 --- a/repository/BpmXpdlBizagiReader.package/XPDLWorkflowProcess.class/methodProperties.json +++ b/repository/BpmXpdlBizagiReader.package/XPDLWorkflowProcess.class/methodProperties.json @@ -14,7 +14,7 @@ "attachEventsToTasks" : "brunobb 08/05/2019 10:46", "basicCreateActivityInstanceFrom:" : "brunobb 11/07/2018 09:28", "connectActivitiesAndTrasitions" : "bruno 07/28/2020 10:45", - "connectActivitiesToParentLane" : "bruno 07/27/2020 15:29", + "connectActivitiesToParentLane" : "brunobb 08/03/2020 14:06", "createActivityNodes" : "brunobb 11/06/2018 06:57", "createActivityNodesFrom:" : "brunobb 07/31/2020 13:59", "createEmbeddedSubProcesses" : "brunobb 08/03/2020 11:03", diff --git a/repository/BpmXpdlBizagiReader.package/monticello.meta/version b/repository/BpmXpdlBizagiReader.package/monticello.meta/version index bf0db226e..b98d5781d 100644 --- a/repository/BpmXpdlBizagiReader.package/monticello.meta/version +++ b/repository/BpmXpdlBizagiReader.package/monticello.meta/version @@ -1 +1 @@ -(name 'BpmXpdlBizagiReader-brunobb.203' message '' id '47d37061-71ed-44f2-b2c8-e2ff06805faa' date '08/03/2020' time '13:53:45' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.202' message '' id '228c2db2-e457-4e27-abbf-6b8251acd27d' date '08/03/2020' time '12:56:54' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.201' message '' id '7744c50f-7c5e-41ef-ac6f-dfec6b8e49b2' date '08/03/2020' time '11:06:32' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.200' message '' id '15f9dc3e-8d49-4d64-a119-7d1888c39cc2' date '08/03/2020' time '10:56:17' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.199' message '' id 'f32a3a5b-3c65-43fc-b506-bad076ac69fa' date '08/03/2020' time '10:14:32' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.198' message '' id '0f462999-da83-403a-a026-ddfba2c4cd3a' date '08/03/2020' time '10:13:38' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.197' message '' id '3b28088a-dbc6-4c29-8104-d6c6799f20a2' date '07/31/2020' time '14:24:58' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.196' message '' id 'e9e493c9-e630-49c5-b29e-3c96fea1556a' date '07/31/2020' time '13:51:37' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.195' message '' id 'f75bb41c-068c-404d-a422-6462dc70642e' date '07/31/2020' time '12:37:53' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.194' message '' id '0bfee19b-538b-4ed3-bcb9-7b8d13fbc6cf' date '07/31/2020' time '12:18:00' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.193' message '' id 'b7a06cf3-a602-4c4f-b5ab-05e0317289e2' date '07/31/2020' time '11:41:03' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.192' message '' id '4998492b-9ea2-4712-8ba7-9e1562ae4fdb' date '07/31/2020' time '11:38:03' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.191' message '' id 'b1628b66-8655-4394-88db-23ab25386a8f' date '07/30/2020' time '12:06:22' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.190' message '' id 'f28eac10-56ed-46b1-9943-a2a9298c4284' date '07/30/2020' time '11:55:16' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-bruno.189' message '' id 'c8628a84-7ce8-4446-b285-2c6d8cd4df1a' date '07/28/2020' time '10:49:39' author 'bruno' ancestors ((name 'BpmXpdlBizagiReader-bruno.188' message '' id 'ffaf8e94-5108-475c-a18f-4ac29dc03e7d' date '07/28/2020' time '10:31:09' author 'bruno' ancestors ((name 'BpmXpdlBizagiReader-bruno.187' message '' id '43ac3708-3097-4e71-a03d-090b420ad2f7' date '07/27/2020' time '15:08:56' author 'bruno' ancestors ((name 'BpmXpdlBizagiReader-brunobb.186' message '' id '520a5032-bef0-4ac6-aaa2-2a760b4b86dd' date '12/15/2019' time '08:44:18' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.185' message '' id 'd620bcb4-ecdd-4797-b451-f5c090665b5b' date '12/13/2019' time '14:03:39' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.184' message '' id 'ee34869e-4ee0-4070-8ddf-66339da17e80' date '12/13/2019' time '13:56:47' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.183' message '' id 'dd777b40-76c6-4ae0-877f-e417aa1939c6' date '12/13/2019' time '13:15:44' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.182' message '' id '8a9fd459-f72b-4908-9a7c-d7fe125da909' date '12/13/2019' time '07:10:51' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.181' message '' id 'f44166b1-7274-48c7-b177-cbf504a745ec' date '10/08/2019' time '04:15:13' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.180' message '' id 'bf36e8d9-97f0-4298-ab4a-f9a4280cf9ba' date '10/07/2019' time '13:50:23' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.179' message '' id 'a324a107-55b5-42e0-90b5-87551768ce3a' date '10/01/2019' time '07:47:22' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.178' message '' id 'a506f065-898c-4a97-a8b3-f6873c441a54' date '10/01/2019' time '03:52:32' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.177' message '' id 'a8d8b4e0-2c5a-4910-9b9b-f824928664e1' date '09/30/2019' time '08:40:59' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.176' message '' id 'ae8163ed-b607-4ebc-a95d-7ed62efd2b70' date '09/30/2019' time '08:30:27' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.175' message '' id '624a36da-6cfe-4f46-b529-cb852fba71a1' date '09/27/2019' time '12:46:34' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.174' message '' id 'b913774e-edc6-4a99-abbd-d7e2c8ed0074' date '09/19/2019' time '12:08:08' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.173' message '' id '1eec2d96-5220-4941-abc3-54bc74e1b55a' date '08/21/2019' time '12:00:02' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.172' message '' id '317612eb-a4cc-429b-9d19-99a44a552c9b' date '08/05/2019' time '11:15:51' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.171' message '' id '43ad5b1b-4f0d-4ef7-b82b-76de0f1a12f6' date '08/05/2019' time '09:41:21' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.170' message '' id '820a3408-bdcf-40ae-8df4-d83fb9ebf198' date '07/29/2019' time '12:51:49' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.169' message '' id '6d52c374-87fd-4989-8cc3-4ca8686aebdb' date '05/15/2019' time '11:20:10' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.168' message '' id '6f5ec59b-20a7-4e2b-8304-e7d9dd842e09' date '05/14/2019' time '02:35:21' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.167' message '' id '2fe48252-c62e-4d49-848a-09bb8e3e796d' date '03/25/2019' time '08:26:44' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.166' message '' id '587223d7-a7c1-4fd7-b6d9-494fae53c991' date '03/20/2019' time '12:00:28' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.165' message '' id '2b934a16-7985-4d4d-866e-2bf68d8fd236' date '03/14/2019' time '04:22:17' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.164' message '' id 'c31735b1-fddd-4c70-a5ac-a64785fa4c7e' date '02/11/2019' time '09:38:22' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.163' message '' id 'c403b01f-fef5-4c9a-8582-09d2624f8f26' date '01/24/2019' time '04:32:52' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.162' message '' id '45da14af-1755-4e3f-8696-309bd445cb99' date '01/21/2019' time '07:39:31' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.161' message '' id '21c34f12-1c35-4644-bf32-e4c725777684' date '01/18/2019' time '08:58:20' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.160' message '' id '922e9f08-0ff9-47ec-aaaa-9b8a4d7e8a18' date '01/16/2019' time '09:05:45' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.159' message '' id '77b6e27d-5baf-48f7-8db3-57423dfadf3c' date '01/15/2019' time '02:19:24' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.158' message '' id 'c718d7bd-57d0-48b1-bf08-ed7e29e707b7' date '01/15/2019' time '01:52:38' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.157' message '' id 'bc49b5b6-5ea2-4003-83c8-a1f36b948c16' date '01/14/2019' time '12:06:25' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.156' message '' id '1fe22ba5-d5e2-498f-94a0-15665eca0814' date '01/14/2019' time '10:22:46' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.155' message '' id 'e094d3de-81fd-4b64-8f02-edc785473fab' date '12/28/2018' time '08:49:38' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.154' message '' id 'a2841ab9-4177-4fd5-b1e4-7f9930fc6c9c' date '12/28/2018' time '07:14:38' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.153' message '' id 'e639daec-8e23-4f86-8542-0bbcb39ab2df' date '12/28/2018' time '06:41:34' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.152' message '' id '66cb7414-dbd4-4459-8f44-31c337110a0c' date '12/28/2018' time '05:26:55' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.151' message '' id '0239565f-871f-4acc-92d5-9de6869a4cdf' date '12/27/2018' time '09:10:54' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.150' message '' id '3da1cfef-bb0b-4f4f-b508-1250df58d3bc' date '12/26/2018' time '08:54:32' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.149' message '' id 'b52292c5-48ad-4436-a4ca-18fc0e82a49d' date '12/20/2018' time '06:56:30' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.148' message '' id '07d08488-a0ae-4487-ae5e-30834582ade2' date '12/20/2018' time '03:18:49' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.147' message '' id 'da5c89f1-0579-49a8-be50-e83b9b766c65' date '12/17/2018' time '10:01:22' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.146' message '' id '86a9ff46-48ae-443c-968e-ddb2879a7f09' date '12/13/2018' time '08:56:12' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.145' message '' id '180ce4c3-655e-47f0-a86d-ee01cb57936c' date '12/12/2018' time '09:33:29' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.144' message '' id 'bde9f4f1-10af-4a4e-adc6-7d8d87953fcb' date '12/12/2018' time '07:45:14' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.143' message '' id 'ad96b437-0fd0-4909-ab59-0d5e2b1ce580' date '12/12/2018' time '06:55:06' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.142' message '' id 'd6bff900-0eec-4747-8e52-e1baa74842cb' date '12/11/2018' time '09:31:15' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.141' message '' id 'd7b20c31-bb36-4d8a-b8c4-0bc595cadc29' date '12/11/2018' time '09:02:22' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.140' message '' id '08e363da-e356-4e48-bd5c-1e2ba04ee112' date '12/11/2018' time '08:21:56' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.139' message '' id '1e15347a-4da1-41f9-9a7e-5a00c2efc0b3' date '12/11/2018' time '08:10:41' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.138' message '' id 'd10f053f-08c8-432e-a929-fe07e4789954' date '12/11/2018' time '07:21:33' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.137' message '' id 'a7b4d16f-dd58-4f11-8e99-b47e748e4720' date '12/11/2018' time '05:19:36' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.136' message '' id 'fcf77005-0a94-4cfa-a2c5-f9bdcaae686f' date '12/11/2018' time '04:30:12' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.135' message '' id 'c73fd4d1-4bff-4da7-9b1c-130b113fd350' date '12/11/2018' time '03:22:47' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.134' message '' id 'cc7e5223-364d-4e3c-9a88-eb545104398f' date '12/10/2018' time '11:22:51' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.133' message '' id '6092f5bf-c57b-4e4d-8b00-342b79ae0a55' date '12/10/2018' time '10:53:18' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.132' message '' id '0adb4140-9eb5-43af-a49b-2a85b1a3722a' date '11/29/2018' time '09:56:49' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.131' message '' id '0cd28674-f1c0-4cae-884a-e2cd5dc57266' date '11/29/2018' time '05:04:12' 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 ()) \ No newline at end of file +(name 'BpmXpdlBizagiReader-brunobb.204' message '' id '78bd2cc9-a0c9-4a24-98fe-f76af81e1b5b' date '08/03/2020' time '14:28:26' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.203' message '' id '47d37061-71ed-44f2-b2c8-e2ff06805faa' date '08/03/2020' time '13:53:45' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.202' message '' id '228c2db2-e457-4e27-abbf-6b8251acd27d' date '08/03/2020' time '12:56:54' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.201' message '' id '7744c50f-7c5e-41ef-ac6f-dfec6b8e49b2' date '08/03/2020' time '11:06:32' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.200' message '' id '15f9dc3e-8d49-4d64-a119-7d1888c39cc2' date '08/03/2020' time '10:56:17' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.199' message '' id 'f32a3a5b-3c65-43fc-b506-bad076ac69fa' date '08/03/2020' time '10:14:32' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.198' message '' id '0f462999-da83-403a-a026-ddfba2c4cd3a' date '08/03/2020' time '10:13:38' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.197' message '' id '3b28088a-dbc6-4c29-8104-d6c6799f20a2' date '07/31/2020' time '14:24:58' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.196' message '' id 'e9e493c9-e630-49c5-b29e-3c96fea1556a' date '07/31/2020' time '13:51:37' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.195' message '' id 'f75bb41c-068c-404d-a422-6462dc70642e' date '07/31/2020' time '12:37:53' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.194' message '' id '0bfee19b-538b-4ed3-bcb9-7b8d13fbc6cf' date '07/31/2020' time '12:18:00' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.193' message '' id 'b7a06cf3-a602-4c4f-b5ab-05e0317289e2' date '07/31/2020' time '11:41:03' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.192' message '' id '4998492b-9ea2-4712-8ba7-9e1562ae4fdb' date '07/31/2020' time '11:38:03' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.191' message '' id 'b1628b66-8655-4394-88db-23ab25386a8f' date '07/30/2020' time '12:06:22' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.190' message '' id 'f28eac10-56ed-46b1-9943-a2a9298c4284' date '07/30/2020' time '11:55:16' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-bruno.189' message '' id 'c8628a84-7ce8-4446-b285-2c6d8cd4df1a' date '07/28/2020' time '10:49:39' author 'bruno' ancestors ((name 'BpmXpdlBizagiReader-bruno.188' message '' id 'ffaf8e94-5108-475c-a18f-4ac29dc03e7d' date '07/28/2020' time '10:31:09' author 'bruno' ancestors ((name 'BpmXpdlBizagiReader-bruno.187' message '' id '43ac3708-3097-4e71-a03d-090b420ad2f7' date '07/27/2020' time '15:08:56' author 'bruno' ancestors ((name 'BpmXpdlBizagiReader-brunobb.186' message '' id '520a5032-bef0-4ac6-aaa2-2a760b4b86dd' date '12/15/2019' time '08:44:18' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.185' message '' id 'd620bcb4-ecdd-4797-b451-f5c090665b5b' date '12/13/2019' time '14:03:39' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.184' message '' id 'ee34869e-4ee0-4070-8ddf-66339da17e80' date '12/13/2019' time '13:56:47' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.183' message '' id 'dd777b40-76c6-4ae0-877f-e417aa1939c6' date '12/13/2019' time '13:15:44' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.182' message '' id '8a9fd459-f72b-4908-9a7c-d7fe125da909' date '12/13/2019' time '07:10:51' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.181' message '' id 'f44166b1-7274-48c7-b177-cbf504a745ec' date '10/08/2019' time '04:15:13' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.180' message '' id 'bf36e8d9-97f0-4298-ab4a-f9a4280cf9ba' date '10/07/2019' time '13:50:23' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.179' message '' id 'a324a107-55b5-42e0-90b5-87551768ce3a' date '10/01/2019' time '07:47:22' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.178' message '' id 'a506f065-898c-4a97-a8b3-f6873c441a54' date '10/01/2019' time '03:52:32' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.177' message '' id 'a8d8b4e0-2c5a-4910-9b9b-f824928664e1' date '09/30/2019' time '08:40:59' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.176' message '' id 'ae8163ed-b607-4ebc-a95d-7ed62efd2b70' date '09/30/2019' time '08:30:27' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.175' message '' id '624a36da-6cfe-4f46-b529-cb852fba71a1' date '09/27/2019' time '12:46:34' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.174' message '' id 'b913774e-edc6-4a99-abbd-d7e2c8ed0074' date '09/19/2019' time '12:08:08' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.173' message '' id '1eec2d96-5220-4941-abc3-54bc74e1b55a' date '08/21/2019' time '12:00:02' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.172' message '' id '317612eb-a4cc-429b-9d19-99a44a552c9b' date '08/05/2019' time '11:15:51' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.171' message '' id '43ad5b1b-4f0d-4ef7-b82b-76de0f1a12f6' date '08/05/2019' time '09:41:21' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.170' message '' id '820a3408-bdcf-40ae-8df4-d83fb9ebf198' date '07/29/2019' time '12:51:49' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.169' message '' id '6d52c374-87fd-4989-8cc3-4ca8686aebdb' date '05/15/2019' time '11:20:10' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.168' message '' id '6f5ec59b-20a7-4e2b-8304-e7d9dd842e09' date '05/14/2019' time '02:35:21' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.167' message '' id '2fe48252-c62e-4d49-848a-09bb8e3e796d' date '03/25/2019' time '08:26:44' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.166' message '' id '587223d7-a7c1-4fd7-b6d9-494fae53c991' date '03/20/2019' time '12:00:28' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.165' message '' id '2b934a16-7985-4d4d-866e-2bf68d8fd236' date '03/14/2019' time '04:22:17' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.164' message '' id 'c31735b1-fddd-4c70-a5ac-a64785fa4c7e' date '02/11/2019' time '09:38:22' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.163' message '' id 'c403b01f-fef5-4c9a-8582-09d2624f8f26' date '01/24/2019' time '04:32:52' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.162' message '' id '45da14af-1755-4e3f-8696-309bd445cb99' date '01/21/2019' time '07:39:31' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.161' message '' id '21c34f12-1c35-4644-bf32-e4c725777684' date '01/18/2019' time '08:58:20' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.160' message '' id '922e9f08-0ff9-47ec-aaaa-9b8a4d7e8a18' date '01/16/2019' time '09:05:45' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.159' message '' id '77b6e27d-5baf-48f7-8db3-57423dfadf3c' date '01/15/2019' time '02:19:24' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.158' message '' id 'c718d7bd-57d0-48b1-bf08-ed7e29e707b7' date '01/15/2019' time '01:52:38' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.157' message '' id 'bc49b5b6-5ea2-4003-83c8-a1f36b948c16' date '01/14/2019' time '12:06:25' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.156' message '' id '1fe22ba5-d5e2-498f-94a0-15665eca0814' date '01/14/2019' time '10:22:46' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.155' message '' id 'e094d3de-81fd-4b64-8f02-edc785473fab' date '12/28/2018' time '08:49:38' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.154' message '' id 'a2841ab9-4177-4fd5-b1e4-7f9930fc6c9c' date '12/28/2018' time '07:14:38' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.153' message '' id 'e639daec-8e23-4f86-8542-0bbcb39ab2df' date '12/28/2018' time '06:41:34' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.152' message '' id '66cb7414-dbd4-4459-8f44-31c337110a0c' date '12/28/2018' time '05:26:55' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.151' message '' id '0239565f-871f-4acc-92d5-9de6869a4cdf' date '12/27/2018' time '09:10:54' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.150' message '' id '3da1cfef-bb0b-4f4f-b508-1250df58d3bc' date '12/26/2018' time '08:54:32' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.149' message '' id 'b52292c5-48ad-4436-a4ca-18fc0e82a49d' date '12/20/2018' time '06:56:30' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.148' message '' id '07d08488-a0ae-4487-ae5e-30834582ade2' date '12/20/2018' time '03:18:49' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.147' message '' id 'da5c89f1-0579-49a8-be50-e83b9b766c65' date '12/17/2018' time '10:01:22' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.146' message '' id '86a9ff46-48ae-443c-968e-ddb2879a7f09' date '12/13/2018' time '08:56:12' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.145' message '' id '180ce4c3-655e-47f0-a86d-ee01cb57936c' date '12/12/2018' time '09:33:29' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.144' message '' id 'bde9f4f1-10af-4a4e-adc6-7d8d87953fcb' date '12/12/2018' time '07:45:14' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.143' message '' id 'ad96b437-0fd0-4909-ab59-0d5e2b1ce580' date '12/12/2018' time '06:55:06' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.142' message '' id 'd6bff900-0eec-4747-8e52-e1baa74842cb' date '12/11/2018' time '09:31:15' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.141' message '' id 'd7b20c31-bb36-4d8a-b8c4-0bc595cadc29' date '12/11/2018' time '09:02:22' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.140' message '' id '08e363da-e356-4e48-bd5c-1e2ba04ee112' date '12/11/2018' time '08:21:56' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.139' message '' id '1e15347a-4da1-41f9-9a7e-5a00c2efc0b3' date '12/11/2018' time '08:10:41' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.138' message '' id 'd10f053f-08c8-432e-a929-fe07e4789954' date '12/11/2018' time '07:21:33' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.137' message '' id 'a7b4d16f-dd58-4f11-8e99-b47e748e4720' date '12/11/2018' time '05:19:36' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.136' message '' id 'fcf77005-0a94-4cfa-a2c5-f9bdcaae686f' date '12/11/2018' time '04:30:12' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.135' message '' id 'c73fd4d1-4bff-4da7-9b1c-130b113fd350' date '12/11/2018' time '03:22:47' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.134' message '' id 'cc7e5223-364d-4e3c-9a88-eb545104398f' date '12/10/2018' time '11:22:51' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.133' message '' id '6092f5bf-c57b-4e4d-8b00-342b79ae0a55' date '12/10/2018' time '10:53:18' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.132' message '' id '0adb4140-9eb5-43af-a49b-2a85b1a3722a' date '11/29/2018' time '09:56:49' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader-brunobb.131' message '' id '0cd28674-f1c0-4cae-884a-e2cd5dc57266' date '11/29/2018' time '05:04:12' 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 ()) \ No newline at end of file diff --git a/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiEmbeddedReaderTest.class/instance/testInOutTransitions3.st b/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiEmbeddedReaderTest.class/instance/testInOutTransitions3.st index d106cf300..041e37223 100644 --- a/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiEmbeddedReaderTest.class/instance/testInOutTransitions3.st +++ b/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiEmbeddedReaderTest.class/instance/testInOutTransitions3.st @@ -6,6 +6,6 @@ testInOutTransitions3 task1 := process getScriptNamed: 'script-embedded-02' ifNone: [self assert: false]. - self assert: (process startNode outTransitionsLast == task1 inTransitions last). + self assert: (process startNode outTransitionsLast == task1 inTransitionsLast). - self assert: (task1 outTransitionsLast == process endNodesLast inTransitions last). \ No newline at end of file + self assert: (task1 outTransitionsLast == process endNodesLast inTransitionsLast). \ No newline at end of file diff --git a/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiEmbeddedReaderTest.class/methodProperties.json b/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiEmbeddedReaderTest.class/methodProperties.json index 3fdb494ff..31f092f14 100644 --- a/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiEmbeddedReaderTest.class/methodProperties.json +++ b/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiEmbeddedReaderTest.class/methodProperties.json @@ -10,7 +10,7 @@ "testEmbeddedSubProcessesNames" : "brunobb 08/28/2019 09:33", "testInOutTransitions" : "brunobb 08/03/2020 12:11", "testInOutTransitions2" : "brunobb 08/03/2020 12:16", - "testInOutTransitions3" : "brunobb 08/03/2020 12:19", + "testInOutTransitions3" : "brunobb 08/03/2020 14:08", "testLaneOfXpdlObjectsInEmbeddedProcesses" : "brunobb 12/15/2019 08:25", "testObjectsInLanes" : "brunobb 07/31/2020 12:30", "testParentPoolOfEmbeddedProcesses" : "brunobb 12/15/2019 08:20", diff --git a/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiMultiplePoolsReaderTest.class/instance/testInOutTransitions1.st b/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiMultiplePoolsReaderTest.class/instance/testInOutTransitions1.st index e7bac611d..8efd128fc 100644 --- a/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiMultiplePoolsReaderTest.class/instance/testInOutTransitions1.st +++ b/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiMultiplePoolsReaderTest.class/instance/testInOutTransitions1.st @@ -8,16 +8,16 @@ testInOutTransitions1 task2 := process getTaskNamed: 'Task 2' ifNone: [self assert: false]. transition := process getTransitionNamed: 'tr: start t1' ifNone: [self assert: false]. self assert: (process startNode outTransitionsLast == transition). - self assert: (task1 inTransitions last == transition). + self assert: (task1 inTransitionsLast == transition). transition := process getTransitionNamed: 'tr: t1 t2' ifNone: [self assert: false]. self assert: (task1 outTransitionsFirst == transition). - self assert: (task2 inTransitions first == transition). + self assert: (task2 inTransitionsFirst == transition). transition := process getTransitionNamed: 'tr: t1 end1' ifNone: [self assert: false]. self assert: (task1 outTransitionsLast == transition). - self assert: (process endNodesLast inTransitions last == transition). + self assert: (process endNodesLast inTransitionsLast == transition). transition := process getTransitionNamed: 'tr: t2 end2' ifNone: [self assert: false]. self assert: (task2 outTransitionsLast == transition). - self assert: (process endNodesFirst inTransitions first == transition). \ No newline at end of file + self assert: (process endNodesFirst inTransitionsFirst == transition). \ No newline at end of file diff --git a/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiMultiplePoolsReaderTest.class/instance/testInOutTransitions2.st b/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiMultiplePoolsReaderTest.class/instance/testInOutTransitions2.st index 1f967f075..b465e4348 100644 --- a/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiMultiplePoolsReaderTest.class/instance/testInOutTransitions2.st +++ b/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiMultiplePoolsReaderTest.class/instance/testInOutTransitions2.st @@ -8,46 +8,46 @@ testInOutTransitions2 task2 := process getTaskNamed: 'Task 4' ifNone: [self assert: false]. transition := process getTransitionNamed: 'tr: start t3' ifNone: [self assert: false]. self assert: (process startNode outTransitionsLast == transition). - self assert: (task1 inTransitions last == transition). + self assert: (task1 inTransitionsLast == transition). transition := process getTransitionNamed: 'tr: t3 t4' ifNone: [self assert: false]. self assert: (task1 outTransitionsFirst == transition). - self assert: (task2 inTransitions first == transition). + self assert: (task2 inTransitionsFirst == transition). task1 := process getTaskNamed: 'Task 4' ifNone: [self assert: false]. task2 := process getTaskNamed: 'Task 5' ifNone: [self assert: false]. transition := process getTransitionNamed: 'tr: t4 t5' ifNone: [self assert: false]. self assert: (task1 outTransitionsFirst == transition). - self assert: (task2 inTransitions first == transition). + self assert: (task2 inTransitionsFirst == transition). task1 := process getTaskNamed: 'Task 5' ifNone: [self assert: false]. task2 := process getTaskNamed: 'Task 8' ifNone: [self assert: false]. transition := process getTransitionNamed: 'tr: t5 t8' ifNone: [self assert: false]. self assert: (task1 outTransitionsLast == transition). - self assert: (task2 inTransitions first == transition). + self assert: (task2 inTransitionsFirst == transition). task2 := process getTaskNamed: 'Task 6' ifNone: [self assert: false]. transition := process getTransitionNamed: 'tr: t5 t6' ifNone: [self assert: false]. self assert: (task1 outTransitionsFirst == transition). - self assert: (task2 inTransitions first == transition). + self assert: (task2 inTransitionsFirst == transition). task1 := process getTaskNamed: 'Task 6' ifNone: [self assert: false]. task2 := process getTaskNamed: 'Task 7' ifNone: [self assert: false]. transition := process getTransitionNamed: 'tr: t6 t7' ifNone: [self assert: false]. self assert: (task1 outTransitionsFirst == transition). - self assert: (task2 inTransitions first == transition). + self assert: (task2 inTransitionsFirst == transition). task1 := process getTaskNamed: 'Task 8' ifNone: [self assert: false]. transition := process getTransitionNamed: 'tr: t8 end2' ifNone: [self assert: false]. self assert: (task1 outTransitionsLast == transition). - self assert: (process endNodesLast inTransitions last == transition). + self assert: (process endNodesLast inTransitionsLast == transition). task1 := process getTaskNamed: 'Task 6' ifNone: [self assert: false]. transition := process getTransitionNamed: 'tr: t6 end1' ifNone: [self assert: false]. self assert: (task1 outTransitionsLast == transition). - self assert: (process endNodesFirst inTransitions last == transition). + self assert: (process endNodesFirst inTransitionsLast == transition). task1 := process getTaskNamed: 'Task 7' ifNone: [self assert: false]. transition := process getTransitionNamed: 'tr: t7 end2' ifNone: [self assert: false]. self assert: (task1 outTransitionsLast == transition). - self assert: (process endNodesLast inTransitions first == transition). \ No newline at end of file + self assert: (process endNodesLast inTransitionsFirst == transition). \ No newline at end of file diff --git a/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiMultiplePoolsReaderTest.class/instance/testInOutTransitions3.st b/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiMultiplePoolsReaderTest.class/instance/testInOutTransitions3.st index b96f5a71e..90ad2e724 100644 --- a/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiMultiplePoolsReaderTest.class/instance/testInOutTransitions3.st +++ b/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiMultiplePoolsReaderTest.class/instance/testInOutTransitions3.st @@ -8,25 +8,25 @@ testInOutTransitions3 task2 := process getTaskNamed: 'Task 10' ifNone: [self assert: false]. transition := process getTransitionNamed: 'tr: start t9' ifNone: [self assert: false]. self assert: (process startNode outTransitionsLast == transition). - self assert: (task1 inTransitions last == transition). + self assert: (task1 inTransitionsLast == transition). transition := process getTransitionNamed: 'tr: t9 t10' ifNone: [self assert: false]. self assert: (task1 outTransitionsFirst == transition). - self assert: (task2 inTransitions first == transition). + self assert: (task2 inTransitionsFirst == transition). task1 := process getTaskNamed: 'Task 10' ifNone: [self assert: false]. task2 := process getTaskNamed: 'Task 11' ifNone: [self assert: false]. transition := process getTransitionNamed: 'tr: t10 t11' ifNone: [self assert: false]. self assert: (task1 outTransitionsFirst == transition). - self assert: (task2 inTransitions first == transition). + self assert: (task2 inTransitionsFirst == transition). task1 := process getTaskNamed: 'Task 11' ifNone: [self assert: false]. task2 := process getTaskNamed: 'Task 12' ifNone: [self assert: false]. transition := process getTransitionNamed: 'tr: t11 t12' ifNone: [self assert: false]. self assert: (task1 outTransitionsLast == transition). - self assert: (task2 inTransitions first == transition). + self assert: (task2 inTransitionsFirst == transition). task1 := process getTaskNamed: 'Task 12' ifNone: [self assert: false]. transition := process getTransitionNamed: 'tr: t12 end' ifNone: [self assert: false]. self assert: (task1 outTransitionsLast == transition). - self assert: (process endNodesLast inTransitions last == transition). \ No newline at end of file + self assert: (process endNodesLast inTransitionsLast == transition). \ No newline at end of file diff --git a/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiMultiplePoolsReaderTest.class/instance/testInOutTransitions4.st b/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiMultiplePoolsReaderTest.class/instance/testInOutTransitions4.st index 01706458f..4a0bd8fe7 100644 --- a/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiMultiplePoolsReaderTest.class/instance/testInOutTransitions4.st +++ b/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiMultiplePoolsReaderTest.class/instance/testInOutTransitions4.st @@ -8,16 +8,16 @@ testInOutTransitions4 task2 := process getTaskNamed: 'Task 14' ifNone: [self assert: false]. transition := process getTransitionNamed: 'tr: start t13' ifNone: [self assert: false]. self assert: (process startNode outTransitionsLast == transition). - self assert: (task1 inTransitions last == transition). + self assert: (task1 inTransitionsLast == transition). transition := process getTransitionNamed: 'tr: t13 t14' ifNone: [self assert: false]. self assert: (task1 outTransitionsFirst == transition). - self assert: (task2 inTransitions first == transition). + self assert: (task2 inTransitionsFirst == transition). transition := process getTransitionNamed: 'tr: t13 end1' ifNone: [self assert: false]. self assert: (task1 outTransitionsLast == transition). - self assert: (process endNodesLast inTransitions last == transition). + self assert: (process endNodesLast inTransitionsLast == transition). transition := process getTransitionNamed: 'tr: t14 end2' ifNone: [self assert: false]. self assert: (task2 outTransitionsLast == transition). - self assert: (process endNodesFirst inTransitions last == transition). \ No newline at end of file + self assert: (process endNodesFirst inTransitionsLast == transition). \ No newline at end of file diff --git a/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiMultiplePoolsReaderTest.class/instance/testInOutTransitions5.st b/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiMultiplePoolsReaderTest.class/instance/testInOutTransitions5.st index 582b1f031..453acdb81 100644 --- a/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiMultiplePoolsReaderTest.class/instance/testInOutTransitions5.st +++ b/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiMultiplePoolsReaderTest.class/instance/testInOutTransitions5.st @@ -8,23 +8,23 @@ testInOutTransitions5 task2 := process getTaskNamed: 'Task 16' ifNone: [self assert: false]. transition := process getTransitionNamed: 'tr: start t15' ifNone: [self assert: false]. self assert: (process startNode outTransitionsLast == transition). - self assert: (task1 inTransitions last == transition). + self assert: (task1 inTransitionsLast == transition). transition := process getTransitionNamed: 'tr: t15 t16' ifNone: [self assert: false]. self assert: (task1 outTransitionsFirst == transition). - self assert: (task2 inTransitions first == transition). + self assert: (task2 inTransitionsFirst == transition). transition := process getTransitionNamed: 'tr: t16 t17' ifNone: [self assert: false]. task1 := process getTaskNamed: 'Task 16' ifNone: [self assert: false]. task2 := process getTaskNamed: 'Task 17' ifNone: [self assert: false]. self assert: (task1 outTransitionsFirst == transition). - self assert: (task2 inTransitions first == transition). + self assert: (task2 inTransitionsFirst == transition). task1 := process getTaskNamed: 'Task 15' ifNone: [self assert: false]. transition := process getTransitionNamed: 'tr: t15 end1' ifNone: [self assert: false]. self assert: (task1 outTransitionsLast == transition). - self assert: (process endNodesFirst inTransitions last == transition). + self assert: (process endNodesFirst inTransitionsLast == transition). transition := process getTransitionNamed: 'tr: t17 end2' ifNone: [self assert: false]. self assert: (task2 outTransitionsLast == transition). - self assert: (process endNodesLast inTransitions last == transition). \ No newline at end of file + self assert: (process endNodesLast inTransitionsLast == transition). \ No newline at end of file diff --git a/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiMultiplePoolsReaderTest.class/methodProperties.json b/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiMultiplePoolsReaderTest.class/methodProperties.json index 3257c0a2a..bd7ff186a 100644 --- a/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiMultiplePoolsReaderTest.class/methodProperties.json +++ b/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiMultiplePoolsReaderTest.class/methodProperties.json @@ -18,11 +18,11 @@ "testEndsNodesNames3" : "brunobb 07/31/2020 12:31", "testEndsNodesNames4" : "brunobb 07/31/2020 12:31", "testEndsNodesNames5" : "brunobb 07/31/2020 12:31", - "testInOutTransitions1" : "brunobb 08/03/2020 12:48", - "testInOutTransitions2" : "brunobb 08/03/2020 12:54", - "testInOutTransitions3" : "brunobb 08/03/2020 12:49", - "testInOutTransitions4" : "brunobb 08/03/2020 12:50", - "testInOutTransitions5" : "brunobb 08/03/2020 12:50", + "testInOutTransitions1" : "brunobb 08/03/2020 14:06", + "testInOutTransitions2" : "brunobb 08/03/2020 14:07", + "testInOutTransitions3" : "brunobb 08/03/2020 14:08", + "testInOutTransitions4" : "brunobb 08/03/2020 14:08", + "testInOutTransitions5" : "brunobb 08/03/2020 14:09", "testLanesNames1" : "bruno 07/27/2020 15:31", "testLanesNames2" : "bruno 07/27/2020 15:31", "testLanesNames3" : "bruno 07/27/2020 15:32", diff --git a/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiplePoolsReaderTest.class/instance/testInTransitions.st b/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiplePoolsReaderTest.class/instance/testInTransitions.st index 6c474fa82..708dc82e4 100644 --- a/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiplePoolsReaderTest.class/instance/testInTransitions.st +++ b/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiplePoolsReaderTest.class/instance/testInTransitions.st @@ -6,48 +6,48 @@ testInTransitions task1 := process getTaskNamed: 'Task 1' ifNone: [self assert: false]. transition := process getTransitionNamed: 'tr1' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). + self assert: (task1 inTransitionsLast == transition). task1 := process getTaskNamed: 'Task 2' ifNone: [self assert: false]. transition := process getTransitionNamed: 'tr2' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). + self assert: (task1 inTransitionsLast == transition). gateway := process getGatewayNamed: 'important' ifNone: [self assert: false]. transition := process getTransitionNamed: 'tr3' ifNone: [self assert: false]. - self assert: (gateway inTransitions last == transition). + self assert: (gateway inTransitionsLast == transition). task1 := process getTaskNamed: 'Task 4' ifNone: [self assert: false]. transition := process getTransitionNamed: 'tr4' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). + self assert: (task1 inTransitionsLast == transition). task1 := process getEndNodeNamed: 'end 1' ifNone: [self assert: false]. transition := process getTransitionNamed: 'tr5' ifNone: [self assert: false]. - self assert: (task1 inTransitions first == transition). + self assert: (task1 inTransitionsFirst == transition). task1 := process getTaskNamed: 'Task 5' ifNone: [self assert: false]. transition := process getTransitionNamed: 'tr6' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). + self assert: (task1 inTransitionsLast == transition). task1 := process getTaskNamed: 'Task 3' ifNone: [self assert: false]. transition := process getTransitionNamed: 'tr7' ifNone: [self assert: false]. - self assert: (task1 inTransitions first == transition). + self assert: (task1 inTransitionsFirst == transition). task1 := process getEndNodeNamed: 'end 1' ifNone: [self assert: false]. transition := process getTransitionNamed: 'tr8' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). + self assert: (task1 inTransitionsLast == transition). task1 := process getTaskNamed: 'Task 6' ifNone: [self assert: false]. transition := process getTransitionNamed: 'tr9' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). + self assert: (task1 inTransitionsLast == transition). gateway := process getGatewayNamed: 'define' ifNone: [self assert: false]. transition := process getTransitionNamed: 'tr10' ifNone: [self assert: false]. - self assert: (gateway inTransitions last == transition). + self assert: (gateway inTransitionsLast == transition). task1 := process getTaskNamed: 'Task 3' ifNone: [self assert: false]. transition := process getTransitionNamed: 'tr11' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). + self assert: (task1 inTransitionsLast == transition). task1 := process getEndNodeNamed: 'end 2' ifNone: [self assert: false]. transition := process getTransitionNamed: 'tr12' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). \ No newline at end of file + self assert: (task1 inTransitionsLast == transition). \ No newline at end of file diff --git a/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiplePoolsReaderTest.class/instance/testInTransitions2.st b/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiplePoolsReaderTest.class/instance/testInTransitions2.st index a84110858..ba2e64e64 100644 --- a/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiplePoolsReaderTest.class/instance/testInTransitions2.st +++ b/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiplePoolsReaderTest.class/instance/testInTransitions2.st @@ -6,24 +6,24 @@ testInTransitions2 task1 := process getTaskNamed: 'Task 7' ifNone: [self assert: false]. transition := process getTransitionNamed: 'tr1' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). + self assert: (task1 inTransitionsLast == transition). gateway := process getGatewayNamed: 'do it' ifNone: [self assert: false]. transition := process getTransitionNamed: 'tr2' ifNone: [self assert: false]. - self assert: (gateway inTransitions last == transition). + self assert: (gateway inTransitionsLast == transition). task1 := process getEndNodeNamed: 'end 1' ifNone: [self assert: false]. transition := process getTransitionNamed: 'tr3' ifNone: [self assert: false]. - self assert: (task1 inTransitions first == transition). + self assert: (task1 inTransitionsFirst == transition). task1 := process getTaskNamed: 'Task 8' ifNone: [self assert: false]. transition := process getTransitionNamed: 'tr4' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). + self assert: (task1 inTransitionsLast == transition). task1 := process getTaskNamed: 'Task 9' ifNone: [self assert: false]. transition := process getTransitionNamed: 'tr5' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). + self assert: (task1 inTransitionsLast == transition). task1 := process getEndNodeNamed: 'end 2' ifNone: [self assert: false]. transition := process getTransitionNamed: 'tr6' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). \ No newline at end of file + self assert: (task1 inTransitionsLast == transition). \ No newline at end of file diff --git a/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiplePoolsReaderTest.class/methodProperties.json b/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiplePoolsReaderTest.class/methodProperties.json index 61268bb86..6b1873a3e 100644 --- a/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiplePoolsReaderTest.class/methodProperties.json +++ b/repository/BpmXpdlBizagiReader_Tests.package/XPDLMultiplePoolsReaderTest.class/methodProperties.json @@ -13,8 +13,8 @@ "testEndsNodesNames2" : "brunobb 07/31/2020 12:33", "testGatewaysNames" : "brunobb 08/28/2019 09:31", "testGatewaysNames2" : "brunobb 08/28/2019 09:31", - "testInTransitions" : "brunobb 08/28/2019 09:31", - "testInTransitions2" : "brunobb 08/28/2019 09:31", + "testInTransitions" : "brunobb 08/03/2020 14:11", + "testInTransitions2" : "brunobb 08/03/2020 14:13", "testLanesNames" : "bruno 07/27/2020 15:31", "testLanesNames2" : "bruno 07/27/2020 15:33", "testObjectsInLanes" : "brunobb 08/28/2019 09:31", diff --git a/repository/BpmXpdlBizagiReader_Tests.package/XPDLProcessWithScriptReaderTest.class/instance/testInOutTransitions.st b/repository/BpmXpdlBizagiReader_Tests.package/XPDLProcessWithScriptReaderTest.class/instance/testInOutTransitions.st index fe551d296..e2e8cb9d8 100644 --- a/repository/BpmXpdlBizagiReader_Tests.package/XPDLProcessWithScriptReaderTest.class/instance/testInOutTransitions.st +++ b/repository/BpmXpdlBizagiReader_Tests.package/XPDLProcessWithScriptReaderTest.class/instance/testInOutTransitions.st @@ -6,6 +6,6 @@ testInOutTransitions task1 := process getScriptNamed: 'script' ifNone: [self assert: false]. - self assert: (process startNode outTransitionsLast == task1 inTransitions last). + self assert: (process startNode outTransitionsLast == task1 inTransitionsLast). - self assert: (process endNodesLast inTransitions last == task1 outTransitionsLast). \ No newline at end of file + self assert: (process endNodesLast inTransitionsLast == task1 outTransitionsLast). \ No newline at end of file diff --git a/repository/BpmXpdlBizagiReader_Tests.package/XPDLProcessWithScriptReaderTest.class/methodProperties.json b/repository/BpmXpdlBizagiReader_Tests.package/XPDLProcessWithScriptReaderTest.class/methodProperties.json index 7a556b55f..dfd856ba7 100644 --- a/repository/BpmXpdlBizagiReader_Tests.package/XPDLProcessWithScriptReaderTest.class/methodProperties.json +++ b/repository/BpmXpdlBizagiReader_Tests.package/XPDLProcessWithScriptReaderTest.class/methodProperties.json @@ -6,7 +6,7 @@ "getProcess1Workflow" : "brunobb 08/28/2019 09:32", "setUp" : "brunobb 04/05/2020 17:18", "testActivitiesNames" : "brunobb 08/28/2019 09:32", - "testInOutTransitions" : "brunobb 08/03/2020 12:48", + "testInOutTransitions" : "brunobb 08/03/2020 14:06", "testObjectsInLanes" : "brunobb 07/31/2020 12:30", "testScript" : "brunobb 08/28/2019 09:32", "testXpdlObjectWorkflow" : "brunobb 12/15/2019 09:15" } } diff --git a/repository/BpmXpdlBizagiReader_Tests.package/XPDLTestCaseAndFixIssueReaderTest.class/instance/testInTransitions.st b/repository/BpmXpdlBizagiReader_Tests.package/XPDLTestCaseAndFixIssueReaderTest.class/instance/testInTransitions.st index f2644e4c5..09c56a231 100644 --- a/repository/BpmXpdlBizagiReader_Tests.package/XPDLTestCaseAndFixIssueReaderTest.class/instance/testInTransitions.st +++ b/repository/BpmXpdlBizagiReader_Tests.package/XPDLTestCaseAndFixIssueReaderTest.class/instance/testInTransitions.st @@ -6,40 +6,40 @@ testInTransitions task1 := process getTaskNamed: 'test-case' ifNone: [self assert: false]. transition := process getTransitionNamed: 'start-case' ifNone: [self assert: false]. - self assert: (task1 inTransitions first == transition). + self assert: (task1 inTransitionsFirst == transition). task1 := process getTaskNamed: 'execute-test' ifNone: [self assert: false]. transition := process getTransitionNamed: 'run-test' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). + self assert: (task1 inTransitionsLast == transition). gateway := process getGatewayNamed: 'is-issue' ifNone: [self assert: false]. transition := process getTransitionNamed: 'evaluate-issue' ifNone: [self assert: false]. - self assert: (gateway inTransitions last == transition). + self assert: (gateway inTransitionsLast == transition). task1 := process getTaskNamed: 'test-ok' ifNone: [self assert: false]. transition := process getTransitionNamed: 'test-ok' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). + self assert: (task1 inTransitionsLast == transition). task1 := process getTaskNamed: 'analyze-issue-report' ifNone: [self assert: false]. transition := process getTransitionNamed: 'report-issue' ifNone: [self assert: false]. - self assert: (task1 inTransitions first == transition). + self assert: (task1 inTransitionsFirst == transition). gateway := process getGatewayNamed: 'accept-issue' ifNone: [self assert: false]. transition := process getTransitionNamed: 'evaluate-report' ifNone: [self assert: false]. - self assert: (gateway inTransitions last == transition). + self assert: (gateway inTransitionsLast == transition). task1 := process getEndNodeNamed: 'end' ifNone: [self assert: false]. transition := process getTransitionNamed: 'reject-issue' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). + self assert: (task1 inTransitionsLast == transition). task1 := process getEndNodeNamed: 'end' ifNone: [self assert: false]. transition := process getTransitionNamed: 'test-finished' ifNone: [self assert: false]. - self assert: (task1 inTransitions first == transition). + self assert: (task1 inTransitionsFirst == transition). task1 := process getSubprocessNamed: 'fix-issue' ifNone: [self assert: false]. transition := process getTransitionNamed: 'fix' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). + self assert: (task1 inTransitionsLast == transition). task1 := process getTaskNamed: 'test-case' ifNone: [self assert: false]. transition := process getTransitionNamed: 'test-again' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). \ No newline at end of file + self assert: (task1 inTransitionsLast == transition). \ No newline at end of file diff --git a/repository/BpmXpdlBizagiReader_Tests.package/XPDLTestCaseAndFixIssueReaderTest.class/instance/testInTransitions2.st b/repository/BpmXpdlBizagiReader_Tests.package/XPDLTestCaseAndFixIssueReaderTest.class/instance/testInTransitions2.st index de1d05c5c..7a0241443 100644 --- a/repository/BpmXpdlBizagiReader_Tests.package/XPDLTestCaseAndFixIssueReaderTest.class/instance/testInTransitions2.st +++ b/repository/BpmXpdlBizagiReader_Tests.package/XPDLTestCaseAndFixIssueReaderTest.class/instance/testInTransitions2.st @@ -6,28 +6,28 @@ testInTransitions2 task1 := process getTaskNamed: 'analyze-issue' ifNone: [self assert: false]. transition := process getTransitionNamed: 'start-analyze' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). + self assert: (task1 inTransitionsLast == transition). gateway := process getGatewayNamed: 'can fix' ifNone: [self assert: false]. transition := process getTransitionNamed: 'evaluate-fix' ifNone: [self assert: false]. - self assert: (gateway inTransitions last == transition). + self assert: (gateway inTransitionsLast == transition). task1 := process getTaskNamed: 'report-fixes' ifNone: [self assert: false]. transition := process getTransitionNamed: 'create-report' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). + self assert: (task1 inTransitionsLast == transition). task1 := process getSubprocessNamed: 'report-to-architect' ifNone: [self assert: false]. transition := process getTransitionNamed: 'no-fix-report' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). + self assert: (task1 inTransitionsLast == transition). task1 := process getTaskNamed: 'internal-test' ifNone: [self assert: false]. transition := process getTransitionNamed: 'do-internal-test' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). + self assert: (task1 inTransitionsLast == transition). task1 := process getEndNodeNamed: 'end' ifNone: [self assert: false]. transition := process getTransitionNamed: 'architect-done' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). + self assert: (task1 inTransitionsLast == transition). task1 := process getEndNodeNamed: 'end' ifNone: [self assert: false]. transition := process getTransitionNamed: 'finish-internal-test' ifNone: [self assert: false]. - self assert: (task1 inTransitions first == transition). \ No newline at end of file + self assert: (task1 inTransitionsFirst == transition). \ No newline at end of file diff --git a/repository/BpmXpdlBizagiReader_Tests.package/XPDLTestCaseAndFixIssueReaderTest.class/instance/testInTransitions3.st b/repository/BpmXpdlBizagiReader_Tests.package/XPDLTestCaseAndFixIssueReaderTest.class/instance/testInTransitions3.st index 9b2626ab1..f2f687af6 100644 --- a/repository/BpmXpdlBizagiReader_Tests.package/XPDLTestCaseAndFixIssueReaderTest.class/instance/testInTransitions3.st +++ b/repository/BpmXpdlBizagiReader_Tests.package/XPDLTestCaseAndFixIssueReaderTest.class/instance/testInTransitions3.st @@ -6,24 +6,24 @@ testInTransitions3 task1 := process getTaskNamed: 'analyze-developer-report' ifNone: [self assert: false]. transition := process getTransitionNamed: 'start-dev-analysis' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). + self assert: (task1 inTransitionsLast == transition). gateway := process getGatewayNamed: 'has-solution' ifNone: [self assert: false]. transition := process getTransitionNamed: 'evaluate-a-solution' ifNone: [self assert: false]. - self assert: (gateway inTransitions last == transition). + self assert: (gateway inTransitionsLast == transition). task1 := process getTaskNamed: 'report-workaround' ifNone: [self assert: false]. transition := process getTransitionNamed: 'create-workaround' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). + self assert: (task1 inTransitionsLast == transition). task1 := process getTaskNamed: 'report-solution' ifNone: [self assert: false]. transition := process getTransitionNamed: 'create-solution' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). + self assert: (task1 inTransitionsLast == transition). task1 := process getEndNodeNamed: 'end' ifNone: [self assert: false]. transition := process getTransitionNamed: 'end-solution' ifNone: [self assert: false]. - self assert: (task1 inTransitions first == transition). + self assert: (task1 inTransitionsFirst == transition). task1 := process getEndNodeNamed: 'end' ifNone: [self assert: false]. transition := process getTransitionNamed: 'end-workaround' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). \ No newline at end of file + self assert: (task1 inTransitionsLast == transition). \ No newline at end of file diff --git a/repository/BpmXpdlBizagiReader_Tests.package/XPDLTestCaseAndFixIssueReaderTest.class/methodProperties.json b/repository/BpmXpdlBizagiReader_Tests.package/XPDLTestCaseAndFixIssueReaderTest.class/methodProperties.json index a73aa602d..cea7c86bc 100644 --- a/repository/BpmXpdlBizagiReader_Tests.package/XPDLTestCaseAndFixIssueReaderTest.class/methodProperties.json +++ b/repository/BpmXpdlBizagiReader_Tests.package/XPDLTestCaseAndFixIssueReaderTest.class/methodProperties.json @@ -18,9 +18,9 @@ "testGatewaysNames" : "brunobb 08/28/2019 09:29", "testGatewaysNames2" : "brunobb 08/28/2019 09:29", "testGatewaysNames3" : "brunobb 08/28/2019 09:29", - "testInTransitions" : "brunobb 08/28/2019 09:29", - "testInTransitions2" : "brunobb 08/28/2019 09:29", - "testInTransitions3" : "brunobb 08/28/2019 09:29", + "testInTransitions" : "brunobb 08/03/2020 14:10", + "testInTransitions2" : "brunobb 08/03/2020 14:12", + "testInTransitions3" : "brunobb 08/03/2020 14:25", "testLoop" : "brunobb 08/28/2019 09:29", "testObjectsInLanes" : "brunobb 08/28/2019 09:29", "testObjectsInLanes2" : "brunobb 08/28/2019 09:29", diff --git a/repository/BpmXpdlBizagiReader_Tests.package/monticello.meta/version b/repository/BpmXpdlBizagiReader_Tests.package/monticello.meta/version index 4071a77e8..e76b05e22 100644 --- a/repository/BpmXpdlBizagiReader_Tests.package/monticello.meta/version +++ b/repository/BpmXpdlBizagiReader_Tests.package/monticello.meta/version @@ -1 +1 @@ -(name 'BpmXpdlBizagiReader_Tests-brunobb.110' message '' id '3e596a22-40f9-4a73-82df-81ec45e0f8c4' date '08/03/2020' time '13:53:48' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.109' message '' id '35716535-77f0-4a56-949f-419d8e484f27' date '08/03/2020' time '12:56:57' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.108' message '' id 'e1700c2a-712d-4c0c-b68e-2609bf5276e5' date '08/03/2020' time '11:06:51' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.107' message '' id 'd58f57ec-529f-44ef-b4b7-dd57466c2f1e' date '07/31/2020' time '12:37:58' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-bruno.106' message '' id '371ccf69-ef41-43c3-92d6-832f3d61f758' date '07/28/2020' time '10:49:35' author 'bruno' ancestors ((name 'BpmXpdlBizagiReader_Tests-bruno.105' message '' id '15b16905-4a8c-44b7-8d7a-ee9fb5f23532' date '07/28/2020' time '10:31:18' author 'bruno' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.104' message '' id '54d97f0c-0f12-4118-9774-117339427731' date '06/05/2020' time '14:41:14' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.103' message '' id '3edbbdbc-0519-467b-812c-e4280c684747' date '04/05/2020' time '17:50:04' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.102' message '' id 'd10055ee-6b48-44c4-b139-49b7fbaeaa4e' date '04/05/2020' time '17:41:55' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.101' message '' id '75ff6c87-987a-451e-87c0-359bf216ce23' date '04/05/2020' time '17:31:40' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.100' message '' id '0e28efc3-5738-4e85-8aaf-8cbfbd01af57' date '12/15/2019' time '09:15:49' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.99' message '' id '3424e54a-fc15-4ad2-bb18-f9d342dba70e' date '12/15/2019' time '09:03:06' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.98' message '' id 'fe69c1af-a21c-4a98-b1fc-85106d254105' date '12/15/2019' time '08:58:55' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.97' message '' id '2e3aaac2-fac6-4b80-a242-970b9c54cbf1' date '12/15/2019' time '08:55:49' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.96' message '' id '2e19d40b-8cac-4152-8256-3c933e53b1d3' date '12/15/2019' time '08:50:57' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.95' message '' id 'ee77d1ef-2f4d-4fff-9c77-483d787a9732' date '12/15/2019' time '08:25:27' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.94' message '' id '9a6e0263-301a-438a-be8d-f67566f7fbca' date '12/15/2019' time '08:21:33' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.93' message '' id '047b0f3d-9f4c-43b3-b727-864cc3321200' date '12/14/2019' time '10:34:45' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.92' message '' id '689d3c3f-3f22-47c8-aeae-23a32ffe1a7d' date '12/14/2019' time '10:27:19' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.91' message '' id '9426c84a-dbd0-4a03-a82e-4e1b79244fed' date '10/18/2019' time '11:16:26' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.90' message '' id '57c83007-59cf-4972-b2d6-0b0226ab87d8' date '08/30/2019' time '18:48:47' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.89' message '' id 'bf0335c9-a791-4932-9ae5-fec5aadf8fe1' date '08/28/2019' time '09:38:30' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.88' message '' id 'ce3096db-8fbc-4214-bee7-6ebb9710cc51' date '08/06/2019' time '12:29:00' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.87' message '' id 'f5e3c1db-6882-401c-8d7b-b96f8e48eab1' date '03/25/2019' time '08:26:48' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.86' message '' id '3e9e4d43-9a7c-4a95-b752-c8db5d744f8b' date '12/13/2018' time '08:19:29' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.85' message '' id 'b8017c58-a912-47fc-9b34-149016216ce2' date '12/11/2018' time '03:23:12' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.84' message '' id '936684f7-9dde-4d65-bc30-be9e2b3c2419' date '11/29/2018' time '05:04:35' 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 ()) \ No newline at end of file +(name 'BpmXpdlBizagiReader_Tests-brunobb.111' message '' id '53708139-34cb-43f9-9e47-cd4ba1267062' date '08/03/2020' time '14:28:30' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.110' message '' id '3e596a22-40f9-4a73-82df-81ec45e0f8c4' date '08/03/2020' time '13:53:48' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.109' message '' id '35716535-77f0-4a56-949f-419d8e484f27' date '08/03/2020' time '12:56:57' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.108' message '' id 'e1700c2a-712d-4c0c-b68e-2609bf5276e5' date '08/03/2020' time '11:06:51' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.107' message '' id 'd58f57ec-529f-44ef-b4b7-dd57466c2f1e' date '07/31/2020' time '12:37:58' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-bruno.106' message '' id '371ccf69-ef41-43c3-92d6-832f3d61f758' date '07/28/2020' time '10:49:35' author 'bruno' ancestors ((name 'BpmXpdlBizagiReader_Tests-bruno.105' message '' id '15b16905-4a8c-44b7-8d7a-ee9fb5f23532' date '07/28/2020' time '10:31:18' author 'bruno' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.104' message '' id '54d97f0c-0f12-4118-9774-117339427731' date '06/05/2020' time '14:41:14' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.103' message '' id '3edbbdbc-0519-467b-812c-e4280c684747' date '04/05/2020' time '17:50:04' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.102' message '' id 'd10055ee-6b48-44c4-b139-49b7fbaeaa4e' date '04/05/2020' time '17:41:55' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.101' message '' id '75ff6c87-987a-451e-87c0-359bf216ce23' date '04/05/2020' time '17:31:40' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.100' message '' id '0e28efc3-5738-4e85-8aaf-8cbfbd01af57' date '12/15/2019' time '09:15:49' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.99' message '' id '3424e54a-fc15-4ad2-bb18-f9d342dba70e' date '12/15/2019' time '09:03:06' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.98' message '' id 'fe69c1af-a21c-4a98-b1fc-85106d254105' date '12/15/2019' time '08:58:55' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.97' message '' id '2e3aaac2-fac6-4b80-a242-970b9c54cbf1' date '12/15/2019' time '08:55:49' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.96' message '' id '2e19d40b-8cac-4152-8256-3c933e53b1d3' date '12/15/2019' time '08:50:57' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.95' message '' id 'ee77d1ef-2f4d-4fff-9c77-483d787a9732' date '12/15/2019' time '08:25:27' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.94' message '' id '9a6e0263-301a-438a-be8d-f67566f7fbca' date '12/15/2019' time '08:21:33' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.93' message '' id '047b0f3d-9f4c-43b3-b727-864cc3321200' date '12/14/2019' time '10:34:45' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.92' message '' id '689d3c3f-3f22-47c8-aeae-23a32ffe1a7d' date '12/14/2019' time '10:27:19' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.91' message '' id '9426c84a-dbd0-4a03-a82e-4e1b79244fed' date '10/18/2019' time '11:16:26' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.90' message '' id '57c83007-59cf-4972-b2d6-0b0226ab87d8' date '08/30/2019' time '18:48:47' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.89' message '' id 'bf0335c9-a791-4932-9ae5-fec5aadf8fe1' date '08/28/2019' time '09:38:30' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.88' message '' id 'ce3096db-8fbc-4214-bee7-6ebb9710cc51' date '08/06/2019' time '12:29:00' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.87' message '' id 'f5e3c1db-6882-401c-8d7b-b96f8e48eab1' date '03/25/2019' time '08:26:48' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.86' message '' id '3e9e4d43-9a7c-4a95-b752-c8db5d744f8b' date '12/13/2018' time '08:19:29' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.85' message '' id 'b8017c58-a912-47fc-9b34-149016216ce2' date '12/11/2018' time '03:23:12' author 'brunobb' ancestors ((name 'BpmXpdlBizagiReader_Tests-brunobb.84' message '' id '936684f7-9dde-4d65-bc30-be9e2b3c2419' date '11/29/2018' time '05:04:35' 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 ()) \ No newline at end of file diff --git a/repository/BpmXpdl_Tests.package/BpmMultiEmbeddedProcessGeneratorTest.class/instance/testInOutTransitions.st b/repository/BpmXpdl_Tests.package/BpmMultiEmbeddedProcessGeneratorTest.class/instance/testInOutTransitions.st index 03c5dd906..1f6f0a1a0 100644 --- a/repository/BpmXpdl_Tests.package/BpmMultiEmbeddedProcessGeneratorTest.class/instance/testInOutTransitions.st +++ b/repository/BpmXpdl_Tests.package/BpmMultiEmbeddedProcessGeneratorTest.class/instance/testInOutTransitions.st @@ -6,7 +6,7 @@ testInOutTransitions subProc1 := processDefinition getSubProcessTaskNamed: 'embedded 01' ifNone: [self assert: false]. task := processDefinition getScriptNamed: 'script' ifNone: [self assert: false]. - self assert: (processDefinition startEvent outTransitionsLast == task inTransitions last). + self assert: (processDefinition startEvent outTransitionsLast == task inTransitionsLast). - self assert: (task outTransitionsLast == subProc1 inTransitions last). - self assert: (subProc1 outTransitionsLast == (processDefinition getEndEventNamed: 'end' ifNone: [self assert: false]) inTransitions last). \ No newline at end of file + self assert: (task outTransitionsLast == subProc1 inTransitionsLast). + self assert: (subProc1 outTransitionsLast == (processDefinition getEndEventNamed: 'end' ifNone: [self assert: false]) inTransitionsLast). \ No newline at end of file diff --git a/repository/BpmXpdl_Tests.package/BpmMultiEmbeddedProcessGeneratorTest.class/instance/testInOutTransitions2.st b/repository/BpmXpdl_Tests.package/BpmMultiEmbeddedProcessGeneratorTest.class/instance/testInOutTransitions2.st index 256fa2552..4c0da6438 100644 --- a/repository/BpmXpdl_Tests.package/BpmMultiEmbeddedProcessGeneratorTest.class/instance/testInOutTransitions2.st +++ b/repository/BpmXpdl_Tests.package/BpmMultiEmbeddedProcessGeneratorTest.class/instance/testInOutTransitions2.st @@ -6,7 +6,7 @@ testInOutTransitions2 subProc1 := processDefinition getSubProcessTaskNamed: 'embedded 02' ifNone: [self assert: false]. task := processDefinition getScriptNamed: 'script-embedded-01' ifNone: [self assert: false]. - self assert: (processDefinition startEvent outTransitionsLast == task inTransitions last). + self assert: (processDefinition startEvent outTransitionsLast == task inTransitionsLast). - self assert: (task outTransitionsLast == subProc1 inTransitions last). - self assert: (subProc1 outTransitionsLast == (processDefinition getEndEventNamed: 'end embedded 01' ifNone: [self assert: false]) inTransitions last). \ No newline at end of file + self assert: (task outTransitionsLast == subProc1 inTransitionsLast). + self assert: (subProc1 outTransitionsLast == (processDefinition getEndEventNamed: 'end embedded 01' ifNone: [self assert: false]) inTransitionsLast). \ No newline at end of file diff --git a/repository/BpmXpdl_Tests.package/BpmMultiEmbeddedProcessGeneratorTest.class/instance/testInOutTransitions3.st b/repository/BpmXpdl_Tests.package/BpmMultiEmbeddedProcessGeneratorTest.class/instance/testInOutTransitions3.st index 6b0fcf23e..523039a1e 100644 --- a/repository/BpmXpdl_Tests.package/BpmMultiEmbeddedProcessGeneratorTest.class/instance/testInOutTransitions3.st +++ b/repository/BpmXpdl_Tests.package/BpmMultiEmbeddedProcessGeneratorTest.class/instance/testInOutTransitions3.st @@ -5,6 +5,6 @@ testInOutTransitions3 processDefinition := self getEmbedded02Process. task := processDefinition getScriptNamed: 'script-embedded-02' ifNone: [self assert: false]. - self assert: (processDefinition startEvent outTransitionsLast == task inTransitions last). + self assert: (processDefinition startEvent outTransitionsLast == task inTransitionsLast). - self assert: (task outTransitionsLast == (processDefinition getEndEventNamed: 'end embedded 02' ifNone: [self assert: false]) inTransitions last). \ No newline at end of file + self assert: (task outTransitionsLast == (processDefinition getEndEventNamed: 'end embedded 02' ifNone: [self assert: false]) inTransitionsLast). \ No newline at end of file diff --git a/repository/BpmXpdl_Tests.package/BpmMultiEmbeddedProcessGeneratorTest.class/methodProperties.json b/repository/BpmXpdl_Tests.package/BpmMultiEmbeddedProcessGeneratorTest.class/methodProperties.json index 4a87011a5..4ce039d40 100644 --- a/repository/BpmXpdl_Tests.package/BpmMultiEmbeddedProcessGeneratorTest.class/methodProperties.json +++ b/repository/BpmXpdl_Tests.package/BpmMultiEmbeddedProcessGeneratorTest.class/methodProperties.json @@ -7,9 +7,9 @@ "getTopProcess" : "brunobb 08/27/2019 08:52", "setUp" : "brunobb 06/05/2020 10:47", "testActivitiesNames" : "brunobb 08/27/2019 08:52", - "testInOutTransitions" : "brunobb 08/03/2020 12:40", - "testInOutTransitions2" : "brunobb 08/03/2020 12:41", - "testInOutTransitions3" : "brunobb 08/03/2020 12:41", + "testInOutTransitions" : "brunobb 08/03/2020 14:05", + "testInOutTransitions2" : "brunobb 08/03/2020 14:02", + "testInOutTransitions3" : "brunobb 08/03/2020 14:02", "testRoles" : "bruno 07/24/2020 13:13", "testRoles2" : "bruno 07/24/2020 13:13", "testRoles3" : "bruno 07/24/2020 13:12", diff --git a/repository/BpmXpdl_Tests.package/BpmProcessWithScriptsGeneratorTest.class/instance/testInOutTransitions.st b/repository/BpmXpdl_Tests.package/BpmProcessWithScriptsGeneratorTest.class/instance/testInOutTransitions.st index ddfaa90a6..64447fe4f 100644 --- a/repository/BpmXpdl_Tests.package/BpmProcessWithScriptsGeneratorTest.class/instance/testInOutTransitions.st +++ b/repository/BpmXpdl_Tests.package/BpmProcessWithScriptsGeneratorTest.class/instance/testInOutTransitions.st @@ -6,6 +6,6 @@ testInOutTransitions task := processDefinition getScriptNamed: 'script' ifNone: [self assert: false]. - self assert: (processDefinition startEvent outTransitionsLast == task inTransitions last). + self assert: (processDefinition startEvent outTransitionsLast == task inTransitionsLast). - self assert: ((processDefinition getEndEventNamed: 'end' ifNone: [self assert: false]) inTransitions last == task outTransitionsLast). \ No newline at end of file + self assert: ((processDefinition getEndEventNamed: 'end' ifNone: [self assert: false]) inTransitionsLast == task outTransitionsLast). \ No newline at end of file diff --git a/repository/BpmXpdl_Tests.package/BpmProcessWithScriptsGeneratorTest.class/methodProperties.json b/repository/BpmXpdl_Tests.package/BpmProcessWithScriptsGeneratorTest.class/methodProperties.json index 3736cd592..e405a555f 100644 --- a/repository/BpmXpdl_Tests.package/BpmProcessWithScriptsGeneratorTest.class/methodProperties.json +++ b/repository/BpmXpdl_Tests.package/BpmProcessWithScriptsGeneratorTest.class/methodProperties.json @@ -7,7 +7,7 @@ "processGenerator:" : "brunobb 08/27/2019 08:54", "setUp" : "brunobb 06/05/2020 10:47", "testActivitiesNames" : "brunobb 08/27/2019 08:54", - "testInOutTransitions" : "brunobb 08/03/2020 12:44", + "testInOutTransitions" : "brunobb 08/03/2020 14:05", "testRoles" : "bruno 07/24/2020 13:13", "testRolesResponsibility" : "brunobb 08/27/2019 08:54", "testScriptCode" : "brunobb 08/27/2019 08:54" } } diff --git a/repository/BpmXpdl_Tests.package/BpmReusableEmbeddedProcessGeneratorTest.class/instance/testInOutTransitions.st b/repository/BpmXpdl_Tests.package/BpmReusableEmbeddedProcessGeneratorTest.class/instance/testInOutTransitions.st index 319eaf34c..19a4283ee 100644 --- a/repository/BpmXpdl_Tests.package/BpmReusableEmbeddedProcessGeneratorTest.class/instance/testInOutTransitions.st +++ b/repository/BpmXpdl_Tests.package/BpmReusableEmbeddedProcessGeneratorTest.class/instance/testInOutTransitions.st @@ -7,8 +7,8 @@ testInOutTransitions subProc2 := processDefinition getSubProcessTaskNamed: 'reusable-sub-proc' ifNone: [self assert: false]. task := processDefinition getScriptNamed: 'script' ifNone: [self assert: false]. - self assert: (processDefinition startEvent outTransitionsLast == task inTransitions last). + self assert: (processDefinition startEvent outTransitionsLast == task inTransitionsLast). - self assert: (task outTransitionsLast == subProc1 inTransitions last). - self assert: (subProc1 outTransitionsLast == subProc2 inTransitions last). - self assert: (subProc2 outTransitionsLast == (processDefinition getEndEventNamed: 'end' ifNone: [self assert: false]) inTransitions last). \ No newline at end of file + self assert: (task outTransitionsLast == subProc1 inTransitionsLast). + self assert: (subProc1 outTransitionsLast == subProc2 inTransitionsLast). + self assert: (subProc2 outTransitionsLast == (processDefinition getEndEventNamed: 'end' ifNone: [self assert: false]) inTransitionsLast). \ No newline at end of file diff --git a/repository/BpmXpdl_Tests.package/BpmReusableEmbeddedProcessGeneratorTest.class/instance/testInOutTransitions2.st b/repository/BpmXpdl_Tests.package/BpmReusableEmbeddedProcessGeneratorTest.class/instance/testInOutTransitions2.st index 992c00ecc..182e7a313 100644 --- a/repository/BpmXpdl_Tests.package/BpmReusableEmbeddedProcessGeneratorTest.class/instance/testInOutTransitions2.st +++ b/repository/BpmXpdl_Tests.package/BpmReusableEmbeddedProcessGeneratorTest.class/instance/testInOutTransitions2.st @@ -6,6 +6,6 @@ testInOutTransitions2 task := processDefinition getScriptNamed: 'script-reusable' ifNone: [self assert: false]. - self assert: (processDefinition startEvent outTransitionsLast == task inTransitions last). + self assert: (processDefinition startEvent outTransitionsLast == task inTransitionsLast). - self assert: (task outTransitionsLast == (processDefinition getEndEventNamed: 'end-reusable' ifNone: [self assert: false]) inTransitions last). \ No newline at end of file + self assert: (task outTransitionsLast == (processDefinition getEndEventNamed: 'end-reusable' ifNone: [self assert: false]) inTransitionsLast). \ No newline at end of file diff --git a/repository/BpmXpdl_Tests.package/BpmReusableEmbeddedProcessGeneratorTest.class/instance/testInOutTransitions3.st b/repository/BpmXpdl_Tests.package/BpmReusableEmbeddedProcessGeneratorTest.class/instance/testInOutTransitions3.st index c41a1f239..3a2f6cbf8 100644 --- a/repository/BpmXpdl_Tests.package/BpmReusableEmbeddedProcessGeneratorTest.class/instance/testInOutTransitions3.st +++ b/repository/BpmXpdl_Tests.package/BpmReusableEmbeddedProcessGeneratorTest.class/instance/testInOutTransitions3.st @@ -6,6 +6,6 @@ testInOutTransitions3 task := processDefinition getScriptNamed: 'script-embedded' ifNone: [self assert: false]. - self assert: (processDefinition startEvent outTransitionsLast == task inTransitions last). + self assert: (processDefinition startEvent outTransitionsLast == task inTransitionsLast). - self assert: (task outTransitionsLast == (processDefinition getEndEventNamed: 'end-embedded' ifNone: [self assert: false]) inTransitions last). \ No newline at end of file + self assert: (task outTransitionsLast == (processDefinition getEndEventNamed: 'end-embedded' ifNone: [self assert: false]) inTransitionsLast). \ No newline at end of file diff --git a/repository/BpmXpdl_Tests.package/BpmReusableEmbeddedProcessGeneratorTest.class/methodProperties.json b/repository/BpmXpdl_Tests.package/BpmReusableEmbeddedProcessGeneratorTest.class/methodProperties.json index a9fd4af0b..b7ca0f97e 100644 --- a/repository/BpmXpdl_Tests.package/BpmReusableEmbeddedProcessGeneratorTest.class/methodProperties.json +++ b/repository/BpmXpdl_Tests.package/BpmReusableEmbeddedProcessGeneratorTest.class/methodProperties.json @@ -7,9 +7,9 @@ "getTopProcess" : "brunobb 08/27/2019 08:53", "setUp" : "brunobb 06/05/2020 10:47", "testActivitiesNames" : "brunobb 10/18/2019 10:59", - "testInOutTransitions" : "brunobb 08/03/2020 12:39", - "testInOutTransitions2" : "brunobb 08/03/2020 12:40", - "testInOutTransitions3" : "brunobb 08/03/2020 12:41", + "testInOutTransitions" : "brunobb 08/03/2020 14:02", + "testInOutTransitions2" : "brunobb 08/03/2020 14:02", + "testInOutTransitions3" : "brunobb 08/03/2020 14:02", "testRoles" : "bruno 07/24/2020 13:14", "testRoles2" : "bruno 07/24/2020 13:13", "testRolesResponsibility" : "brunobb 10/18/2019 11:00", diff --git a/repository/BpmXpdl_Tests.package/BpmTestCaseAndFixIssueGeneratorTest.class/instance/testInTransitions1.st b/repository/BpmXpdl_Tests.package/BpmTestCaseAndFixIssueGeneratorTest.class/instance/testInTransitions1.st index ef84fab66..4b3c7e42a 100644 --- a/repository/BpmXpdl_Tests.package/BpmTestCaseAndFixIssueGeneratorTest.class/instance/testInTransitions1.st +++ b/repository/BpmXpdl_Tests.package/BpmTestCaseAndFixIssueGeneratorTest.class/instance/testInTransitions1.st @@ -6,40 +6,40 @@ testInTransitions1 task1 := process getTaskNamed: 'test-case' ifNone: [self assert: false]. transition := process getTransitionNamed: 'start-case' ifNone: [self assert: false]. - self assert: (task1 inTransitions first == transition). + self assert: (task1 inTransitionsFirst == transition). task1 := process getTaskNamed: 'execute-test' ifNone: [self assert: false]. transition := process getTransitionNamed: 'run-test' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). + self assert: (task1 inTransitionsLast == transition). gateway := process getGatewayNamed: 'is-issue' ifNone: [self assert: false]. transition := process getTransitionNamed: 'evaluate-issue' ifNone: [self assert: false]. - self assert: (gateway inTransitions last == transition). + self assert: (gateway inTransitionsLast == transition). task1 := process getTaskNamed: 'test-ok' ifNone: [self assert: false]. transition := process getTransitionNamed: 'test-ok' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). + self assert: (task1 inTransitionsLast == transition). task1 := process getTaskNamed: 'analyze-issue-report' ifNone: [self assert: false]. transition := process getTransitionNamed: 'report-issue' ifNone: [self assert: false]. - self assert: (task1 inTransitions first == transition). + self assert: (task1 inTransitionsFirst == transition). gateway := process getGatewayNamed: 'accept-issue' ifNone: [self assert: false]. transition := process getTransitionNamed: 'evaluate-report' ifNone: [self assert: false]. - self assert: (gateway inTransitions last == transition). + self assert: (gateway inTransitionsLast == transition). task1 := process getEndEventNamed: 'end' ifNone: [self assert: false]. transition := process getTransitionNamed: 'reject-issue' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). + self assert: (task1 inTransitionsLast == transition). task1 := process getEndEventNamed: 'end' ifNone: [self assert: false]. transition := process getTransitionNamed: 'test-finished' ifNone: [self assert: false]. - self assert: (task1 inTransitions first == transition). + self assert: (task1 inTransitionsFirst == transition). task1 := process getSubProcessTaskNamed: 'fix-issue' ifNone: [self assert: false]. transition := process getTransitionNamed: 'fix' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). + self assert: (task1 inTransitionsLast == transition). task1 := process getTaskNamed: 'test-case' ifNone: [self assert: false]. transition := process getTransitionNamed: 'test-again' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). \ No newline at end of file + self assert: (task1 inTransitionsLast == transition). \ No newline at end of file diff --git a/repository/BpmXpdl_Tests.package/BpmTestCaseAndFixIssueGeneratorTest.class/instance/testInTransitions2.st b/repository/BpmXpdl_Tests.package/BpmTestCaseAndFixIssueGeneratorTest.class/instance/testInTransitions2.st index f1e4193d3..6073cab97 100644 --- a/repository/BpmXpdl_Tests.package/BpmTestCaseAndFixIssueGeneratorTest.class/instance/testInTransitions2.st +++ b/repository/BpmXpdl_Tests.package/BpmTestCaseAndFixIssueGeneratorTest.class/instance/testInTransitions2.st @@ -6,28 +6,28 @@ testInTransitions2 task1 := process getTaskNamed: 'analyze-issue' ifNone: [self assert: false]. transition := process getTransitionNamed: 'start-analyze' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). + self assert: (task1 inTransitionsLast == transition). gateway := process getGatewayNamed: 'can fix' ifNone: [self assert: false]. transition := process getTransitionNamed: 'evaluate-fix' ifNone: [self assert: false]. - self assert: (gateway inTransitions last == transition). + self assert: (gateway inTransitionsLast == transition). task1 := process getTaskNamed: 'report-fixes' ifNone: [self assert: false]. transition := process getTransitionNamed: 'create-report' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). + self assert: (task1 inTransitionsLast == transition). task1 := process getSubProcessTaskNamed: 'report-to-architect' ifNone: [self assert: false]. transition := process getTransitionNamed: 'no-fix-report' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). + self assert: (task1 inTransitionsLast == transition). task1 := process getTaskNamed: 'internal-test' ifNone: [self assert: false]. transition := process getTransitionNamed: 'do-internal-test' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). + self assert: (task1 inTransitionsLast == transition). task1 := process getEndEventNamed: 'end' ifNone: [self assert: false]. transition := process getTransitionNamed: 'architect-done' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). + self assert: (task1 inTransitionsLast == transition). task1 := process getEndEventNamed: 'end' ifNone: [self assert: false]. transition := process getTransitionNamed: 'finish-internal-test' ifNone: [self assert: false]. - self assert: (task1 inTransitions first == transition). \ No newline at end of file + self assert: (task1 inTransitionsFirst == transition). \ No newline at end of file diff --git a/repository/BpmXpdl_Tests.package/BpmTestCaseAndFixIssueGeneratorTest.class/instance/testInTransitions3.st b/repository/BpmXpdl_Tests.package/BpmTestCaseAndFixIssueGeneratorTest.class/instance/testInTransitions3.st index f7e25aa31..f65a058a3 100644 --- a/repository/BpmXpdl_Tests.package/BpmTestCaseAndFixIssueGeneratorTest.class/instance/testInTransitions3.st +++ b/repository/BpmXpdl_Tests.package/BpmTestCaseAndFixIssueGeneratorTest.class/instance/testInTransitions3.st @@ -6,24 +6,24 @@ testInTransitions3 task1 := process getTaskNamed: 'analyze-developer-report' ifNone: [self assert: false]. transition := process getTransitionNamed: 'start-dev-analysis' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). + self assert: (task1 inTransitionsLast == transition). gateway := process getGatewayNamed: 'has-solution' ifNone: [self assert: false]. transition := process getTransitionNamed: 'evaluate-a-solution' ifNone: [self assert: false]. - self assert: (gateway inTransitions last == transition). + self assert: (gateway inTransitionsLast == transition). task1 := process getTaskNamed: 'report-workaround' ifNone: [self assert: false]. transition := process getTransitionNamed: 'create-workaround' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). + self assert: (task1 inTransitionsLast == transition). task1 := process getTaskNamed: 'report-solution' ifNone: [self assert: false]. transition := process getTransitionNamed: 'create-solution' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). + self assert: (task1 inTransitionsLast == transition). task1 := process getEndEventNamed: 'end' ifNone: [self assert: false]. transition := process getTransitionNamed: 'end-solution' ifNone: [self assert: false]. - self assert: (task1 inTransitions first == transition). + self assert: (task1 inTransitionsFirst == transition). task1 := process getEndEventNamed: 'end' ifNone: [self assert: false]. transition := process getTransitionNamed: 'end-workaround' ifNone: [self assert: false]. - self assert: (task1 inTransitions last == transition). \ No newline at end of file + self assert: (task1 inTransitionsLast == transition). \ No newline at end of file diff --git a/repository/BpmXpdl_Tests.package/BpmTestCaseAndFixIssueGeneratorTest.class/methodProperties.json b/repository/BpmXpdl_Tests.package/BpmTestCaseAndFixIssueGeneratorTest.class/methodProperties.json index 027ee019e..92d8015f9 100644 --- a/repository/BpmXpdl_Tests.package/BpmTestCaseAndFixIssueGeneratorTest.class/methodProperties.json +++ b/repository/BpmXpdl_Tests.package/BpmTestCaseAndFixIssueGeneratorTest.class/methodProperties.json @@ -13,9 +13,9 @@ "testGatewaysNames1" : "brunobb 08/27/2019 08:56", "testGatewaysNames2" : "brunobb 08/27/2019 08:56", "testGatewaysNames3" : "brunobb 08/27/2019 08:56", - "testInTransitions1" : "brunobb 08/27/2019 08:56", - "testInTransitions2" : "brunobb 08/27/2019 08:56", - "testInTransitions3" : "brunobb 08/27/2019 08:56", + "testInTransitions1" : "brunobb 08/03/2020 14:03", + "testInTransitions2" : "brunobb 08/03/2020 14:04", + "testInTransitions3" : "brunobb 08/03/2020 14:04", "testLoop" : "brunobb 08/27/2019 08:58", "testOutTransitions1" : "brunobb 08/03/2020 12:47", "testOutTransitions2" : "brunobb 08/03/2020 12:54", diff --git a/repository/BpmXpdl_Tests.package/monticello.meta/version b/repository/BpmXpdl_Tests.package/monticello.meta/version index 72189c05c..396f50cf8 100644 --- a/repository/BpmXpdl_Tests.package/monticello.meta/version +++ b/repository/BpmXpdl_Tests.package/monticello.meta/version @@ -1 +1 @@ -(name 'BpmXpdl_Tests-brunobb.61' message '' id '94bd91ab-a525-473d-9de9-93fd5ce1d779' date '08/03/2020' time '12:56:50' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.60' message '' id 'd5c683fd-3715-441a-9410-438b3b4d17a2' date '07/31/2020' time '13:51:26' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-bruno.59' message '' id '92bb5862-58fb-4e9e-91cf-1c00412ad9df' date '07/24/2020' time '13:27:30' author 'bruno' ancestors ((name 'BpmXpdl_Tests-brunobb.58' message '' id '1b407c07-61c5-4cd7-968c-c604842a4464' date '06/05/2020' time '14:41:17' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.57' message '' id 'fd0ba627-a174-46a6-b22f-629d110ebdd9' date '04/05/2020' time '17:50:16' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.56' message '' id 'aba4f12a-aa4c-4e49-9b79-05abb681fcdc' date '04/05/2020' time '17:41:43' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.55' message '' id '3516a828-0183-4eee-99cf-93b8b460567a' date '04/05/2020' time '17:31:36' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.54' message '' id '1a7dec4e-1720-47a3-8892-6d8e26537219' date '02/04/2020' time '10:47:08' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.53' message '' id 'd34ab6ec-0c3b-4789-b1e7-a4c43c68487e' date '10/18/2019' time '11:04:31' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.52' message '' id 'f6eb8850-d497-49ff-b24f-a819f8ec0041' date '10/07/2019' time '13:10:00' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.51' message '' id 'e0cc20a3-88b6-41c8-a1ed-b3532597630a' date '10/07/2019' time '11:57:07' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.50' message '' id 'b5e7180f-4e37-4d14-9a53-3491c59b93dc' date '10/01/2019' time '04:45:21' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.49' message '' id '97acdf76-70d7-45e9-bc19-3a57db02db0a' date '10/01/2019' time '03:09:58' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.48' message '' id '3f3d8515-c5e3-46fe-a444-0d2803ebed1d' date '09/30/2019' time '13:05:35' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.47' message '' id '20d581c4-be11-4eac-89e8-097d1e7d27a2' date '09/30/2019' time '12:36:56' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.46' message '' id 'ee751f92-8735-4f22-ba88-b502cd75ed21' date '09/30/2019' time '10:34:02' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.45' message '' id '40c1e8f3-aad7-4e59-8bca-b559254e8aee' date '09/30/2019' time '10:14:47' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.44' message '' id '2cbb1110-4018-4da4-90af-42f61d650558' date '09/30/2019' time '10:07:03' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.43' message '' id '97380c40-ae4c-4773-a484-d559f45f2206' date '09/27/2019' time '11:47:33' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.42' message '' id '3a3c8f80-ca21-4309-b80a-a2b40bcef76e' date '09/27/2019' time '10:58:24' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.41' message '' id '8fba6360-568b-4ace-b9cd-5bdb4310258d' date '09/27/2019' time '09:14:47' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.40' message '' id '18a3324e-cd99-4d60-b70b-33f12cac849e' date '09/19/2019' time '12:08:19' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.39' message '' id '23bb67fc-4563-4c61-945c-a41cbf33044b' date '08/27/2019' time '09:42:13' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.38' message '' id '80ef7d87-1f0f-495c-be0b-a2cc549e27de' date '08/27/2019' time '08:59:38' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.37' message '' id 'ac56d63a-e014-437a-b4af-5f7fa6246858' date '08/21/2019' time '12:51:50' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.36' message '' id '190aaa6b-624c-43fb-9b61-d4247dae42a1' date '08/12/2019' time '13:00:40' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.35' message '' id '69c5126b-de8f-4e1d-84a0-4fc0444a0997' date '08/07/2019' time '07:38:21' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.34' message '' id 'a2a986fb-977a-4288-98cf-a331dcc27b1c' date '08/07/2019' time '07:29:32' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.33' message '' id '35f6d38e-b7fb-4468-b60e-18a923c6b312' date '08/07/2019' time '07:20:48' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.32' message '' id '142960cd-5ef2-4138-8689-cb45a922e616' date '05/23/2019' time '04:45:39' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.30' message '' id '4b981097-d7db-46d2-a056-14e691aa889d' date '05/21/2019' time '05:36:14' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.29' message '' id '7f28d748-6869-4f24-92eb-ad6c0925e718' date '05/16/2019' time '06:18:40' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.28' message '' id 'c505c1ff-d190-484c-93e3-6cc48748944d' date '03/25/2019' time '09:14:31' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.27' message '' id '799d64f3-ee04-4759-8c69-af23c04c2013' date '03/25/2019' time '08:26:39' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.26' message '' id '872b00ad-54bb-4f91-b07d-7a7d682ed478' date '03/25/2019' time '08:04:05' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.25' message '' id 'd5730f7e-0463-46d9-88e3-97bc873fb15a' date '11/28/2018' time '08:39:51' 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 ()) \ No newline at end of file +(name 'BpmXpdl_Tests-brunobb.62' message '' id '4a67f585-df9b-4344-932d-6909f687bd52' date '08/03/2020' time '14:28:23' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.61' message '' id '94bd91ab-a525-473d-9de9-93fd5ce1d779' date '08/03/2020' time '12:56:50' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.60' message '' id 'd5c683fd-3715-441a-9410-438b3b4d17a2' date '07/31/2020' time '13:51:26' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-bruno.59' message '' id '92bb5862-58fb-4e9e-91cf-1c00412ad9df' date '07/24/2020' time '13:27:30' author 'bruno' ancestors ((name 'BpmXpdl_Tests-brunobb.58' message '' id '1b407c07-61c5-4cd7-968c-c604842a4464' date '06/05/2020' time '14:41:17' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.57' message '' id 'fd0ba627-a174-46a6-b22f-629d110ebdd9' date '04/05/2020' time '17:50:16' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.56' message '' id 'aba4f12a-aa4c-4e49-9b79-05abb681fcdc' date '04/05/2020' time '17:41:43' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.55' message '' id '3516a828-0183-4eee-99cf-93b8b460567a' date '04/05/2020' time '17:31:36' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.54' message '' id '1a7dec4e-1720-47a3-8892-6d8e26537219' date '02/04/2020' time '10:47:08' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.53' message '' id 'd34ab6ec-0c3b-4789-b1e7-a4c43c68487e' date '10/18/2019' time '11:04:31' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.52' message '' id 'f6eb8850-d497-49ff-b24f-a819f8ec0041' date '10/07/2019' time '13:10:00' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.51' message '' id 'e0cc20a3-88b6-41c8-a1ed-b3532597630a' date '10/07/2019' time '11:57:07' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.50' message '' id 'b5e7180f-4e37-4d14-9a53-3491c59b93dc' date '10/01/2019' time '04:45:21' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.49' message '' id '97acdf76-70d7-45e9-bc19-3a57db02db0a' date '10/01/2019' time '03:09:58' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.48' message '' id '3f3d8515-c5e3-46fe-a444-0d2803ebed1d' date '09/30/2019' time '13:05:35' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.47' message '' id '20d581c4-be11-4eac-89e8-097d1e7d27a2' date '09/30/2019' time '12:36:56' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.46' message '' id 'ee751f92-8735-4f22-ba88-b502cd75ed21' date '09/30/2019' time '10:34:02' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.45' message '' id '40c1e8f3-aad7-4e59-8bca-b559254e8aee' date '09/30/2019' time '10:14:47' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.44' message '' id '2cbb1110-4018-4da4-90af-42f61d650558' date '09/30/2019' time '10:07:03' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.43' message '' id '97380c40-ae4c-4773-a484-d559f45f2206' date '09/27/2019' time '11:47:33' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.42' message '' id '3a3c8f80-ca21-4309-b80a-a2b40bcef76e' date '09/27/2019' time '10:58:24' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.41' message '' id '8fba6360-568b-4ace-b9cd-5bdb4310258d' date '09/27/2019' time '09:14:47' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.40' message '' id '18a3324e-cd99-4d60-b70b-33f12cac849e' date '09/19/2019' time '12:08:19' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.39' message '' id '23bb67fc-4563-4c61-945c-a41cbf33044b' date '08/27/2019' time '09:42:13' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.38' message '' id '80ef7d87-1f0f-495c-be0b-a2cc549e27de' date '08/27/2019' time '08:59:38' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.37' message '' id 'ac56d63a-e014-437a-b4af-5f7fa6246858' date '08/21/2019' time '12:51:50' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.36' message '' id '190aaa6b-624c-43fb-9b61-d4247dae42a1' date '08/12/2019' time '13:00:40' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.35' message '' id '69c5126b-de8f-4e1d-84a0-4fc0444a0997' date '08/07/2019' time '07:38:21' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.34' message '' id 'a2a986fb-977a-4288-98cf-a331dcc27b1c' date '08/07/2019' time '07:29:32' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.33' message '' id '35f6d38e-b7fb-4468-b60e-18a923c6b312' date '08/07/2019' time '07:20:48' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.32' message '' id '142960cd-5ef2-4138-8689-cb45a922e616' date '05/23/2019' time '04:45:39' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.30' message '' id '4b981097-d7db-46d2-a056-14e691aa889d' date '05/21/2019' time '05:36:14' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.29' message '' id '7f28d748-6869-4f24-92eb-ad6c0925e718' date '05/16/2019' time '06:18:40' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.28' message '' id 'c505c1ff-d190-484c-93e3-6cc48748944d' date '03/25/2019' time '09:14:31' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.27' message '' id '799d64f3-ee04-4759-8c69-af23c04c2013' date '03/25/2019' time '08:26:39' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.26' message '' id '872b00ad-54bb-4f91-b07d-7a7d682ed478' date '03/25/2019' time '08:04:05' author 'brunobb' ancestors ((name 'BpmXpdl_Tests-brunobb.25' message '' id 'd5730f7e-0463-46d9-88e3-97bc873fb15a' date '11/28/2018' time '08:39:51' 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 ()) \ No newline at end of file