Commit 6f8efb5
committed
Expose continue-as-new backoff start interval
1 parent c37fa7e commit 6f8efb5
9 files changed
Lines changed: 75 additions & 35 deletions
File tree
- temporalio
- bridge
- proto/workflow_commands
- worker
- workflow
- tests/worker
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
942 | 942 | | |
943 | 943 | | |
944 | 944 | | |
| 945 | + | |
945 | 946 | | |
946 | 947 | | |
947 | 948 | | |
| |||
1000 | 1001 | | |
1001 | 1002 | | |
1002 | 1003 | | |
| 1004 | + | |
| 1005 | + | |
| 1006 | + | |
1003 | 1007 | | |
1004 | 1008 | | |
1005 | 1009 | | |
| |||
1024 | 1028 | | |
1025 | 1029 | | |
1026 | 1030 | | |
| 1031 | + | |
1027 | 1032 | | |
1028 | 1033 | | |
1029 | 1034 | | |
1030 | 1035 | | |
| 1036 | + | |
| 1037 | + | |
1031 | 1038 | | |
1032 | 1039 | | |
1033 | 1040 | | |
| |||
1043 | 1050 | | |
1044 | 1051 | | |
1045 | 1052 | | |
| 1053 | + | |
| 1054 | + | |
1046 | 1055 | | |
1047 | 1056 | | |
1048 | 1057 | | |
| |||
- AGENTS.md+1
- CHANGELOG.md+17
- crates/common-wasm/src/data_converters.rs+2-2
- crates/common-wasm/src/data_converters/failure_converter.rs+25-27
- crates/common-wasm/src/error.rs+30-30
- crates/common/Cargo.toml+13-3
- crates/common/build.rs+908-203
- crates/common/src/lib.rs+2
- crates/common/src/payload_limits.rs+656
- crates/common/src/payload_visitor.rs+53
- crates/protos/protos/local/temporal/sdk/core/workflow_commands/workflow_commands.proto+2
- crates/protos/src/protos/mod.rs+68-66
- crates/sdk-core-c-bridge/build.rs+5
- crates/sdk-core-c-bridge/include/temporal-sdk-core-c-bridge.h+51-51
- crates/sdk-core-c-bridge/src/client.rs-1
- crates/sdk-core/Cargo.toml+13-4
- crates/sdk-core/src/ephemeral_server/mod.rs+27-21
- crates/sdk-core/src/worker/client.rs+8
- crates/sdk-core/src/worker/mod.rs+5
- crates/sdk-core/tests/common/mod.rs+7-1
- crates/sdk-core/tests/integ_tests/worker_versioning_tests.rs+495-14
- crates/sdk-core/tests/integ_tests/workflow_tests/child_workflows.rs+3-7
- crates/sdk-core/tests/integ_tests/workflow_tests/continue_as_new.rs+9-3
- crates/sdk-core/tests/integ_tests/workflow_tests/signals.rs+1-1
- crates/sdk-core/tests/shared_tests/mod.rs+32-11
- crates/sdk/examples/cancellation/workflows.rs+1-1
- crates/sdk/examples/saga/workflows.rs+1-3
- crates/sdk/examples/updatable_timer/workflows.rs+4-2
- crates/sdk/src/activities.rs+31-2
- crates/sdk/src/error.rs+2-2
- crates/sdk/src/lib.rs+33-18
- crates/workflow/src/lib.rs+6-6
- crates/workflow/src/runtime/entry.rs+8-11
- crates/workflow/src/runtime/instance.rs+21-9
- crates/workflow/src/runtime/model.rs+14-4
- crates/workflow/src/workflow_context.rs+82-81
- crates/workflow/src/workflow_context/options.rs+80-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| 168 | + | |
168 | 169 | | |
169 | 170 | | |
170 | 171 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1148 | 1148 | | |
1149 | 1149 | | |
1150 | 1150 | | |
| 1151 | + | |
1151 | 1152 | | |
1152 | 1153 | | |
1153 | 1154 | | |
| |||
1178 | 1179 | | |
1179 | 1180 | | |
1180 | 1181 | | |
| 1182 | + | |
1181 | 1183 | | |
1182 | 1184 | | |
1183 | 1185 | | |
| |||
3587 | 3589 | | |
3588 | 3590 | | |
3589 | 3591 | | |
| 3592 | + | |
| 3593 | + | |
3590 | 3594 | | |
3591 | 3595 | | |
3592 | 3596 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
| 289 | + | |
289 | 290 | | |
290 | 291 | | |
291 | 292 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
683 | 683 | | |
684 | 684 | | |
685 | 685 | | |
| 686 | + | |
686 | 687 | | |
687 | 688 | | |
688 | 689 | | |
| |||
702 | 703 | | |
703 | 704 | | |
704 | 705 | | |
| 706 | + | |
705 | 707 | | |
706 | 708 | | |
707 | 709 | | |
| |||
722 | 724 | | |
723 | 725 | | |
724 | 726 | | |
| 727 | + | |
725 | 728 | | |
726 | 729 | | |
727 | 730 | | |
| |||
742 | 745 | | |
743 | 746 | | |
744 | 747 | | |
| 748 | + | |
745 | 749 | | |
746 | 750 | | |
747 | 751 | | |
| |||
762 | 766 | | |
763 | 767 | | |
764 | 768 | | |
| 769 | + | |
765 | 770 | | |
766 | 771 | | |
767 | 772 | | |
| |||
781 | 786 | | |
782 | 787 | | |
783 | 788 | | |
| 789 | + | |
784 | 790 | | |
785 | 791 | | |
786 | 792 | | |
| |||
804 | 810 | | |
805 | 811 | | |
806 | 812 | | |
| 813 | + | |
| 814 | + | |
807 | 815 | | |
808 | 816 | | |
809 | 817 | | |
| |||
826 | 834 | | |
827 | 835 | | |
828 | 836 | | |
| 837 | + | |
829 | 838 | | |
830 | 839 | | |
831 | 840 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1893 | 1893 | | |
1894 | 1894 | | |
1895 | 1895 | | |
| 1896 | + | |
1896 | 1897 | | |
1897 | 1898 | | |
1898 | 1899 | | |
| |||
1914 | 1915 | | |
1915 | 1916 | | |
1916 | 1917 | | |
| 1918 | + | |
| 1919 | + | |
| 1920 | + | |
| 1921 | + | |
| 1922 | + | |
| 1923 | + | |
| 1924 | + | |
| 1925 | + | |
| 1926 | + | |
| 1927 | + | |
| 1928 | + | |
| 1929 | + | |
| 1930 | + | |
1917 | 1931 | | |
1918 | 1932 | | |
1919 | 1933 | | |
| |||
0 commit comments