UChat offer 3 different type of flows.
Flow Type | Description |
---|---|
Normal Subflow | Varies in channels, basic subflow |
Workflow | work at the backend without influencing the front end task |
Function Flow | perform repetitive tasks |
Workflow
Info |
---|
Workflow is better for running some actions in background process, such as sending data to external request for tracking, which may take a few seconds to complete, and the response is not required for the next message sent to bot user. You will not be able to use any send message or ask questions to bot user inside workflow. |
...