Commit df70bac
authored
Added request ID transition option when creating activity entity. (#8647)
## What changed?
Added request ID transition option when creating activity entity.
## Why?
The requestID is set by the matching service to a UUID, allowing safe
retries if the response is lost. Here we add the request ID transition
option so chasm engine handles it for us under the hood.
## How did you test it?
- [X] built
- [X] run locally and tested manually
- [X] covered by existing tests
- [ ] added new unit test(s)
- [ ] added new functional test(s)1 parent 2067756 commit df70bac
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
0 commit comments