Skip to content

Commit 4bf445a

Browse files
authored
Update 1.4.0.md
1 parent ed6ffc4 commit 4bf445a

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

ReleaseNotes/1.4.0.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -227,26 +227,26 @@ The `.Parallel` can be implemented as follows
227227
"NextStepId": "...",
228228
"Do": [
229229
[ /* Branch 1 */
230-
{
231-
"Id": "Branch1.Step1",
232-
"StepType": "MyApp.DoSomething1, MyApp",
233-
"NextStepId": "Branch1.Step2"
234-
},
235-
{
236-
"Id": "Branch1.Step2",
237-
"StepType": "MyApp.DoSomething2, MyApp"
238-
}
239-
],
230+
{
231+
"Id": "Branch1.Step1",
232+
"StepType": "MyApp.DoSomething1, MyApp",
233+
"NextStepId": "Branch1.Step2"
234+
},
235+
{
236+
"Id": "Branch1.Step2",
237+
"StepType": "MyApp.DoSomething2, MyApp"
238+
}
239+
],
240240
[ /* Branch 2 */
241-
{
242-
"Id": "Branch2.Step1",
243-
"StepType": "MyApp.DoSomething1, MyApp",
244-
"NextStepId": "Branch2.Step2"
245-
},
246-
{
247-
"Id": "Branch2.Step2",
248-
"StepType": "MyApp.DoSomething2, MyApp"
249-
}
241+
{
242+
"Id": "Branch2.Step1",
243+
"StepType": "MyApp.DoSomething1, MyApp",
244+
"NextStepId": "Branch2.Step2"
245+
},
246+
{
247+
"Id": "Branch2.Step2",
248+
"StepType": "MyApp.DoSomething2, MyApp"
249+
}
250250
]
251251
]
252252
}

0 commit comments

Comments
 (0)