-
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
5e09ae0
commit 9aa6dd9
Showing
27 changed files
with
37 additions
and
55 deletions.
There are no files selected for viewing
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
9 changes: 0 additions & 9 deletions
9
...ory/BpmCore.package/BpmProcessDefinition.class/instance/getFormDefinitionNamed.ifNone..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
5 changes: 0 additions & 5 deletions
5
repository/BpmCore.package/BpmProcessDefinition.class/instance/getTasks.st
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
repository/BpmCore.package/BpmProcessDefinition.class/instance/tasksAndSubProcessTasksDo..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 @@ | ||
get artifacts | ||
tasksAndSubProcessTasksDo: aBlock | ||
|
||
^executionPath tasksAndSubProcessTasksDo: aBlock |
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
5 changes: 5 additions & 0 deletions
5
repository/BpmCore.package/BpmProcessPathDefinition.class/instance/getTaskNames.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,5 @@ | ||
other | ||
getTaskNames | ||
"The receiver answer a collection with all names of it's tasks <aBpmTaskDefinition>" | ||
|
||
^tasks collect: [:each | each name] |
2 changes: 1 addition & 1 deletion
2
repository/BpmCore.package/BpmProcessPathDefinition.class/instance/hasTaskNamed..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 | ||
hasTaskNamed: aString | ||
|
||
^self tasks anySatisfy: [:each | each name = aString] | ||
^tasks anySatisfy: [:each | each name = aString] |
3 changes: 0 additions & 3 deletions
3
repository/BpmCore.package/BpmProcessPathDefinition.class/instance/tasks..st
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
repository/BpmCore.package/BpmProcessPathDefinition.class/instance/tasks.st
This file was deleted.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
...ory/BpmCore.package/BpmProcessPathDefinition.class/instance/tasksAndSubProcessTasksDo..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,5 @@ | ||
Accessing | ||
tasksAndSubProcessTasksDo: aBlock | ||
|
||
tasks do: aBlock. | ||
subProcessTasks do: aBlock. |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
repository/BpmCore.package/BpmRole.class/instance/tasksDo..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 @@ | ||
Accessing | ||
tasksDo: aBlock | ||
|
||
tasks do: aBlock |
3 changes: 0 additions & 3 deletions
3
repository/BpmCore.package/BpmRole.class/instance/userGroups..st
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
repository/BpmCore.package/BpmRole.class/instance/userGroups.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
Large diffs are not rendered by default.
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
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.
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
Oops, something went wrong.