diff --git a/features/activity/cancel_try_cancel/feature.ts b/features/activity/cancel_try_cancel/feature.ts index 54225000..3244ffda 100644 --- a/features/activity/cancel_try_cancel/feature.ts +++ b/features/activity/cancel_try_cancel/feature.ts @@ -68,7 +68,7 @@ const activitiesImpl = { // Send to signal await client.workflow - .getHandle(Context.current().info.workflowExecution.workflowId) + .getHandle(Context.current().info.workflowExecution!.workflowId) .signal(activityResultSignal, result); }, };