Design a Process with Robusta Modeler
You can log in to Modeler (Design Studio) by using the orchestrator server IP address or domain address. For example:
https://cloud.robusa.ai/modeler or https://1.2.3.4:8443/modeler
Use the same username and password as in the worker connection process. Enter your username and password to log in to the Modeler.
In the Processes tab, you will find menus to create, import, search, and edit processes.
To create a new process:
- Click the
Create Processbutton. - Fill in the necessary fields.
- Click the
Create New Modelbutton.
You must enter values for the Model name and Model key fields. The Model key field cannot contain special characters (except _ and -) or spaces.
Following screenshots show a process in design studio. On the left panel, you can see BPM and RPA components all together. On the right side, you can see the canvas where we generate the process flow.
Drag and drop a selected activity onto the canvas and fill in the necessary parameters. To define the flow, connect the activities to each other using arrows.
For example, the values for the Move activity under File operations may be set as given in the following table:
| File name | C:\TrainingProcesses\MoveFile\FiletoMove.txt |
| Destination path | C:\TrainingProcesses\MoveFile\FoldertoMove\FiletoMoveNew.txt |
Drag and drop the arrow icon on an activity to connect two activities.
After completing the process flow:
- Validate the model to check for errors by clicking the
Validatebutton. - Save the model by clicking the
Savebutton.
After saving a process, it must be included in an App to be run. In the Apps tab, you will find menus to create, import, and edit apps.
To create an App:
- Click the
Create Appbutton. - Fill in the necessary fields.
- Click the
Create New App Definitionbutton.
The App definition key field cannot contain special characters (except _ and -) or spaces. Set Group access to Your Group Id to prevent your app from being seen by others.
To add your model into an app:
- Click the
Edit included modelsbutton. - Select the process to be included in your app.
- Once your model is selected and you see the plus icon, click the
Closebutton. - Click the
Savebutton to save your app. - Click the
Publish?checkbox, then click theSave and close editorbutton.
To run your process:
- Go back to the Processes tab and select your process.
- To run the process on a worker, click the
Playbutton. - Select your Application and Worker.
- Click the
Run Processbutton.