How It Works
draftandreviewsteps execute sequentially.- The
conditionfunction receives the step context. - If it returns
True, thetrue_stepsbranch executes. - If it returns
False, thefalse_stepsbranch executes.
If/else branching based on step output.
draft and review steps execute sequentially.condition function receives the step context.True, the true_steps branch executes.False, the false_steps branch executes.