Files
git.stella-ops.org/docs/workflow/tutorials
master a6ffb38ecf Update module architecture docs and workflow tutorials
- Module dossiers: attestor, authority, cli, graph, scanner
- Policy assistant parameters guide
- UI v2-rewire navigation rendering policy
- Test suite overview update
- Workflow engine requirements and tutorial series (01-08)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 17:25:37 +03:00
..

Workflow Declaration Tutorials

Step-by-step tutorials for building workflows with the Serdica Workflow Engine. Each tutorial is available in both C# fluent DSL and canonical JSON variants.

Reference Documentation

Tutorials

# Tutorial C# JSON Topics
01 Hello World C# JSON Minimal workflow, single task, state init
02 Service Tasks C# JSON Transport calls, addresses, failure/timeout handling
03 Decisions C# JSON WhenExpression, WhenStateFlag, nested branching
04 Human Tasks C# JSON Approve/reject, OnComplete, re-activation, deadlines
05 Sub-Workflows C# JSON SubWorkflow vs ContinueWith, state flow
06 Advanced Patterns C# JSON Fork, Repeat, Timer, External Signal
07 Shared Helpers C# - Address registries, payload builders, extensions
08 Expressions C# JSON Path navigation, functions, operators
09 Testing C# - Recording transports, task completion, assertions

How to Read

Each tutorial folder contains:

  • README.md - Explanation, concepts, and what to expect
  • csharp/ - C# fluent DSL examples
  • json/ - Equivalent canonical JSON definitions (where applicable)

Start with Tutorial 01 and progress sequentially. Tutorials 07 (Shared Helpers) and 09 (Testing) are C#-only since they cover code organization and test infrastructure.