File tree
3 files changed
+7
-2
lines changed- temporalio
- ext
- lib/temporalio/client
3 files changed
+7
-2
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
- client/src/lib.rs+3-1
- client/src/proxy.rs+124-5
- core/src/protosext/mod.rs+7-1
- core/src/worker/workflow/machines/local_activity_state_machine.rs+6-4
- core/src/worker/workflow/machines/nexus_operation_state_machine.rs+102-3
- core/src/worker/workflow/machines/workflow_machines.rs+1-1
- fsm/rustfsm_procmacro/src/lib.rs+6-1
- sdk/src/workflow_context/options.rs+10-1
- test-utils/Cargo.toml+4
- test-utils/src/http_proxy.rs+135
- test-utils/src/lib.rs+2
- tests/integ_tests/client_tests.rs+87-9
- tests/integ_tests/workflow_tests/local_activities.rs+52-1
- tests/integ_tests/workflow_tests/nexus.rs+77-13
- tests/runner.rs+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
124 | 124 |
| |
125 | 125 |
| |
126 | 126 |
| |
127 |
| - | |
| 127 | + | |
| 128 | + | |
128 | 129 |
| |
129 | 130 |
| |
130 | 131 |
| |
|
0 commit comments