Skip to content

Instantly share code, notes, and snippets.

@justinobney
Last active June 1, 2021 12:55
Show Gist options
  • Save justinobney/3ab82153c3e4a62a07d86b3ad8c03956 to your computer and use it in GitHub Desktop.
Save justinobney/3ab82153c3e4a62a07d86b3ad8c03956 to your computer and use it in GitHub Desktop.
actionable*
actionable*
STAGE -> staged
staged
SCHEDULE -> scheduled
SKIP -> skipped
scheduled
PROCESS -> processing
CANCEL -> cancelled
processing
SUCCESS -> processed
FAIL -> processed
processed
cancelled
skipped
function render(model){
console.log(model)
return <h1>Current State: {model.active_states[0].name}</h1>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment