Summary

This block is used to divide a strategy into several flows depending on a condition and several possible cases. Only one flow will be executed. 

 

Implementation

 

Example

In the following example, the block checks whether the tag named "color" on the origin is blue or red.

 

 Properties


Actions

 

Behavior: DO & UNDO

The topic of the only valid case will be triggered. Others won't. Default case will be triggered if not one of the others.