startPipeline

declare function startPipeline<Payload extends object = any, T = any>(clientId: string, pipelineName: PipelineName, agentName: AgentName, payload?: Payload): Promise<T>;
Parameter Description
clientId The client identifier.
pipelineName The name of the pipeline to execute.
agentName The name of the agent associated with the pipeline.
payload Optional payload data for the pipeline.