You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
worker.runUntil returns shortly after workflow ends
Actual Behavior
worker.runUntil usually hangs, ostensibly because it fails to wait for the abandoned activity
Logged SDK warning:
WARN temporal_sdk_core::worker::activities: Activity not found on completion. This may happen if the activity has already been cancelled but completed anyway. task_token=TaskToken(<activity's token>) details=Status { code: NotFound, message: "invalid activityID or activity already timed out or invoking workflow is completed", metadata: MetadataMap { headers: {"content-type": "application/grpc"} }, source: None }
Expected Behavior
worker.runUntil
returns shortly after workflow endsActual Behavior
worker.runUntil
usually hangs, ostensibly because it fails to wait for the abandoned activitySteps to Reproduce the Problem
Pardon my TypeScript...
Assume activity
foo
:and workflow
workflow
:And let this be the test:
Specifications
Discussion
The text was updated successfully, but these errors were encountered: