Skip to content

Running Scripts

Run tasks on Marvin can be done in several ways:

  • Marvin Console
  • Marvin Command
  • Marvin APIs

Marvin Console

Execution of any of yours tasks using the Marvin Console:

  1. Access Marvin Console
  2. On Marvin Console, go to Robots section
  3. Use filter to find your robot if needed
  4. Click on Actions button Robot list

  5. Click on Execute Script Robot list

  6. Fulfill with task name and click Execute Robot list

Thats all, now your task will be scheduled to run on the specified robot.

Marvin Command

To run your tasks on Marvin, you can open the Command or Power Shell of your Windows, and run the following command:

On Command:

marvin-command.exe <script name>

On Power Shell:

.\marvin-command.exe <script name>

This command will automatically add automation to Marvin queue.

Marvin API

You can add new tasks to queue calling Executing Script API.

For further information about who to use Marvin APIs, access API Topic.