Skip to content

Commit

Permalink
Update diagram due to recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-csala committed Oct 30, 2023
1 parent 4401e2e commit 2fc503f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/strategies/hedging.md
Original file line number Diff line number Diff line change
Expand Up @@ -488,17 +488,17 @@ sequenceDiagram
P->>H: Calls ExecuteCore <br/>with Primary Context
H-->>H: Deep clones <br/>Primary Context
H->>+UC: Invokes <br/>with Primary Context
H->>+UC: Invokes <br/>with Action Context
UC-->>UC: Processes <br/>+ Modifies Context
UC->>-H: Fails
H-->>H: Deep clones <br/>Primary Context
H->>+AG: Invokes <br/>with both Contexts
AG-->>AG: Executes callback <br/>+ Modifies Primary <br/> or Action Context
AG-->>AG: Executes callback <br/>+ Modifies Primary <br/> and / or Action Context
AG->>-H: Returns factory
H->>+OH: Invokes <br/>with both Contexts
OH-->>OH: Executes callback <br/>+ Modifies Primary <br/> or Action Context
OH-->>OH: Executes callback <br/>+ Modifies Primary <br/> and / or Action Context
OH->>-H: Finishes
H-->>H: Invokes factory
Expand Down

0 comments on commit 2fc503f

Please sign in to comment.