Skip to main content

Enumeration: VersioningIntent

coresdk.common.VersioningIntent

An indication of user's intent concerning what Build ID versioning approach should be used for a specific command

Enumeration Members

COMPATIBLE

COMPATIBLE = 1

Indicates that the command should run on a worker with compatible version if possible. It may not be possible if the target task queue does not also have knowledge of the current worker's build ID.


DEFAULT

DEFAULT = 2

Indicates that the command should run on the target task queue's current overall-default build ID.


UNSPECIFIED

UNSPECIFIED = 0

Indicates that core should choose the most sensible default behavior for the type of command, accounting for whether the command will be run on the same task queue as the current worker.