The SubProcess
is a pro feature, but there is no documentation on how to use it, is there any working example of using the SubProcess
node?
Does that mean I can use SubProcess
to chain up different workflows? How does one workflow pass information to another workflow?
Some code is better than no code, I presume:
...
spawn_next_flow = flow.SubProcess(another_flow)
...