Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/Activity/ActivityInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ final class ActivityInfo

/**
* Return the priority of the activity task.
*
* @internal Experimental API
*/
#[Marshal(name: 'Priority')]
public Priority $priority;
Expand Down
2 changes: 0 additions & 2 deletions src/Activity/ActivityOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,6 @@ public function withRetryOptions(?RetryOptions $options): self
* Defaults to inheriting priority from the workflow that scheduled the activity.
*
* @return $this
*
* @internal Experimental
*/
#[Pure]
public function withPriority(Priority $priority): self
Expand Down
2 changes: 0 additions & 2 deletions src/Client/WorkflowOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -596,8 +596,6 @@ public function toSearchAttributes(DataConverterInterface $converter): ?SearchAt
* backed up in a queue.
*
* @return $this
*
* @internal Experimental
*/
#[Pure]
public function withPriority(Priority $priority): self
Expand Down
2 changes: 0 additions & 2 deletions src/Common/Priority.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
* from the calling workflow, or if there is no calling workflow, then use the default value.
*
* @see \Temporal\Api\Common\V1\Priority
*
* @internal The feature is experimental and may change in the future.
*/
final class Priority
{
Expand Down
2 changes: 0 additions & 2 deletions src/Workflow/ChildWorkflowOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,6 @@ public function withStaticDetails(string $details): self
* backed up in a queue.
*
* @return $this
*
* @internal Experimental
*/
#[Pure]
public function withPriority(Priority $priority): self
Expand Down
2 changes: 0 additions & 2 deletions src/Workflow/WorkflowInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ final class WorkflowInfo

/**
* The priority of the Workflow task.
*
* @internal ExperimentalAPI
*/
#[Marshal(name: 'Priority')]
public Priority $priority;
Expand Down