Skip to content

GraphFactory

junjo.GraphFactory

Kind: Class

SDK version: 0.64.0

Documentation channel: Next source preview

View source

A callable that returns a new instance of a workflow’s graph.

This factory is invoked at the beginning of each execute or execute call to ensure a fresh, isolated graph for that execution. This is critical for concurrency safety because nodes and subflows are runtime objects with per-run identities.