-
-
Notifications
You must be signed in to change notification settings - Fork 824
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
Remove workflow_id reference #21671
Remove workflow_id reference #21671
Conversation
(Standard links)
|
bdbabc3
to
dc09d35
Compare
dc09d35
to
31340b5
Compare
OK, so the code generally looks sensible, and the tests pass. I think the main bit for |
@totten if you do |
|
…sans `workflow_id`
… templates These are now identified by `workflow_name` rather than `workflow_id`.
Added fixes for the latter two. |
Merging this based on agreeing with your updates |
Overview
Remove workflow_id reference
Before
Legacy field
workflow_id
referencedAfter
correct field
workflow_name
referencedTechnical Details
This is a null op - we have code to ensure workflow_name is set when workflow_id is set
Comments
This reduces confusion