mirror of
https://github.com/j3ssie/osmedeus.git
synced 2026-08-22 15:42:27 +02:00
18 lines
297 B
YAML
18 lines
297 B
YAML
name: test-flow
|
|
kind: flow
|
|
description: Simple test flow combining modules
|
|
tags: test,flow,orchestration
|
|
|
|
params:
|
|
- name: target
|
|
required: true
|
|
|
|
modules:
|
|
- name: echo-module
|
|
path: modules/test-echo
|
|
|
|
- name: loop-module
|
|
path: modules/test-loop
|
|
depends_on:
|
|
- echo-module
|