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>
This commit is contained in:
master
2026-03-30 17:25:37 +03:00
parent 5722d36c0e
commit a6ffb38ecf
17 changed files with 4442 additions and 4380 deletions

View File

@@ -1,13 +1,13 @@
# Tutorial 3: Decisions
# Tutorial 3: Decisions
Branch workflow logic based on conditions — state values, payload answers, or complex expressions.
Branch workflow logic based on conditions state values, payload answers, or complex expressions.
## Concepts Introduced
- `.WhenExpression()` — branch on any boolean expression
- `.WhenStateFlag()` — shorthand for checking a boolean state value
- `.WhenPayloadEquals()` — shorthand for checking a task completion payload value
- Nested decisions — decisions inside decisions for complex routing
- `.WhenExpression()` branch on any boolean expression
- `.WhenStateFlag()` shorthand for checking a boolean state value
- `.WhenPayloadEquals()` shorthand for checking a task completion payload value
- Nested decisions decisions inside decisions for complex routing
## Decision Types
@@ -24,5 +24,5 @@ Branch workflow logic based on conditions — state values, payload answers
## Next
[Tutorial 4: Human Tasks](../04-human-tasks/) — approve/reject patterns with OnComplete flows.
[Tutorial 4: Human Tasks](../04-human-tasks/) approve/reject patterns with OnComplete flows.