Multiple choice technology web technology

How can a graph be terminated based on condition?

  1. force_stop()

  2. force_error()

  3. force_close()

  4. force_break()

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In Ab Initio graphs, force_error() is used to terminate graph execution based on a condition. It intentionally triggers an error state to stop the graph. Options A (force_stop), C (force_close), and D (force_break) are not standard graph termination functions in the Ab Initio framework.