Skip to content

Flow

Description

The flow allows you to drag and drop commands onto the studio and link the ports together to form a process.

Create a Macro

  1. Open Roboteur and sign in
  2. Click on the plus button in the top left corner of the screen
  3. Navigate to the Macro tab inside of the modal
  4. Enter the fields
  5. Click continue to create the macro

Drag and Drop commands

  1. Open a Macro
  2. Open the commands tab by clicking on the tools button
    tools
  3. Search for the command you desire to use
    tools
  4. Drag the command from the toolbox into the studio
    draggedCommand
  5. Connect the start trigger with the run trigger of the first command
    connectedCommand
  6. Now you can run the macro

Command Settings

  1. Open a Macro that contains commands
  2. Click on the commands settings button that you want to change
    settingsButton
  3. Change the settings you want to change
    settingsButton
  4. Click continue

Warning

Sometimes you will have settings that are manual only that are required for the command to execute successfully.

  • The link option is for when the values used for the command comes from other commands.
  • The manual option is for when the values used for the command are static and never changes.

Clone Command

  1. Open a Macro that contains commands
  2. Click on the commands clone button that you want to clone
    settingsButton
  3. You will see that the command has been cloned
    settingsButton

Remove Command

  1. Open a Macro that contains commands
  2. Click on the commands remove button that you want to remove
    settingsButton
  3. You will see that the command has been removed

Explore stream after run

  1. Open a Macro that contains commands
  2. Open the run tab
    exploreStream
  3. Run the macro
  4. Click on the explore run button
    exploreStream
  5. A modal will pop up that contains all the commands inputs and outputs. (only on the commands that has their stream as active)
    exploreStream

Toggle stream on commands

  1. Open a Macro that contains commands
  2. Toggle the glasses button on the commands you want to view in the explore run
    exploreStream
  3. Toggle the glasses button on the commands you do not want to view in the explore run
    exploreStream
  4. You will have commands that has active streams and non active streams like the following
    exploreStream
  5. In your explore run you will see that some steps has the glasses button and some don't, only the active stream commands will have the glasses button inside of the explore.
    exploreStream
  6. This excludes the input and output in the stream of that command

Toggle nested stream on commands

  1. Open a Macro that contains commands
  2. Toggle the binocular button on the commands you want to view in the explore run
    exploreStream
  3. Toggle the binocular button on the commands you do not want to view in the explore run
    exploreStream
  4. You will have commands that has active streams and non active streams like the following
    exploreStream
  5. In your explore run you will see that some steps has the binocular button and some don't, only the active stream commands will have the binocular button inside of the explore.
    exploreStream
  6. This excludes the nested steps in the stream of that command