Created
February 28, 2024 02:46
-
-
Save mxgrey/b7a8ede7075cf7764e622ce8e2996888 to your computer and use it in GitHub Desktop.
cancellation_test.json
This file contains hidden or 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
{ | |
"phases": [ | |
{ | |
"activity": { | |
"category": "go_to_place", | |
"description": "hardware_2" | |
}, | |
"on_cancel": [ | |
{ | |
"category": "go_to_place", | |
"description": "supplies" | |
}, | |
{ | |
"category": "go_to_place", | |
"description": "coe" | |
} | |
] | |
}, | |
{ | |
"activity": { | |
"category": "go_to_place", | |
"description": "pantry" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment