-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2091: fix path pattern matching for subprocesses, should be more strict
- Loading branch information
Auris
committed
May 25, 2016
1 parent
38bb820
commit 7e0ea35
Showing
2 changed files
with
23 additions
and
1 deletion.
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
12 changes: 12 additions & 0 deletions
12
...chine/Builder/Fixtures/DefinitionLocationA/SubProcessesFromOtherProcess/sub-process-a.xml
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,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<statemachine | ||
xmlns="https://static.spryker.com" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="https://static.spryker.com https://static.spryker.com/oms-01.xsd"> | ||
|
||
<process name="SubProcessA"> | ||
<states> | ||
<state name="state b"/> | ||
</states> | ||
</process> | ||
</statemachine> |