Deprecated
Table of Contents
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 |
ChildWorkflowCancellationType.php
Line | Element | Reason |
---|---|---|
11 | ChildWorkflowCancellationType | Use ChildWorkflowCancellationType instead. |
WorkerInterface.php
Line | Element | Reason |
---|---|---|
60 | WorkerInterface::registerActivityImplementations() | use registerActivity() instead. |