The key of the execution-flow output to fire
OptionaloutputValues: Record<string, any>Optional values for the current node's outputs, visible to downstream nodes that pull data from this node during this chain execution.
The calculation results of all nodes executed in the chain
Programmatically execute the downstream chain connected to an execution-flow output. This can be called multiple times (e.g. in a loop) and is awaitable.