Process Flows

The process flow module is built-in to simplify the integration development between virtual assistant and backend business service. The function of process flow is to perform virtual assistant proactive reaction and ability to accept instruction from other systems.

Process flow eliminates the hardship of managing SDK to not be all over the place. It is a collection of a node that will do different actions based on the predefined rule to achieve business process output in a linear process, giving privilege to collaborate with an external source API.

Go to the Bot Settings menu and click the Process Flows menu, then you will see a process flow page such images below.

Component Explanation :

IconNameDescription

Start

For simulation requests that will be received by the workflow.

Execution of workflow

To execute the program by taking instructions and data needed from the process flow that has been made.

Add Workflow

To add a new component (node).

Save Workflow

To save the design of the process flow that have been made.

List of Workflow

Workflow that was available in system. Each the workflow is success saved (created), a workflow will appears in the list of workflow. You can search workflow based on workflow name, edit workflow and remove workflow.

Workflow Log

Each time a workflow runs, a log entry is created. Log entries record the date and time the workflow was run, the data it operated on, status (success or failure of the workflow), description of status, component workflow, thread id and execute time.

Zoom In

To adjust the page so that the workflow seems to be large.

Zoom Out

To adjust the page so that the workflow seems to be smaller.

Reset

Reset the zoom level on the current page

Start Process Flow

This feature works for simulation requests that will be received by the workflow. You can request setting by double click start component, and the page will show as images below.

Last updated