Commit 35654cb
committed
docs(workflow): fix concurrency-policy status wording and align SDK reference
Two Copilot review findings on #166:
- The Concurrency Control intro implied both policies hold excess work
in PENDING, but the job function execution policy suspends the running
workflow to PENDING_RESUME (not PENDING). Rewrite the intro to
distinguish the two states.
- The SDK reference still said "longest matching prefix wins" for
overlapping wildcard policies, contradicting the AND-of-caps behavior
documented in the guide (matches the current platform implementation).
Update the SDK page to describe the stacking behavior. The auto-sync
from tailor-platform/sdk will need a matching upstream fix; this edit
keeps the two pages consistent in the meantime.1 parent 11cde1b commit 35654cb
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
400 | | - | |
| 400 | + | |
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
| |||
0 commit comments