SAService Architect Back to designer
SAService ArchitectDocumentation
Link semantics ParallelCall

ParallelCall

Starts independent work for every message without a shared pool.

When to use

Choose this mode only when the edge needs execution behavior different from the service default.

Behavior

  • Concurrency is not bounded by a pool.
  • Use only when downstream work tolerates this fan-out.

Delivery properties

Properties visible for this mode

PropertyTypeDescription
callSemanticsInherited | FunctionCall | TaskPool | PriorityTaskPool | ParallelCall

Delivery policy for the edge.

Allowed: Inherited, FunctionCall, TaskPool, PriorityTaskPool, ParallelCall

Configuration example

callSemantics: ParallelCall