Skip to content

Instantly share code, notes, and snippets.

@venkatperi
Created October 9, 2018 14:22
Show Gist options
  • Save venkatperi/1b0b46b80ddd39802ac770e25fcf9fe6 to your computer and use it in GitHub Desktop.
Save venkatperi/1b0b46b80ddd39802ac770e25fcf9fe6 to your computer and use it in GitHub Desktop.
['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