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
- Open Roboteur and sign in
- Click on the
plus
button in the top left corner of the screen - Navigate to the
Macro
tab inside of the modal - Enter the fields
- Click
continue
to create the macro
Drag and Drop commands
- Open a Macro
- Open the commands tab by clicking on the
tools
button - Search for the command you desire to use
- Drag the command from the toolbox into the studio
- Connect the
start
trigger with therun
trigger of the first command - Now you can run the macro
Command Settings
- Open a Macro that contains commands
- Click on the commands
settings
button that you want to change - Change the settings you want to change
- Click
continue
Warning
Sometimes you will have settings that are manual only that are required for the command to execute successfully.
The difference between link
and manual
in the command settings
- 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
- Open a Macro that contains commands
- Click on the commands
clone
button that you want to clone - You will see that the command has been cloned
Remove Command
- Open a Macro that contains commands
- Click on the commands
remove
button that you want to remove - You will see that the command has been removed
Explore stream after run
- Open a Macro that contains commands
- Open the
run
tab - Run the macro
- Click on the
explore run
button
- A modal will pop up that contains all the commands inputs and outputs. (only on the commands that has their stream as active)
Toggle stream on commands
- Open a Macro that contains commands
- Toggle the
glasses
button on the commands you want to view in theexplore run
- Toggle the
glasses
button on the commands you do not want to view in theexplore run
- You will have commands that has active streams and non active streams like the following
- 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 theglasses
button inside of the explore. - This excludes the input and output in the stream of that command
Toggle nested stream on commands
- Open a Macro that contains commands
- Toggle the
binocular
button on the commands you want to view in theexplore run
- Toggle the
binocular
button on the commands you do not want to view in theexplore run
- You will have commands that has active streams and non active streams like the following
- 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 thebinocular
button inside of the explore. - This excludes the nested steps in the stream of that command