Documentation

Deprecated

Table of Contents

src/Client/Common/ServerCapabilities.php
src/Client/CountWorkflowExecutions.php
src/Client/GRPC/BaseClient.php
src/Client/Schedule/Spec/ScheduleSpec.php
src/Client/ServerCapabilities.php
src/Client/WorkflowClientInterface.php
src/Common/WorkerVersionStamp.php
src/Worker/ChildWorkflowCancellationType.php
src/Worker/WorkerInterface.php

ServerCapabilities.php

Line Element Reason
69 ServerCapabilities::isSignalAndQueryHeaderSupports()

Use self::$signalAndQueryHeader instead.

82 ServerCapabilities::isInternalErrorDifferentiation()

Use self::$internalErrorDifferentiation instead.

CountWorkflowExecutions.php

Line Element Reason
11 CountWorkflowExecutions

use CountWorkflowExecutions instead. Will be removed in the future.

BaseClient.php

Line Element Reason
217 BaseClient::setServerCapabilities()

ScheduleSpec.php

Line Element Reason
253 ScheduleSpec::withExcludeCalendarList()

This method is deprecated and will be removed in the next major release.

266 ScheduleSpec::withAddedExcludeCalendar()

This method is deprecated and will be removed in the next major release.

82 ScheduleSpec::$excludeCalendarList

ServerCapabilities.php

Line Element Reason
18 ServerCapabilities

use ServerCapabilities instead. Will be removed in the future.

WorkflowClientInterface.php

Line Element Reason
60 WorkflowClientInterface::startWithSignal()

Use self::signalWithStart() instead.

WorkerVersionStamp.php

Line Element Reason
21 WorkerVersionStamp::$bundleId

that field was removed

ChildWorkflowCancellationType.php

Line Element Reason
11 ChildWorkflowCancellationType

Use ChildWorkflowCancellationType instead.

WorkerInterface.php

Line Element Reason
60 WorkerInterface::registerActivityImplementations()

use registerActivity() instead.

Search results