Skip to content

Commit

Permalink
IWF-129: Reword comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lwolczynski committed Oct 16, 2024
1 parent 99c41b7 commit 546fa72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/interpreter/stateExecutionCounter.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type StateExecutionCounter struct {

stateIdCompletedCounts map[string]int
stateIdStartedCounts map[string]int // For creating stateExecutionId: count the stateId for how many times that have been executed
stateIdCurrentlyExecutingCounts map[string]int // For system search attributes: keep counting the pending stateIds
stateIdCurrentlyExecutingCounts map[string]int // For system search attribute IwfExecutingStateId: keep counting the stateIds that are executing based on the ExecutingStateIdMode
totalCurrentlyExecutingCount int // For "dead ends": count the total pending states
}

Expand Down

0 comments on commit 546fa72

Please sign in to comment.