File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -227,26 +227,26 @@ The `.Parallel` can be implemented as follows
227
227
"NextStepId" : " ..." ,
228
228
"Do" : [
229
229
[ /* 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
+ ],
240
240
[ /* 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
+ }
250
250
]
251
251
]
252
252
}
You can’t perform that action at this time.
0 commit comments