Decision Flow

What is the use of decision flow activity. eg: I am having 2 int values on adding those two values if it is greater than 0 it should execute if not stop the process. Can we use decision flow activity in place of If activity?

1 Like

Decision Activity can be used instead of If activity.

Based on your container you can choose it.

If activity is used in sequence and Decision is used in flowchart.

This activity can be used in a FLOWCHART kind of project like how we have a IF activity in SEQUENCE kind of project

Where we can use the condition like this for your scenario
intvat1 > intvar2
If true it will go to TRUE side where we can have next sequence of activities
Or it goes to FALSE side where we can use TERMINATE WORKFLOW activity

Cheers @monish06

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.