mirror of
https://github.com/j3ssie/osmedeus.git
synced 2026-09-22 01:24:58 +02:00
Complete rewrite and re-architecture Osmedeus Engine in v5
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
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
|
||||
Reference in New Issue
Block a user