[01]Flow Decision

Last modified by Tuan Nguyen on 2023/09/25 16:28

System.Activities.Statements.FlowDecision

Description

This activity executes one of two branches depending on the condition you set. There are usually 2 branches which are True and False, but you can change the titles in Properties panel. This only can use in Flowchart and it’s equal to If activity.

image-20220505162200-1.png

(* for Mandatory)

Properties

Misc

  • Condition (Boolean)*- The condition to be executed before the one of the two branches.
  • Display Name (String) - The name of this activity. You can edit the name of the activity to organize and structure your code better.
    E.g: [169542635] Flow Decision
  • True Label (String)* - Allows you to provide description of the case when the condition is met. In this label, string doesn’t need to be put in quotation marks.
    E.g: Correct
  • False Label (String)* - Allows you to provide description of the case when the condition is not met. In this label, string doesn’t need to be put in quotation marks.
    E.g: Incorrect

Table of Content

  
Navigation