Skip to content

Commit

Permalink
feat(manifests): add success.yaml for the plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
manushak committed Jul 29, 2024
1 parent cedde08 commit af4951d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions manifests/examples/builtins/time-converter/success.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: time-converter demo
description: successful path
tags:
initialize:
plugins:
time-converter:
method: TimeConverter
path: builtin
global-config:
input-parameter: "energy-per-year"
original-time-unit: "year"
new-time-unit: "duration"
output-parameter: "energy-per-duration"
tree:
children:
child:
pipeline:
- time-converter
config:
defaults:
energy-per-year: 10000
inputs:
- timestamp: 2023-08-06T00:00
duration: 3600

0 comments on commit af4951d

Please sign in to comment.