-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5bd280c
commit 02c86f3
Showing
28 changed files
with
67 additions
and
81 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...ckoffice.package/WAXpdlImporterBrowser.class/instance/renderSVGForImportedProcessesOn..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
repository/BpmXpdl.package/BpmProcessGenerator.class/instance/failedImportProcesses..st
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
repository/BpmXpdl.package/BpmProcessGenerator.class/instance/failedImportProcesses.st
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
repository/BpmXpdl.package/BpmProcessGenerator.class/instance/importFailedOnAllProcesses.st
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
repository/BpmXpdl.package/BpmProcessGenerator.class/instance/importResultText..st
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
repository/BpmXpdl.package/BpmProcessGenerator.class/instance/importResultText.st
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
repository/BpmXpdl.package/BpmProcessGenerator.class/instance/participants.st
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
repository/BpmXpdl.package/BpmProcessGenerator.class/instance/processes..st
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
repository/BpmXpdl.package/BpmProcessGenerator.class/instance/processes.st
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
repository/BpmXpdl.package/BpmProcessGenerator.class/instance/processesCollect..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
other | ||
processesCollect: aBlock | ||
|
||
^processes collect: aBlock |
4 changes: 4 additions & 0 deletions
4
repository/BpmXpdl.package/BpmProcessGenerator.class/instance/processesDo..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
other | ||
processesDo: aBlock | ||
|
||
processes do: aBlock |
3 changes: 0 additions & 3 deletions
3
repository/BpmXpdl.package/BpmProcessGenerator.class/instance/processesMapping.st
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
repository/BpmXpdl.package/BpmProcessGenerator.class/instance/processesSize.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
other | ||
processesSize | ||
|
||
^processes size |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
62 changes: 28 additions & 34 deletions
62
repository/BpmXpdl.package/BpmProcessGenerator.class/methodProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,31 @@ | ||
{ | ||
"class" : { | ||
"on:" : "BrunoBB 10/31/2015 15:57" }, | ||
"on:" : "brunobb 08/19/2020 04:53" }, | ||
"instance" : { | ||
"attachEventsToTaskIn:withXPDL:" : "brunobb 08/07/2020 10:40", | ||
"connectSubProcessTaskWithSubProcess" : "brunobb 08/07/2020 11:07", | ||
"createEmbeddedSubProcessFor:basedOn:package:" : "brunobb 08/06/2020 10:08", | ||
"createParticipantDefinitionsOf:" : "bruno 07/27/2020 14:57", | ||
"failedImportProcesses" : "brunobb 04/02/2018 11:16", | ||
"failedImportProcesses:" : "brunobb 04/02/2018 11:16", | ||
"generateAllProcess" : "BrunoBB 06/27/2016 10:21", | ||
"generateProcessBasedOnWorkflow:" : "BrunoBB 06/26/2016 13:47", | ||
"generateProcessBasedOnWorkflow:for:" : "brunobb 03/12/2018 12:24", | ||
"getProcessDefinitionClassFrom:" : "brunobb 01/31/2020 06:41", | ||
"getProcessDefinitionNamed:ifNone:" : "BrunoBB 10/29/2015 13:53", | ||
"hasImmutableProcesses" : "brunobb 11/05/2018 12:12", | ||
"hasImportedProcesses" : "brunobb 05/29/2019 11:35", | ||
"immutableProcesses" : "brunobb 11/05/2018 12:12", | ||
"importFailedOnAllProcesses" : "brunobb 04/02/2018 11:20", | ||
"importResultText" : "brunobb 04/02/2018 10:55", | ||
"importResultText:" : "brunobb 04/02/2018 10:55", | ||
"initialize" : "brunobb 04/02/2018 11:16", | ||
"mapProcess:toApplication:" : "brunobb 10/07/2019 12:44", | ||
"participants" : "BrunoBB 10/31/2015 16:29", | ||
"participants:" : "BrunoBB 10/31/2015 16:29", | ||
"populateBpmDefinition:withXPDL:for:" : "brunobb 08/07/2020 12:16", | ||
"processes" : "BrunoBB 10/26/2015 17:48", | ||
"processes:" : "BrunoBB 10/26/2015 17:48", | ||
"processesMapping" : "BrunoBB 01/21/2016 12:34", | ||
"processesMapping:" : "BrunoBB 01/21/2016 12:34", | ||
"reset" : "brunobb 04/02/2018 11:04", | ||
"storeGeneratedProcessesOnCache" : "brunobb 02/05/2020 03:33", | ||
"successfulImport" : "brunobb 04/01/2018 08:31", | ||
"successfulImport:" : "brunobb 04/01/2018 08:31", | ||
"throwMappingExceptionFor:" : "BrunoBB 03/29/2016 15:27", | ||
"xpdlPackages" : "BrunoBB 10/31/2015 15:54", | ||
"xpdlPackages:" : "BrunoBB 10/31/2015 15:54" } } | ||
"attachEventsToTaskIn:withXPDL:" : "brunobb 08/19/2020 04:53", | ||
"connectSubProcessTaskWithSubProcess" : "brunobb 08/19/2020 04:53", | ||
"createEmbeddedSubProcessFor:basedOn:package:" : "brunobb 08/19/2020 04:53", | ||
"createParticipantDefinitionsOf:" : "brunobb 08/19/2020 04:53", | ||
"generateAllProcess" : "brunobb 08/19/2020 04:53", | ||
"generateProcessBasedOnWorkflow:" : "brunobb 08/19/2020 04:53", | ||
"generateProcessBasedOnWorkflow:for:" : "brunobb 08/19/2020 04:53", | ||
"getProcessDefinitionClassFrom:" : "brunobb 08/19/2020 04:53", | ||
"getProcessDefinitionNamed:ifNone:" : "brunobb 08/19/2020 04:53", | ||
"hasImmutableProcesses" : "brunobb 08/19/2020 04:53", | ||
"hasImportedProcesses" : "brunobb 08/19/2020 04:53", | ||
"immutableProcesses" : "brunobb 08/19/2020 04:53", | ||
"initialize" : "brunobb 08/19/2020 04:53", | ||
"mapProcess:toApplication:" : "brunobb 08/19/2020 04:53", | ||
"participants:" : "brunobb 08/19/2020 04:53", | ||
"populateBpmDefinition:withXPDL:for:" : "brunobb 08/19/2020 04:53", | ||
"processesCollect:" : "brunobb 08/19/2020 04:53", | ||
"processesDo:" : "brunobb 08/19/2020 04:53", | ||
"processesMapping:" : "brunobb 08/19/2020 04:53", | ||
"processesSize" : "brunobb 08/19/2020 04:53", | ||
"reset" : "brunobb 08/19/2020 04:53", | ||
"storeGeneratedProcessesOnCache" : "brunobb 08/19/2020 04:53", | ||
"successfulImport" : "brunobb 08/19/2020 04:53", | ||
"successfulImport:" : "brunobb 08/19/2020 04:53", | ||
"throwMappingExceptionFor:" : "brunobb 08/19/2020 04:53", | ||
"xpdlPackages" : "brunobb 08/19/2020 04:53", | ||
"xpdlPackages:" : "brunobb 08/19/2020 04:53" } } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
repository/BpmXpdl.package/BpmXpdlImportProcess.class/instance/generatedCollect..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import | ||
generatedCollect: aBlock | ||
|
||
^processGenerator processesCollect: aBlock |
5 changes: 0 additions & 5 deletions
5
repository/BpmXpdl.package/BpmXpdlImportProcess.class/instance/generatedProcesses.st
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
repository/BpmXpdl.package/BpmXpdlImportProcess.class/instance/generatedProcessesDo..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import | ||
generatedProcessesDo: aBlock | ||
|
||
^processGenerator processesDo: aBlock |
4 changes: 4 additions & 0 deletions
4
repository/BpmXpdl.package/BpmXpdlImportProcess.class/instance/generatedProcessesSize.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import | ||
generatedProcessesSize | ||
|
||
^processGenerator processesSize |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
repository/BpmXpdl.package/BpmXpdlImportProcess.class/instance/numberOfGeneratedProcesses.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
other | ||
numberOfGeneratedProcesses | ||
|
||
^processGenerator processes size | ||
^processGenerator processesSize |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.