functionbuilder

This commit is contained in:
Nathan Coad
2023-02-10 15:15:53 +11:00
parent 7504ea61e8
commit 329f1e518c
27 changed files with 3343 additions and 0 deletions

16
tests/v1.0/tests.yaml Normal file
View File

@@ -0,0 +1,16 @@
url: ""
functions:
- type: knative-workflow
id: export-xlsx
image: registry.coadcorp.com/export-xlsx:test
states:
- id: state0
type: action
action:
function: export-xlsx
input:
files:
- data: "jq(.input) \n"
name: input.json
out-filename: example.xlsx
worksheet-name: TestSpreadsheet