Skip to content

Commit 821ccc1

Browse files
authored
Merge pull request #78 from tsurdilo/fixdurationformat
Fix ISO 8601 format
2 parents 62e4687 + 6f999fe commit 821ccc1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

api/src/test/resources/examples/booklending.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
{
9797
"name": "Wait two weeks",
9898
"type": "delay",
99-
"timeDelay": "PT2W",
99+
"timeDelay": "P2W",
100100
"transition": "Get Book Status"
101101
},
102102
{

api/src/test/resources/examples/booklending.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ states:
5555
transition: Wait two weeks
5656
- name: Wait two weeks
5757
type: delay
58-
timeDelay: PT2W
58+
timeDelay: P2W
5959
transition: Get Book Status
6060
- name: Check Out Book
6161
type: operation

diagram/src/test/resources/examples/booklending.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
{
9797
"name": "Wait two weeks",
9898
"type": "delay",
99-
"timeDelay": "PT2W",
99+
"timeDelay": "P2W",
100100
"transition": "Get Book Status"
101101
},
102102
{

diagram/src/test/resources/examples/booklending.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ states:
5555
transition: Wait two weeks
5656
- name: Wait two weeks
5757
type: delay
58-
timeDelay: PT2W
58+
timeDelay: P2W
5959
transition: Get Book Status
6060
- name: Check Out Book
6161
type: operation

0 commit comments

Comments
 (0)