Lawme first looks at your entire workflow to understand how all the blocks are connected. It identifies where data enters your workflow (input blocks) and where it ends up (output blocks).
Lawme then starts running your workflow, beginning with the input blocks. It processes multiple blocks at the same time when possible, making your workflow efficient.
For example, if you have an “If” block in your workflow, and the condition isn’t met, the blocks connected to the “false” path won’t run. This helps your workflow make decisions and only execute the relevant parts.