Buckets User Guide¶
Landing Page¶
When you first access Workflow Web, if you click on the Check out buckets
button, you will be redirected to the Buckets Landing Page.
The Landing Page contains a row of colorful status indicators, showing the number of Works in different stages.
The search bar below the status indicators can be used to filter on data entries presented in the table; the Select details
menu can modify which fields are included in the Work Details.
Pipeline Page¶
In the left side bar, you will see a list of currently active pipelines for Buckets.
Clicking on any pipeline will redirect you to the Pipeline specific page in Buckets. If you know the pipeline name, its Buckets Pipeline Page can also be accessible at https://frb.chimenet.ca/workflow/buckets/{pipeline-name}
. Please note that the pipeline name must be formatted to kebab-case
.
The Buckets Pipeline Page contains information similar to the Landing Page: a row of colorful status indicators, showing the number of Works in different stages.
The search bar below the status indicators can be used to filter on data entries presented in the table; the Select details
menu can modify which fields are included in the Work Details.
View Work Details
- click on the Details toggle to view the Work payload that contains parameters associated with the Work (e.g.
tags
,products
,config
).
Individual Work Page¶
Clicking on the highlighted Id
field in the table shown in the Pipeline Page should redirect you to the individual work page. If the Work status is running
, its logs (if any) will be fetched from Loki. Clicking on the Work Details
dropdown toggle will display the Work payload that contains parameters associated with the Work (e.g. tags
, products
, config
).
If the Work has already finished, there will be a link to the individual Work page in Results, where the logs are available (see Checking Work Results).