Skip to content

Getting Started with GUI

Miro Kubicek edited this page Nov 7, 2018 · 24 revisions

If you have not already, install (or build) titanoboa server with GUI. Then start the server and open titanoboa GUI in a browser.

Creating a sample workflow

In this example, we will create a simple workflow that will generate a pdf report and upload it to an AWS S3 bucket.

  1. Create a new workflow definition called "generate-report" In text field in the bottom left corner type in the name of new workflow and click "Add"

A sample new workflow definition (aka job definition) is created and opens. Update the workflow's description if you wish and select the only step "step":

  1. Change type of the first step to "pdf-generation" Click on the drop-down box and select the appropriate step type.