Commit 7807169
authored
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
- .github/workflows/heavy.yml+1-1
- .github/workflows/per-pr.yml+9-9
- CHANGELOG.md+8
- Cargo.toml+1-1
- crates/client/Cargo.toml+2-2
- crates/client/src/schedules.rs+149-30
- crates/common-wasm/Cargo.toml+2-2
- crates/common/Cargo.toml+5-5
- crates/common/src/telemetry/otel.rs+17-8
- crates/macros/Cargo.toml+1-1
- crates/macros/src/fsm_impl.rs+1-1
- crates/macros/src/workflow_definitions.rs+188-28
- crates/protos/Cargo.toml+1-1
- crates/sdk-core-c-bridge/Cargo.toml+3-3
- crates/sdk-core/Cargo.toml+7-7
- crates/sdk-core/tests/integ_tests/polling_tests.rs+1-4
- crates/sdk-core/tests/integ_tests/schedule_tests.rs+147-14
- crates/sdk-core/tests/integ_tests/update_tests.rs+75
- crates/sdk/Cargo.toml+6-6
- crates/sdk/examples/schedules/starter.rs+4-1
- crates/workflow/Cargo.toml+3-3
- crates/workflow/src/runtime/entry.rs+76-81
- crates/workflow/src/runtime/instance.rs+97-54
- crates/workflow/src/workflow_context.rs+5-2
0 commit comments