-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Feature: Support workflow event dispatch via API #32059
base: main
Are you sure you want to change the base?
Conversation
727cd1f
to
8814e9f
Compare
Any updates on this? |
I'm sorry, but due to my current workload, I don't have the capacity to handle the PR at the moment. However, if the code review is completed in full, I can address all the corrections at once. Thank you. |
would you mind maintainers send commits to your branch? |
I don't mind, feel free to send commits to my branch. Editing is enabled. Thank you! |
Signed-off-by: Bence Santha <[email protected]>
Signed-off-by: Bence Santha <[email protected]>
Signed-off-by: Bence Santha <[email protected]>
Signed-off-by: Bence Santha <[email protected]>
Signed-off-by: Bence Santha <[email protected]>
Signed-off-by: Bence Santha <[email protected]>
Signed-off-by: Bence Santha <[email protected]>
Integration test is still necessary. |
// ActionWorkflow represents a ActionWorkflow | ||
type ActionWorkflow struct { | ||
ID string `json:"id"` | ||
NodeID string `json:"node_id"` |
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.
It seems NodeID
has never been used.
ref: #31765