Commit a5d599f
committed
Fix webhook URL generation to include workflow slug
The Activity::webhookUrl() method was generating URLs that didn't match
the route pattern registered by Webhooks::registerSignalWebhooks(),
causing 404 errors when external services called the webhooks.
- Added workflow slug to signal webhook URL generation
- Updated test to expect the correct URL format with workflow slug
Resolves issue where signal webhooks were failing due to URL mismatch.1 parent 3eb04ad commit a5d599f
2 files changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
80 | 82 | | |
81 | | - | |
82 | 83 | | |
83 | 84 | | |
| 85 | + | |
84 | 86 | | |
85 | | - | |
| 87 | + | |
86 | 88 | | |
87 | 89 | | |
88 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
0 commit comments