Documentation

VersioningOverride
in package

FinalYes

Represents the override of a worker's versioning behavior for a workflow execution.

Tags
since

SDK 2.16.0

since

RoadRunner 2025.1.3

Table of Contents

Properties

$behavior  : VersioningBehavior
$version  : WorkerDeploymentVersion|null

Methods

autoUpgrade()  : self
The Workflow will auto-upgrade to the current deployment version on the next workflow task.
pinned()  : self
The Workflow will be pinned to a specific deployment version.
__construct()  : mixed

Properties

Methods

autoUpgrade()

The Workflow will auto-upgrade to the current deployment version on the next workflow task.

public static autoUpgrade() : self
Return values
self

        
On this page

Search results