Skip to content

Commit 238724e

Browse files
authored
Fix activity/cancel_try_cancel/feature.ts after breaking change in Activity Info (#810)
1 parent 86e4c0d commit 238724e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

features/activity/cancel_try_cancel/feature.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const activitiesImpl = {
6868

6969
// Send to signal
7070
await client.workflow
71-
.getHandle(Context.current().info.workflowExecution.workflowId)
71+
.getHandle(Context.current().info.workflowExecution!.workflowId)
7272
.signal(activityResultSignal, result);
7373
},
7474
};

0 commit comments

Comments
 (0)