Flow - orchestration
Last updated
Was this helpful?
Last updated
Was this helpful?
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.