-
Notifications
You must be signed in to change notification settings - Fork 47
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.
In this example, we will create a simple workflow that will generate a pdf report and upload it to an AWS S3 bucket.
- 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":
- Change type of the first step to "pdf-generation" Click on the drop-down box and select the appropriate step type.