Moving Dagu from Rinoa to Aranea.

This commit is contained in:
2026-05-12 07:45:00 -04:00
parent 39eeb029ae
commit 618909ad4b
9 changed files with 0 additions and 189 deletions
@@ -0,0 +1,11 @@
# Basic Sequential Execution
# Steps execute one after another in order
description: Execute steps one after another
steps:
- command: echo "Step 1 - Starting workflow"
- command: echo "Step 2 - Processing data"
- command: echo "Step 3 - Workflow complete"