Skip to main content

Interface: ISetPatchMarker

coresdk.workflow_commands.ISetPatchMarker

Properties of a SetPatchMarker.

Implemented by

Properties

deprecated

Optional deprecated: null | boolean

Can be set to true to indicate that branches using this change are being removed, and all future worker deployments will only have the "with change" code in them.


patchId

Optional patchId: null | string

A user-chosen identifier for this patch. If the same identifier is used in multiple places in the code, those places are considered to be versioned as one unit. IE: The check call will return the same result for all of them