- User starts software flow (
cio.track('started_software_flow')
) - User does not finish software flow
- User starts another software flow (
cio.track('started_software_flow')
) - User finishes the second software flow (
cio.track('finished_software_flow')
)
I want to be able to email that user about the first software flow they did not finish.