summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/trove/trove-workbook.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/etc/trove/trove-workbook.yaml b/etc/trove/trove-workbook.yaml
new file mode 100644
index 00000000..d5497133
--- /dev/null
+++ b/etc/trove/trove-workbook.yaml
@@ -0,0 +1,19 @@
+---
+version: '2.0'
+
+name: trove
+
+description: Trove Workflows
+
+workflows:
+
+ backup_create:
+ input: [instance, name, description, incremental]
+ output:
+ status: <% $.message %>
+
+ tasks:
+ backup_create:
+ action: trove.backups_create instance=<% $.instance %> name=<% $.name %> description=<% $.description %> incremental=<% $.incremental %>
+ publish:
+ message: <% 'Backup complete' %>