We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f71e732 commit bca2f87Copy full SHA for bca2f87
service/history/api/respondworkflowtaskcompleted/workflow_task_completed_handler.go
@@ -4,7 +4,6 @@ import (
4
"context"
5
"errors"
6
"fmt"
7
- "go.temporal.io/server/api/matchingservice/v1"
8
"time"
9
10
"github.com/pborman/uuid"
@@ -17,6 +16,7 @@ import (
17
16
"go.temporal.io/api/serviceerror"
18
"go.temporal.io/api/workflowservice/v1"
19
"go.temporal.io/server/api/historyservice/v1"
+ "go.temporal.io/server/api/matchingservice/v1"
20
"go.temporal.io/server/common"
21
"go.temporal.io/server/common/backoff"
22
"go.temporal.io/server/common/collection"
0 commit comments