Skip to content

Commit

Permalink
Update src/docs/05-go-client/19-workflow-non-deterministic-error.md
Browse files Browse the repository at this point in the history
Co-authored-by: Steven L <imgroxx@gmail.com>
  • Loading branch information
chopincode and Groxx authored May 7, 2024
1 parent 38a71b1 commit 35738e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docs/05-go-client/19-workflow-non-deterministic-error.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ The following table lists the decision tasks stack produced by this workflow. It
| 2 | DecisionTaskScheduled | workflow worker polling for work
| 3 | DecisionTaskStarted | worker gets the type `SimpleWorkflow`, lookup registred funcs, deserialize input, call it
| 4 | DecisionTaskCompleted | worker finishes
| 5 | ActivityTaskScheduled | activity worker polling for work
| 6 | ActivityTaskStarted | activity worker gets type `ActivityA` and do the job
| 5 | ActivityTaskScheduled | activity available for a worker
| 6 | ActivityTaskStarted | activity worker polls and gets type `ActivityA` and do the job
| 7 | ActivityTaskCompleted | activity work completed with result of var a
| 8 | DecisionTaskScheduled | triggered by ActivityCompleted. server schedule next task
| 9 | DecisionTaskStarted |
Expand Down

0 comments on commit 35738e0

Please sign in to comment.