Skip to content

Extend GraphK

Fernando Koch edited this page Mar 30, 2026 · 3 revisions

Extend GraphK

This path is for readers who already understand the basic execution flow and want to build new modules on top of GraphK.

The main extension points are:

  • custom nodes
  • custom pipelines
  • scoped context
  • execution policies
  • routing with branch pipelines
  • fan-out with multi-branch pipelines

Create Extended Modules

Create A Custom Node

Use this when you want to add one new executable unit of behavior.

Read:

Create A Custom Pipeline

Use this when you want to define a new traversal or composition pattern.

Read:

Use Standard Features In Custom Architectures

Scoped Runtime Configuration

Read:

Entry And Exit Validation

Read:

Route To One Matching Branch

Read:

Execute All Matching Branches

Read:

Expose A Request/Response Interface

Read:

Recommended Source References

Clone this wiki locally