We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d722692 commit e931520Copy full SHA for e931520
examples/README.md
@@ -3435,7 +3435,7 @@ We fist define our top-level workflow for this example:
3435
}
3436
],
3437
"defaultCondition": {
3438
- "transition": "DoCarVitalsChecks"
+ "transition": "DoCarVitalChecks"
3439
3440
3441
@@ -3484,7 +3484,7 @@ states:
3484
eventRef: CarTurnedOffEvent
3485
end: true
3486
defaultCondition:
3487
- transition: DoCarVitalsChecks
+ transition: DoCarVitalChecks
3488
events:
3489
- name: CarTurnedOnEvent
3490
type: car.events
0 commit comments