We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b55ab8 commit 5ed97f7Copy full SHA for 5ed97f7
catalog-info.yaml
@@ -0,0 +1,19 @@
1
+apiVersion: backstage.io/v1alpha1
2
+kind: Component
3
+metadata:
4
+ name: workflows
5
+ title: Workflows
6
+ description: >
7
+ Workflows enables light-weight services to process tasks in a
8
+ message-oriented environment.
9
+ annotations:
10
+ github.com/project-slug: DiamondLightSource/python-workflows
11
+ diamond.ac.uk/viewdocs-url: https://zocalo.readthedocs.io/en/latest/workflows.html
12
+ tags:
13
+ - python
14
+spec:
15
+ type: library
16
+ lifecycle: production
17
+ owner: group:data-analysis
18
+dependsOn:
19
+ - resource:zocalo-rabbitmq
0 commit comments