GraphFactory
junjo.GraphFactory
Kind: Class
SDK version: 0.67.0
Documentation channel: Stable release
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.