A decision node is a point where an Activity splits into two or more possible states based on the input logic.
Example
start :Run obsidian installer; if ("Is obsidian already installed?") :Do nothing; else :"Install obsidian"; endif stop
This example shows what an installation program Activity may look like for this app.