Skip to content

Commit

Permalink
update 39 to fix issue #1143
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobuzzi committed Aug 7, 2020
1 parent 9aa6dd9 commit d12be78
Show file tree
Hide file tree
Showing 22 changed files with 28 additions and 50 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
get artifacts
subProcessTasksDetect: aBlock

^executionPath subProcessTasksDetect: aBlock
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
get artifacts
subProcessTasksDo: aBlock

^executionPath subProcessTasksDo: aBlock
Original file line number Diff line number Diff line change
Expand Up @@ -150,16 +150,13 @@
"getProcessesTreeAsCollection" : "BrunoBB 04/10/2016 18:49",
"getQuantityDistributionForFieldNamed:in:" : "BrunoBB 11/05/2016 12:58",
"getScriptNamed:ifNone:" : "BrunoBB 06/22/2016 11:49",
"getScripts" : "brunobb 02/12/2018 15:10",
"getSeasideTasks" : "brunobb 08/06/2019 11:22",
"getSingleProcessMapStream" : "BrunoBB 01/13/2017 12:31",
"getStartEventNamed:ifNone:" : "brunobb 08/06/2020 13:22",
"getStartTimerBlock" : "brunobb 08/06/2020 13:01",
"getStrokeForActivityNamed:user:" : "brunobb 01/16/2019 08:55",
"getSubProcessDefinitions" : "BrunoBB 11/28/2015 19:51",
"getSubProcessNamed:ifAbsent:" : "BrunoBB 06/26/2016 14:22",
"getSubProcessTaskNamed:ifNone:" : "BrunoBB 11/28/2015 19:51",
"getSubProcessTasks" : "BrunoBB 11/28/2015 19:52",
"getTakenProcessMatrix" : "brunobb 02/06/2020 10:34",
"getTaskCountFor:" : "brunobb 01/31/2018 12:05",
"getTaskNamed:ifNone:" : "BrunoBB 11/28/2015 19:53",
Expand Down Expand Up @@ -261,6 +258,8 @@
"startEventOutTransitionsCollect:" : "brunobb 08/06/2020 12:10",
"startEventOutTransitionsLast" : "brunobb 08/06/2020 11:47",
"stopCreationMonitor" : "brunobb 01/25/2018 16:36",
"subProcessTasksDetect:" : "brunobb 08/07/2020 11:10",
"subProcessTasksDo:" : "brunobb 08/07/2020 11:07",
"subProcessesFirst" : "brunobb 07/31/2020 13:06",
"subProcessesLast" : "brunobb 07/31/2020 13:06",
"summaryTitle" : "brunobb 02/09/2018 11:09",
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
other
hasScriptNamed: aString

^self scripts anySatisfy: [:each | each name = aString]
^scripts anySatisfy: [:each | each name = aString]

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Accessing
subProcessTasksDetect: aBlock

^subProcessTasks detect: aBlock ifNone: []
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Accessing
subProcessTasksDo: aBlock

subProcessTasks do: aBlock
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
"addTransition:" : "BrunoBB 10/27/2015 17:20",
"canBeStartedByAnonymousForm" : "brunobb 08/03/2020 13:12",
"canCreateProcess:" : "bruno 07/24/2020 13:41",
"gateways" : "BrunoBB 10/27/2015 15:21",
"gateways:" : "BrunoBB 10/27/2015 15:21",
"getAllArtifacts" : "BrunoBB 06/22/2016 11:44",
"getAllFieldNames" : "BrunoBB 11/12/2016 07:55",
"getAllRoles" : "bruno 07/24/2020 13:43",
Expand Down Expand Up @@ -44,7 +42,7 @@
"hasGatewayConditionIncludingFieldNamed:" : "BrunoBB 04/19/2016 16:19",
"hasOrbeonFormNamed:" : "BrunoBB 01/23/2016 07:26",
"hasOrbeonOrSeasideTasks" : "brunobb 04/24/2018 08:59",
"hasScriptNamed:" : "BrunoBB 06/22/2016 11:43",
"hasScriptNamed:" : "brunobb 08/07/2020 10:57",
"hasTaskNamed:" : "brunobb 08/07/2020 10:19",
"initialize" : "BrunoBB 06/22/2016 11:40",
"intermediateEvents" : "BrunoBB 10/27/2015 17:25",
Expand All @@ -53,13 +51,11 @@
"printTransitions" : "BrunoBB 10/28/2015 14:32",
"processDefinition" : "BrunoBB 10/27/2015 15:11",
"processDefinition:" : "BrunoBB 10/27/2015 15:11",
"scripts" : "BrunoBB 06/22/2016 11:40",
"scripts:" : "BrunoBB 06/22/2016 11:40",
"startEvent:" : "BrunoBB 10/27/2015 17:25",
"startEventAcceptVisitor:" : "brunobb 08/06/2020 12:52",
"startEventHasAnonymousStart" : "brunobb 08/06/2020 12:08",
"startEventOutTransitionsCollect:" : "brunobb 08/06/2020 12:09",
"startEventOutTransitionsLast" : "brunobb 08/06/2020 11:48",
"subProcessTasks" : "BrunoBB 10/27/2015 15:21",
"subProcessTasks:" : "BrunoBB 10/27/2015 15:21",
"subProcessTasksDetect:" : "brunobb 08/07/2020 11:14",
"subProcessTasksDo:" : "brunobb 08/07/2020 11:06",
"tasksAndSubProcessTasksDo:" : "brunobb 08/07/2020 10:38" } }
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ other
getParentSubProcessTaskDefinition
"Answer a <aBpmSubProcessTaskDefinition> that created the receiver"

^parentProcess getSubProcessTasks detect: [:each | each subProcessDefinition == self] ifNone: [nil]
^parentProcess subProcessTasksDetect: [:each | each subProcessDefinition == self]
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
},
"instance" : {
"getParentProcessName" : "BrunoBB 12/10/2015 06:49",
"getParentSubProcessTaskDefinition" : "BrunoBB 06/29/2016 09:56",
"getParentSubProcessTaskDefinition" : "brunobb 08/07/2020 11:16",
"getProcessTree:" : "BrunoBB 04/10/2016 18:50",
"getTopProcess" : "BrunoBB 06/28/2016 12:20",
"getTopSubProcessTaskDefinition" : "brunobb 07/31/2020 11:47",
Expand Down
2 changes: 1 addition & 1 deletion repository/BpmCore.package/monticello.meta/version

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ connectSubProcessTaskWithSubProcess
subProcessTasks := OrderedCollection new.

processes do: [:procDefinition |
procDefinition getSubProcessTasks do: [:subProcTaskDefinition | | subProcess |
procDefinition subProcessTasksDo: [:subProcTaskDefinition | | subProcess |
subProcess := subProcTaskDefinition isEmbedded
ifFalse: [processes detect: [:each | each sheetName = subProcTaskDefinition name] ifNone: [nil]]
ifTrue: [| subProc |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"on:" : "BrunoBB 10/31/2015 15:57" },
"instance" : {
"attachEventsToTaskIn:withXPDL:" : "brunobb 08/07/2020 10:40",
"connectSubProcessTaskWithSubProcess" : "BrunoBB 06/29/2016 09:35",
"connectSubProcessTaskWithSubProcess" : "brunobb 08/07/2020 11:07",
"createEmbeddedSubProcessFor:basedOn:package:" : "brunobb 08/06/2020 10:08",
"createParticipantDefinitionsOf:" : "bruno 07/27/2020 14:57",
"failedImportProcesses" : "brunobb 04/02/2018 11:16",
Expand Down
2 changes: 1 addition & 1 deletion repository/BpmXpdl.package/monticello.meta/version

Large diffs are not rendered by default.

0 comments on commit d12be78

Please sign in to comment.