Multiple choice technology platforms and products

10) To terminate a graph based on condition use

  1. a. Reformat component

  2. b. Reformat component with force_error

  3. c. Set condition in graph’s end script

  4. d. Replicate

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

The Reformat component with force_error=true terminates graph execution when the specified condition is met. Setting conditions in the end script doesn't stop execution mid-flow, and Replicate splits data without termination capabilities.