Kepler common tasks
This tutorial documents some of the tasks that frequently occur when using Kepler. It is not a sequential series of steps, but a collection of independent operations.
Start Kepler
Kepler can be started using the start menu. You can open the application or open it via the command line. Using the command line can sometimes display extra information useful in debugging workflows and is the way we recommended starting Kepler. To make it easier there is a shortcut installed with the SWISH tools.
The command line window while Kepler is running
Main window
Search and components panel on the left, canvas on the right, play buttons and menus at the top.
Search for actor or director
Searching is the easiest way to quickly find the part you are looking for. Type in the name and press enter.
Add actor to workflow
Drag and drop using the cursor
Link actors together
Links pass values around the workflow and sequence execution. To link actors use the cursor, click on a port arrow on one actor and drag to the port arrow on another actor.
Save
Save using the file menu
Rename workflow
You will be prompted when saving to give a name, but can also change it afterwards.
Change actor or director values
Double click on the actor and the values that can be changed appear. To keep changes click the commit button. Eg the constant value actor
Animate at runtime
Turning this on will display what actor the workflow is up to when running. This given an indication of where a running workflow is up to.
Execute a workflow
Like a VCR press the play button.
Display value
Use the Display actor to view values on screen. The actor can be connected to any other actor. It is useful for debugging and inspecting the results through the workflow.
Move the canvas view
Use the mouse to move the part of the canvas displayed
Actors not linked error
Usually, all actors need to be connected in a complete sequence. This includes actors in sub-modules which can be misleading and tricky to find.
Rename actor
Actors can be given titles. This can help document the workflow or set the name of an actor to export.
Director missing
This happens to everyone!
Export actor
Actors can be saved and then reused in other workflows.