We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2754fe5 commit 32c12fdCopy full SHA for 32c12fd
packages/internal-workflow-common/src/activity-options.ts
@@ -77,7 +77,7 @@ Note that the Temporal Server doesn't detect Worker process failures directly. I
77
* heartbeat or chooses to ignore the cancellation request.
78
* - `ABANDON` - Do not request cancellation of the activity and immediately report cancellation to the workflow.
79
*/
80
- cancellationType?: coresdk.workflow_commands.ActivityCancellationType;
+ cancellationType?: ActivityCancellationType;
81
}
82
83
/**
0 commit comments