File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424from dapr .ext .workflow .workflow_state import WorkflowState
2525from grpc .aio import AioRpcError
2626
27- import durabletask .internal .orchestrator_service_pb2 as pb
27+ import durabletask .internal .protos as pb
2828from dapr .clients import DaprInternalError
2929from dapr .clients .http .client import DAPR_API_TOKEN_HEADER
3030from dapr .conf import settings
Original file line number Diff line number Diff line change 2424from dapr .ext .workflow .workflow_state import WorkflowState
2525from grpc import RpcError
2626
27- import durabletask .internal .orchestrator_service_pb2 as pb
27+ import durabletask .internal .protos as pb
2828from dapr .clients import DaprInternalError
2929from dapr .clients .http .client import DAPR_API_TOKEN_HEADER
3030from dapr .conf import settings
Original file line number Diff line number Diff line change 2222from dapr .ext .workflow .dapr_workflow_context import DaprWorkflowContext
2323from grpc import RpcError
2424
25- import durabletask .internal .orchestrator_service_pb2 as pb
25+ import durabletask .internal .protos as pb
2626from durabletask import client
2727
2828mock_schedule_result = 'workflow001'
Original file line number Diff line number Diff line change 2222from dapr .ext .workflow .dapr_workflow_context import DaprWorkflowContext
2323from grpc .aio import AioRpcError
2424
25- import durabletask .internal .orchestrator_service_pb2 as pb
25+ import durabletask .internal .protos as pb
2626from durabletask import client
2727
2828mock_schedule_result = 'workflow001'
You can’t perform that action at this time.
0 commit comments