SAService Architect Back to designer
SAService ArchitectDocumentation
Link Producer → Consumer

Link 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
fromStream

Producer stream.

Required
toStream

Consumer stream.

Required

Delivery properties

Execution policy

PropertyTypeDescription
callSemanticsInherited | FunctionCall | TaskPool | PriorityTaskPool | ParallelCall

Delivery policy for the edge.

Allowed: Inherited, FunctionCall, TaskPool, PriorityTaskPool, ParallelCall
asyncboolean

FunctionCall async contract value.

Default: falseFunctionCall only
poolNamePool

Named worker pool.

RequiredTaskPool or PriorityTaskPool
priority0..255

Higher values run first.

Default: 0PriorityTaskPool only

Configuration example

from: normalizedOrder
to: saveOrder
callSemantics: Inherited