主题
Branch your workflow based on conditions.
if (input.length > 100) { // Long text path } else { // Short text path }