Define independent work items
Each item contains its own credentials, order identifier, target status, and note, preventing state from leaking between sessions.
Process independent vendor portal records concurrently while each iteration owns its page, login data, update values, and verification result.
The AI guide supplies a precise goal, safe target page, inputs, output contract, and verification rules. Paste that prompt into Runavelo's built-in assistant, then inspect and edit every generated command before execution.
Responsible use: adapt this pattern only for systems and data you are authorized to automate.
Each stage has a specific input, browser context, output, and verification point. Edit these commands directly when the destination system differs.
Each item contains its own credentials, order identifier, target status, and note, preventing state from leaking between sessions.
The parallel loop opens and retains a separate webpage object for each vendor session.
Email and password fields receive CDP silent input, followed by a CDP click on the sign-in action.
The current session selects a status, enters its note, and saves the record without borrowing another iteration's webpage object.
Each iteration reads and logs its portal status. A final message appears only after all three parallel items have finished.
Runavelo's runtime log connects the visible workflow line to its result. That makes missing elements, rejected updates, and unexpected page states easier to locate than a generic success message.
No. Each parallel iteration owns a distinct webpage object and data item. The design prevents commands from accidentally targeting whichever tab happens to be active.
No. Use parallel execution only for independent work. Sequential processing is safer when records share state, must run in order, or the target system limits concurrency.
The prompt targets the matching test page and states the expected evidence. A reference QYA remains available for comparison with a verified implementation.