Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend interceptors context DTOs #528

Merged
merged 2 commits into from
Nov 18, 2024
Merged

Extend interceptors context DTOs #528

merged 2 commits into from
Nov 18, 2024

Conversation

roxblnfk
Copy link
Collaborator

What was changed

WorkflowInboundInterceptor:

  • added isReplaying flag
  • added workflow info into query input

@roxblnfk roxblnfk added the Feature New feature or request label Nov 18, 2024
Copy link

vercel bot commented Nov 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
php ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 18, 2024 1:59pm

@roxblnfk roxblnfk changed the title Extend interceptors contexts Extend interceptors context DTOs Nov 18, 2024
@roxblnfk roxblnfk merged commit 942885c into master Nov 18, 2024
91 of 93 checks passed
@roxblnfk roxblnfk deleted the interceptors-extending branch November 18, 2024 17:14
@roxblnfk roxblnfk added this to the 2.12.0 milestone Nov 18, 2024
) {}

public function with(
ValuesInterface $arguments = null,
?ValuesInterface $arguments = null,
?workflowInfo $info = null,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@roxblnfk 👀

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Will be improved with the next PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants