Created
October 9, 2018 14:22
-
-
Save venkatperi/1b0b46b80ddd39802ac770e25fcf9fe6 to your computer and use it in GitHub Desktop.
This file contains 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
['cast#done/:sessionId#running', ({data, args, event}) => | |
args.sessionId === data.sessionId | |
? nextState('done/done').data({response: {$set: event.extra}}) | |
: keepState()], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment