File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -856,11 +856,10 @@ def _apply_resolve_nexus_operation_start(
856
856
raise RuntimeError (
857
857
f"Failed to find nexus operation handle for job sequence number { job .seq } "
858
858
)
859
- # TODO(dan): change core protos to use operation_token instead of operation_id
860
- if job .HasField ("operation_id" ):
859
+ if job .HasField ("operation_token" ):
861
860
# The Nexus operation started asynchronously. A `ResolveNexusOperation` job
862
861
# will follow in a future activation.
863
- handle ._resolve_start_success (job .operation_id )
862
+ handle ._resolve_start_success (job .operation_token )
864
863
elif job .HasField ("started_sync" ):
865
864
# The Nexus operation 'started' in the sense that it's already resolved. A
866
865
# `ResolveNexusOperation` job will be in the same activation.
You can’t perform that action at this time.
0 commit comments