-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
Enable Comms in the TriggerRunner to make Connections, Variables and XComs accessible to Triggers #48239
base: main
Are you sure you want to change the base?
Conversation
cc: @dstandish |
0c0521a
to
e3a3ea0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes the approach looks about right.
I'm a little concerned about the interleaving/mixign of cancel and conn response messages in the async side read. Let me re-read that code
f068d12
to
759ff89
Compare
Can also retrieve Variables. |
f11ad6f
to
6f2a88d
Compare
Branch has been rebased and conflicts are solved but xcom part will most likely need more fixing |
Locally running |
edit: edit: Also we are missing from clearing the |
30c11b2
to
df2ff04
Compare
df2ff04
to
d134e29
Compare
Re-triggering tests. |
Triggering tests.. |
d134e29
to
d2d9553
Compare
Well that's progress. It seems that there's still one side effect to fix on |
d2d9553
to
d11954f
Compare
Closes: #48183
Init the comms to be able to retrieve connections, variables and xcoms from the Trigger.