SAService Architect Back to designer
SAService ArchitectDocumentation
Link semantics PriorityTaskPool

PriorityTaskPool

Enqueues work into a named priority worker pool.

When to use

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

Behavior

  • Higher numeric priority is processed first.

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
priority0..255

Higher values run first.

Default: 0PriorityTaskPool only

Configuration example

callSemantics: PriorityTaskPool
poolName: workers
priority: 10