The "Simple Loops with Torq" workflow template is designed to efficiently process JSON data and iterate over a defined range, making it ideal for businesses looking to automate data categorization and analysis. By running parallel loops, it categorizes JSON items into malicious and non-malicious lists, while simultaneously iterating over a numeric range. This template streamlines data handling and enhances decision-making processes by providing clear outputs for each loop.
Use Cases
Example
Workflow Breakdown
Add a JSON object to the workflow context.
Runs two different loops in parallel threads.
Right branch loops over a list of JSON items, and creates a separate list of engine names by verdict.
Left branch loops over a defined range from 1 to 10. Collects a text message about the loop count and wait 2 seconds before continuing the loop.
Vendors
Utils
Workflow Output
Simple output of each loop that is run
Tips
Review the output of the loop over JSON data and the collector contents.
Review the output of the loop over range. Modify the if step for the loop to break earlier or later in the loop.
