Skip to content

Commit

Permalink
Merge pull request #1266 from sssurvey/fix-documentation-incorrect-wo…
Browse files Browse the repository at this point in the history
…rkflow-parent

Fix incorrect workflow parent name used in `Workflow Core` documentation
  • Loading branch information
rjrjr committed Jun 14, 2023
2 parents ff1fe61 + 2412e1f commit 0665c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userguide/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ When that is called, `EmailInboxWorkflow` enqueues an Action function that emits
![Workflow schematic showing EmailBrowserWorkflow rendering by delegating to two children, InboxWorkflow and MessageWorkflow, and assembling their renderings into its own.](../images/split_screen_update.svg)

Whenever such a [Workflow Action cascade](../../glossary#action-cascade) fires, the root Workflow is asked for a new Rendering.
Just as before, `EmailInboxWorkflow` delegates to its two children for their Renderings, this time providing the new value of `selection` as the updated Props for `MessageWorkflow`.
Just as before, `EmailBrowserWorkflow` delegates to its two children for their Renderings, this time providing the new value of `selection` as the updated Props for `MessageWorkflow`.

<!-- ## Workers for I/O and other side effects
Expand Down

0 comments on commit 0665c75

Please sign in to comment.