Created
September 19, 2017 15:58
-
-
Save StoneCypher/6c935d7245d3fd7074090d195423d1e4 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
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