Flowcharts & Control Flow

Last modified by admin on 2022/05/18 09:55

An important aspect of successfully working with akaBot Studio is understanding and knowing how to control your project. 

  • Flowcharts can be used in a variety of settings, from large jobs to small projects that you can reuse in other projects. 
  • Control Flow is a concept borrowed from computer science that refers to the order in which actions are performed in an automation.

Flowcharts

The most important aspect of flowcharts is that, unlike sequences, they present multiple branching logical operators, that enable you to create complex business processes and connect activities in multiple ways.

There are 3 activities inside Flowchart: Flow Chart, Flow Decision and Flow Switch.

Control Flow

A proper Control Flow can be achieved through the intelligent use of variables and activities.

These activities enable you to define rules and automate conditional statements within the project, through if/else and for each statements. Delay can also be added between actions, in order to perfectly time activities.

See also:

  
Navigation