Skip to content

Commit

Permalink
Clarify local ids refer to a path element.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Feb 4, 2025
1 parent ce33f9f commit 65c2d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1144,7 +1144,7 @@ <h3>Workflows and Exchanges</h3>
<p>
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.
</p>

<section>
Expand Down

0 comments on commit 65c2d84

Please sign in to comment.