SAService Architect Back to designer
SAService ArchitectDocumentation
Link semantics TaskPool

TaskPool

Enqueues work into a named FIFO worker pool.

When to use

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

Behavior

  • Decouples producer and consumer.
  • Pool capacity and executor count control backpressure.

Delivery properties

Properties visible for this mode

PropertyTypeDescription
callSemanticsInherited | FunctionCall | TaskPool | PriorityTaskPool | ParallelCall

Delivery policy for the edge.

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

Named worker pool.

RequiredTaskPool or PriorityTaskPool

Configuration example

callSemantics: TaskPool
poolName: workers