File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3772,11 +3772,11 @@ Our workflow definition is assumed to have the following data input:
3772
3772
` ` `
3773
3773
3774
3774
Our workflow simulates filling up a glass of water one "count" at a time until "max" count is reached which
3775
- represents our glass being full.
3775
+ represents our glass is full.
3776
3776
Each time we increment the current count, the workflow checks if we need to keep refilling the glass.
3777
3777
If the current count reaches the max count, the workflow execution ends.
3778
3778
To increment the current count, the workflow invokes the "IncrementCurrent" expression function.
3779
- It's results are then merged back into the state data according to the "toStateData" property of the event data filter.
3779
+ Its results are then merged back into the state data according to the "toStateData" property of the event data filter.
3780
3780
3781
3781
# ### Workflow Diagram
3782
3782
You can’t perform that action at this time.
0 commit comments