Skip to content

Commit

Permalink
Review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sushisource committed Nov 21, 2023
1 parent 6f256b7 commit b3ed1e5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ import "temporal/sdk/core/common/common.proto";
//
// This is because:
// * Patches are expected to apply to the entire activation
// * Signal and query handlers should be invoked before workflow routines are iterated
// * Signal and update handlers should be invoked before workflow routines are iterated. That is to
// say before the users' main workflow function and anything spawned by it is allowed to continue.
// * Queries always go last (and, in fact, always come in their own activation)
//
// The downside of this reordering is that a signal or update handler may not observe that some
Expand Down

0 comments on commit b3ed1e5

Please sign in to comment.