You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Temporal API v1.46, new DTOs related to Priority were added.
In this PR, I exposed the new feature, but RR doesn't proxy the Priority options in ChildWorkflowOptions and ActivityOptions to Temporal.
Looks like we need to build RoadRunner with the new DTOs so that the Priority field is proxied correctly.
The text was updated successfully, but these errors were encountered:
Since this is already included in the stable RR version, I'll close this issue. Feel free to reopen it if you think we should introduce something different in the scope of that ticket.
No duplicates 🥲.
What should be improved or cleaned up?
In Temporal API v1.46, new DTOs related to Priority were added.
In this PR, I exposed the new feature, but RR doesn't proxy the
Priority
options inChildWorkflowOptions
andActivityOptions
to Temporal.Looks like we need to build RoadRunner with the new DTOs so that the Priority field is proxied correctly.
The text was updated successfully, but these errors were encountered: