Skip to main content
All CollectionsGetting started
Stop action workflow in NowGo
Stop action workflow in NowGo

This workflow engine is a foundation for non-consignment based workflows.

Craig Titherington avatar
Written by Craig Titherington
Updated over a week ago

Customising the main screen

The main screen can be customised to be highlight key information a business needs, this can be done via custom data fields which can tie back to client systems to show the driver business critical information at the stop page.

Main screen

Pickup screen

Handling success

When the user hits the Success Button (“Pickup.” in the screenshots above), we can do one of two things:

  1. Immediately create a workflow completion and exit the workflow. This doesn’t prompt for any further information.

  2. Enter a Prompt Flow. This is a series of interactions that prompts the user for more information.

At the end of a Prompt Flow we can then create a workflow completion containing any information captured.

Handling failure

When the user presses the failure button (“Can’t pickup”, in the screenshots above), as with the success case, we can do one of two things:

  1. Immediately create a workflow completion and exit the workflow. This doesn’t prompt for any further information.

  2. Enter a Prompt Flow. This is a series of interactions that prompts the user for more information.

At the end of a Prompt Flow we can then create a workflow completion containing any information captured.

Did this answer your question?