[01]Flow Decision

Version 15.1 by Tuan Nguyen on 2022/05/13 13:39
Warning: For security reasons, the document is displayed in restricted mode as it is not the current version. There may be differences and errors due to this.

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

Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [xwiki:Activities.Flowcharts & Control Flow.Activities.[1]Flow Decision.WebHome]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.

  
Navigation