Link
Producer → ConsumerLink properties
A directed edge that carries a typed value between two stream nodes.
When to use
Links are inferred from source references and can also be explicit for cross-pipeline edges, cycles or overridden delivery.
Behavior
- from identifies the producer and to identifies the consumer.
- Case→When and error edges use fixed structural semantics.
Connection properties
Edge endpoints
PropertyTypeDescription
fromStreamProducer stream.
RequiredtoStreamConsumer stream.
RequiredDelivery properties
Execution policy
PropertyTypeDescription
callSemanticsInherited | FunctionCall | TaskPool | PriorityTaskPool | ParallelCallDelivery policy for the edge.
Allowed:Inherited, FunctionCall, TaskPool, PriorityTaskPool, ParallelCallasyncbooleanFunctionCall async contract value.
Default:falseFunctionCall onlypoolNamePoolNamed worker pool.
RequiredTaskPool or PriorityTaskPoolpriority0..255Higher values run first.
Default:0PriorityTaskPool onlyConfiguration example
from: normalizedOrder
to: saveOrder
callSemantics: Inherited