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

Last updated

Was this helpful?