We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
activity/cancel_try_cancel/feature.ts
1 parent 86e4c0d commit 238724eCopy full SHA for 238724e
1 file changed
features/activity/cancel_try_cancel/feature.ts
@@ -68,7 +68,7 @@ const activitiesImpl = {
68
69
// Send to signal
70
await client.workflow
71
- .getHandle(Context.current().info.workflowExecution.workflowId)
+ .getHandle(Context.current().info.workflowExecution!.workflowId)
72
.signal(activityResultSignal, result);
73
},
74
};
0 commit comments