From 65c2d8401b55aa23501fbaa5829ff752752deef2 Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Tue, 4 Feb 2025 15:33:18 -0500 Subject: [PATCH] Clarify local ids refer to a path element. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 7d274b5..7298927 100644 --- a/index.html +++ b/index.html @@ -1144,7 +1144,7 @@

Workflows and Exchanges

In the workflows and exchanges APIs, a "local" ID refers to an ID that is local to a service instance. In other words, an `exchangeId` or `workflowId` refers to a fully qualified URL, -while a `localExchangeId` or `localWorkflowId` refers to a portion of the URL. +while a `localExchangeId` or `localWorkflowId` refers to a specific element in the URL path.