How can a graph be terminated based on condition?
-
force_stop()
-
force_error()
-
force_close()
-
force_break()
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.