orchestrationMessageAckCommands()
Creates an orchestration message ack commands.
Import
Section titled “Import”import { orchestrationMessageAckCommands } from "@graphrefly/ts/orchestration/messaging";Signature
Section titled “Signature”function orchestrationMessageAckCommands( graph: Graph, opts: { readonly name?: string; readonly commands: Node<ProcessCommand>; readonly status: Node<ProcessStatus>; readonly issues?: Node<DataIssue>; readonly ackRejected?: boolean; },): Node<MessageBusCommand>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
graph | Graph | Graph that owns the created nodes or projector. |
opts | { readonly name?: string; readonly commands: Node<ProcessCommand>; readonly status: Node<ProcessStatus>; readonly issues?: Node<DataIssue>; readonly ackRejected?: boolean; } | Options that configure the helper. |
Returns
Section titled “Returns”The orchestration message ack commands result.
Example
Section titled “Example”import { orchestrationMessageAckCommands } from "@graphrefly/ts/orchestration/messaging";Source
Section titled “Source”packages/ts/src/orchestration/messaging.ts