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

Was this helpful?

Reference

Flow

A collection of Stages in a predefined order. Client App is used to create a Flow.

Stage

A collection of Tasks, in a predefined order. Client App is used to create a Stage.

Task

Basic building block of flow. Client App is used to create a Task. Each Task corresponds to a component in the Customer App.

Session

A Flow which is Active. Session is initiated by Client App

TI- Client App

App where Flows are created and Session is initiated.

TI-Customer App

App where tasks in a Flow are presented to the user to take Actions like Accept/Deny

TI-Server

App that facilitates communication between Client App and Customer App

currentTask

a Task that is actively presented on UI.

FlowState

A data structure created by TI-Server, when a Flow is initiated. It contains all the FlowDetails and state of each Stage and Task for that Session.

uniqueReference

a unique ID assigned by TI-Client app to each new Task, during Task creation

PreviousTI-Client App

Last updated 4 years ago

Was this helpful?