Skip to content

Commit 728b76b

Browse files
temporal-cicd[bot]github-actions[bot]lennessyy
authored
chore: sync code snippets via snipsync (#4470)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
1 parent 84cb6e3 commit 728b76b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/encyclopedia/workflow/workflow-execution/timers-delays.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ If the Workflow receives a Signal-With-Start or Update-With-Start during the del
5050

5151
A delayed-start Workflow can be triggered with an [Update](/sending-messages#sending-updates). This is because a Workflow Task needs to be scheduled to deliver an Update to Worker. Once a Workflow Task is scheduled, the Workflow is unblocked. Delay start works by not scheduling the first Workflow Task on Workflow creation.
5252

53-
You can delay the dispatch of the initial Workflow Execution by setting this option in the Workflow Options field of your chosen SDK. This delay only applies to the initial Workflow Execution and does not affect subsequent executions, such as when the Workflow Continues-as-New.
53+
You can delay the dispatch of the initial Workflow Execution by setting this option in the Workflow Options field of your chosen SDK. This delay only applies to the initial Workflow Execution and does not affect subsequent executions, such as when the Workflow Continues-as-New.

0 commit comments

Comments
 (0)