Skip to content

Commit c7c63be

Browse files
authored
Merge branch 'main' into update/worker-versioning-recommendations
2 parents 8105b3f + f244521 commit c7c63be

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/evaluate/temporal-cloud/actions.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ The following result in an action on Temporal Cloud:
3030
## Workflows
3131

3232
- **Workflow started**.
33-
Occurs via client start, [Continue-As-New](/workflow-execution/continue-as-new), [Child Workflow](/child-workflows) start. Also occurs with [Update-With-Start](/sending-messages#update-with-start) if the Workflow was not already started.
33+
Occurs via client start, [Continue-As-New](/workflow-execution/continue-as-new), [Child Workflow](/child-workflows) start.
3434
If a Workflow start fails, an Action is not recorded.
35+
De-duplicated Workflow starts that share a Workflow ID do _not_ count as an Action.
3536
- **Workflow reset**.
3637
Occurs when a [Workflow](/workflows) is reset.
3738
(Actions that occur before a [Reset](/workflow-execution/event#reset) are counted even if they are no longer visible in [Event History](/workflow-execution/event#event-history).)
@@ -51,6 +52,8 @@ The following result in an action on Temporal Cloud:
5152
De-duplicated Updates that share an Update ID do _not_ count as an Action.
5253
- **Side Effect recorded**.
5354
For a mutable [Side Effect](/workflow-execution/event#side-effect), an Action occurs only when the value changes.
55+
- **Workflow Execution Options updated.** An Action occurs for every [Workflow-Execution-Options-Updated](/references/events#workflowexecutionoptionsupdated) event.
56+
This includes attaching a Workflow completion callback or modifying a Workflow versioning override.
5457

5558
## Child Workflows
5659

0 commit comments

Comments
 (0)