Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Next »

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.


 

 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.
 

 

 

 Connecting Units

  • 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.

 

  • No labels