- Upload a Bulk Script to your account
- Select a set of Devices to run your Bulk Script on
- Execute the Bulk Script using the "Actions" Menu
- If any interactive parameters have been set using the r3_header, ask for them
- The scripting Job Server sends a command to the Bulk Service on each Device in the selected set, including:
- Task ID
- Job Server API
- Short code, used to reconstruct the command line with the interactive parameters
- The Server Channel daemon downloads the script, makes it executable, and runs it, with the 3 parameters above passed on the command line.
- The script runs the commands and sends any Status Column data back using connectd_task_notify
- The script terminates, with either a "Success" or "Failed" code, again using connectd_task_notify