Skip to content

Instantly share code, notes, and snippets.

@StoneCypher
Created September 19, 2017 15:58
Show Gist options
  • Save StoneCypher/6c935d7245d3fd7074090d195423d1e4 to your computer and use it in GitHub Desktop.
Save StoneCypher/6c935d7245d3fd7074090d195423d1e4 to your computer and use it in GitHub Desktop.
no_contact => lead -> in_contact -> call_scheduled;
lead => call_scheduled => demo_completed => proposal_sent => deal_closed;
call_scheduled -> proposal_sent;
call_scheduled -> deal_closed;
[no_contact lead call_scheduled demo_completed proposal_sent deal_closed in_contact] ~> close_lost;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment