-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed the warning message from "No processChain steps are defined for this processChain. Such processChains have no effect and should be omitted." to "No processChain steps are defined for this processChain. A processChain should have at least one step showing a view.".
- Loading branch information
1 parent
ed53ca4
commit 80869d1
Showing
5 changed files
with
45 additions
and
15 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
...rk.tests/models/de/wwu/md2/framework/tests/dsl/controller/validator/EmptyProcessChain.md2
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,15 @@ | ||
package TestProject.controllers | ||
|
||
WorkflowElement Test { | ||
defaultProcessChain TestChain | ||
|
||
onInit { | ||
action CustomAction init { | ||
|
||
} | ||
} | ||
|
||
processChain TestChain { | ||
|
||
} | ||
} |
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
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