Skip to main content

Interface: IRecordActivityTaskHeartbeatResponse

workflowservice.v1.IRecordActivityTaskHeartbeatResponse

Properties of a RecordActivityTaskHeartbeatResponse.

Hierarchy

Properties

activityPaused

Optional activityPaused: null | boolean

Will be set to true if the activity is paused.

Inherited from

$Properties.activityPaused


activityReset

Optional activityReset: null | boolean

Will be set to true if the activity was reset. Applies only to the current run.

Inherited from

$Properties.activityReset


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.

Inherited from

$Properties.cancelRequested