File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ # Highlights
2+
3+ ## Bugfixes
4+
5+ Add `WorkflowContext` more consistently in the SDK. `WorkflowContext` will now also be added in:
6+
7+ * Memo
8+ * Last failure
9+ * Schedules (Note: The `workflowId` in `WorkflowContext` may differ on serialization and deserialization.)
10+
11+ ## (Experimental) Start delay
12+
13+ Added `StartDelay` option to `WorkflowOptions`. `StartDelay` will cause Temporal to wait before dispatching the first workflow task.
14+ If the workflow gets a signal before the delay, a workflow task will be dispatched and the rest
15+ of the delay will be ignored.
16+
17+ # Changeset
18+
19+
20+ 2023-10-11 - 06ef0df6 - Add identity to Terminate call (#1894)
21+ 2023-10-16 - 4fe296e1 - Add start delay (#1897)
22+ 2023-10-16 - 538508be - Apply data converter context in more places (#1896)
You can’t perform that action at this time.
0 commit comments