Skip to content

Type Alias: ControlPlaneClient

Generated from SDK v1 (protocol 1) at source revision 97c6bb1. Never edit by hand; run npm run generate:reference.

@muoto/application


ControlPlaneClient = Readonly<{ answerInteraction: (interactionId, answer) => Promise<ControlPlaneAnswerResult>; artifacts: (workItemId) => Promise<readonly ControlPlaneArtifact[]>; board: () => Promise<readonly ControlPlaneBoardItem[]>; command: (command) => Promise<ControlPlaneCommandResult>; contract: () => Promise<ControlPlaneContract>; events: (afterSequence?) => Promise<readonly ControlPlaneEvent[]>; openInteractions: () => Promise<readonly ControlPlaneInteraction[]>; revisions: () => Promise<readonly ControlPlaneRevision[]>; subscribeEvents: (afterSequence, onEvent) => () => void; task: (workItemId) => Promise<ControlPlaneTask>; }>

Defined in: sdk/client.ts:105