feat(ACI): Document organization workflow index GET and DELETE endpoints#106210
Merged
feat(ACI): Document organization workflow index GET and DELETE endpoints#106210
Conversation
saponifi3d
approved these changes
Jan 15, 2026
Contributor
saponifi3d
left a comment
There was a problem hiding this comment.
lgtm, really like the typed dict additions too 🎉
| conditionResult: bool | ||
|
|
||
|
|
||
| class TriggerSerializerResponse(TypedDict): |
Contributor
There was a problem hiding this comment.
nit: ConditionSerializerResponse since this is being used for filters and triggers.
Member
Author
There was a problem hiding this comment.
Are you suggesting I rename it to ConditionSerializerResponse? I already have the typed dict above this named that.
e50ebbb to
cefb3ea
Compare
aa0ee60 to
45abfc3
Compare
6aa18db to
af481e8
Compare
BYK
pushed a commit
that referenced
this pull request
Jan 19, 2026
…nts (#106210) Add documentation for `OrganizationWorkflowIndexEndpoint`'s GET and DELETE endpoints. This will not be actually published yet, but to prepare all of the new workflow engine endpoints we're keeping them marked as experimental and not adding the new sidebar item just yet. <img width="984" height="718" alt="Screenshot 2026-01-13 at 11 41 29 AM" src="https://github.com/user-attachments/assets/6dd2eb16-4b97-4012-a20b-329db8bde7a7" /> <img width="994" height="683" alt="Screenshot 2026-01-13 at 12 07 45 PM" src="https://github.com/user-attachments/assets/9325f530-848d-4567-b39e-134ee9edd842" />
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add documentation for
OrganizationWorkflowIndexEndpoint's GET and DELETE endpoints. This will not be actually published yet, but to prepare all of the new workflow engine endpoints we're keeping them marked as experimental and not adding the new sidebar item just yet.