Touchless Interactive Framework
  • Introduction
  • Get Started
    • Overview
    • How it works
      • Create task/stage/flow API
      • Flow
    • Setup Guide
  • ti framework-sdk
    • ti-framework Sdk
  • GUIDE
    • TI-Customer
    • Flow Creation
    • Flow - orchestration
      • Interaction
    • ti-framework design
    • TI-Client App
  • Reference
Powered by GitBook
On this page
  • Introduction
  • Demo

Was this helpful?

  1. GUIDE

Flow - orchestration

PreviousFlow CreationNextInteraction

Last updated 4 years ago

Was this helpful?

Introduction

For the sake of this demo, server's role is not presented. For complete understanding of server, roles

In this demo, a Flow is initiated by Client App<on the right>. This is called a Session. Customer App can connect to the Session initiated by Client App by entering the 4 digit code.

After Customer App is connected, UI will show the first Task in the First Stage of the Flow and Client App is notified that a Task has Started. After submitting UserActions<eg: Accept, Deny etc> on Customer App , Client App is notified that Task has finished.

As user goes through the each Task in the flow on Customer App, by submitting UserActions, Client App will continue to receive updates on all of those Tasks in order.

Flow Progress bars for Task Progress and Stage Progress are be shown thorough out the Flow to indicate how many more Stages and Tasks need to be completed in order to finish the Flow.

After all the Stages are completed in Customer App, Both Client App and Customer App are notified that Flow is now complete.

Demo