Property WorkflowQueue
- Namespace
- Millrace
- Assembly
- Millrace.dll
WorkflowQueue
Queue that workflow activity jobs are enqueued to.
public string WorkflowQueue { get; set; }
Property Value
Remarks
Explicit rather than derived from Queues: a node configured to claim only, say,
reports would otherwise enqueue activities somewhere nothing claims from, and the
instance would hang with no error anywhere. Every node in a deployment must agree on this
value, and at least one must claim from it.