Enable True Parallel Execution of Automation Scripts in Toad Data Point

Request the ability for Toad Data Point Automation to execute multiple child automation scripts concurrently (true parallel execution) instead of executing them sequentially when using the Parallel activity.

Although Automation provides a Parallel activity, child automation scripts launched from separate branches are executed serially rather than concurrently.

Forums Links: Using Parallel activities in Toad Data Point automation

https://forums.toadworld.com/t/automation-parrallel-feature/6432

Where it was explained that the current implementation is limited by the underlying Windows Workflow Foundation and does not provide true parallel processing.

Requested Enhancement:

Find an alternative way of Implementing true concurrent execution for the Parallel activity by allowing each branch to execute independently using separate worker threads or processes.

This enhancement would modernize Toad Data Point Automation by enabling true parallel processing while maintaining backward compatibility for existing automation workflows.