This chapter demonstrates the creation of a simple Workflow. You will learn how to add Units and how to work with wires. At the end you will execute the Workflow and get the desired result. Start by creating a new, empty Workflow in on:core Designer.guides you through a very simple tutorial to understand onCore's basics.
Aims of this Tutorial:
- Adding → Units to an empty Workflow.
- Adding a
→ Trigger Unit. - Connecting
→ Cables between Units. - Setting → Unit attributes.
→ Running the Project.- Usage of the → Message Log.
Image Modified Adding Units
| - Click on the Library tab in the Inspector.
|
| - Activate the "Search:" field and enter the name of the Unit you are looking for. In this case you can just enter "print".
- Double click on the Print String unit which shows up. It will be added to the Workspace.
|
| - Now add the Trigger on Start Unit
|
| - Both Units should be visible in the Workspace by now.
- As you can see they are overlapping. Drag the Trigger on Start Unit to the left side of the Print String Unit.
|
| - After dragging, it should look like this.
|
Image Modified Connecting Units
Gliffy |
---|
| |
---|
size | 300 |
---|
name | Connecting Wires |
---|
|
| - Click on the Out port of the Trigger on Start Unit. A single click is sufficient.
- Now connect the wire to the In port of the Print String Unit by clicking on the In port.
|