mirror of
https://github.com/j3ssie/osmedeus.git
synced 2026-09-09 11:17:47 +02:00
Complete rewrite and re-architecture Osmedeus Engine in v5
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
kind: flow
|
||||
name: template-rendering-flow
|
||||
description: Flow to test template rendering across all step types and fields
|
||||
tags: test,template,rendering
|
||||
|
||||
params:
|
||||
- name: flowParam
|
||||
default: "flow-{{Target}}"
|
||||
|
||||
dependencies:
|
||||
variables:
|
||||
- name: Target
|
||||
type: domain
|
||||
required: true
|
||||
|
||||
modules:
|
||||
- name: basic-rendering
|
||||
path: nested/template-rendering-module.yaml
|
||||
params:
|
||||
customPrefix: "{{flowParam}}-custom"
|
||||
|
||||
- name: foreach-rendering
|
||||
path: nested/template-foreach-module.yaml
|
||||
depends_on:
|
||||
- basic-rendering
|
||||
|
||||
- name: parallel-rendering
|
||||
path: nested/template-parallel-module.yaml
|
||||
depends_on:
|
||||
- foreach-rendering
|
||||
Reference in New Issue
Block a user