How to use Control Nodes in CogniAgent
While Action nodes do things, Control nodes decide what happens next. Condition Node The Condition node evaluates a rule and determines how the workflow proceeds. It acts as a logical gate: Compare input data against a condition Route the workflow based on the result (e.g., true / false) Example: If sentiment score > 0.7 → […]