-
Notifications
You must be signed in to change notification settings - Fork 47
Getting Started with GUI
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":
The step's properties will open in the right-hand panel:
- Change type of the first step to "pdf-generation" Click on the drop-down box and select the appropriate step type.
A dialog box will open, offering you an option to merge step properties from a sample step into your current one.
Scroll down and click "merge":
You will see the new sample step properties in the right hand panel.
You can now also edit the step's name and description. Whenever you wish you can also save the current version (under a new revision) of the workflow by clicking the save button:
Since this particular properties contain a specification of a sample pdf report, they are quite complex. You can view and change them using the properties editor in the step properties panel and you can expand it to get the best view:
Alternatively you can just view the underlying EDN data in the EDN panel and edit it there directly: