Skip to content

Commit 32c12fd

Browse files
authored
fix: Reference local version of ActivityCancellationType (#768)
1 parent 2754fe5 commit 32c12fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/internal-workflow-common/src/activity-options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Note that the Temporal Server doesn't detect Worker process failures directly. I
7777
* heartbeat or chooses to ignore the cancellation request.
7878
* - `ABANDON` - Do not request cancellation of the activity and immediately report cancellation to the workflow.
7979
*/
80-
cancellationType?: coresdk.workflow_commands.ActivityCancellationType;
80+
cancellationType?: ActivityCancellationType;
8181
}
8282

8383
/**

0 commit comments

Comments
 (0)