Documentation
Cortex documentation
Control workflow execution by defining conditions that determine whether steps should run or be skipped.
Add Conditional
true
false
return input1.output.document_type === 'pdf'; return codeStep1.output.score > 0.8 && codeStep2.output.verified; return codeStep1.output.results?.length > 0;
Was this page helpful?