Skip to main content

Interface: IRecordActivityTaskHeartbeatByIdResponse

workflowservice.v1.IRecordActivityTaskHeartbeatByIdResponse

Properties of a RecordActivityTaskHeartbeatByIdResponse.

Implemented by

Properties

activityPaused

Optional activityPaused: null | boolean

Will be set to true if the activity is paused.


cancelRequested

Optional cancelRequested: null | boolean

Will be set to true if the activity has been asked to cancel itself. The SDK should then notify the activity of cancellation if it is still running.