docs: wait_time on AI webhook nodes - #678
Open
AmishaBisht wants to merge 11 commits into
Open
Conversation
- drop dify-workflow from workflow branches filter - revert trailing newline in docs/01. Glific Overview.md Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Async AI webhook nodes park a flow for 60s by default (glific/glific#5638), which is short for audio and large knowledge bases. Flow authors can now set "wait_time" in the node's Function Body, capped at 5 minutes. Adds a dedicated page under Integrations and cross-links it from every place that documents one of the four async functions: filesearch-gpt, voice-filesearch-gpt, speech_to_text and text_to_speech. Also records the publish-time warning in the flow troubleshooting checklist. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Contributor
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Advanced Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Captured from a local Glific instance: the pre-filled Function Body of a filesearch-gpt node, the same body with wait_time set to 180, and the voice-filesearch-gpt equivalent. Images live next to the page and are referenced with relative markdown links, since the site's baseUrl is set from an env var and a root-absolute /img path would not resolve under it. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
AmishaBisht
marked this pull request as ready for review
September 10, 2026 13:46
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…i-webhook-wait-time # Conflicts: # docs/5. Integrations/Speech-to-text and Text-to-speech in Glific.md # docs/5. Integrations/Using AI Assistants in Glific Flows.md
Drops the standalone page. The full explanation now lives in the Call a
webhook section that every AI node already relates to, and each AI page
carries the parameter and its own screenshot inline with the step it belongs
to.
Screenshots move to static/img/{feature}/ and are referenced with /img/ paths,
following the documentation skill that landed on main; re-captured at the
1440x900-class viewport without resizing. Adds shots for the speech_to_text
and text_to_speech bodies, which had none.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
🚀 Deployed on https://deploy-preview-678--glific-docs.netlify.app |
A site-root /img/ path resolves only once Docusaurus has served the page, so the images showed as broken in the PR diff. The HSM Templates page, the one other page carrying local images, uses ../../static/img/ and renders in both places; match it. Build output is byte-identical either way. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Documents the
wait_timeoption added in glific/glific#5638 — the four async AI webhook nodes park a flow for 60s by default, and a flow author can now raise that to 5 minutes from the node's FUNCTION Body.No new page: the guidance sits inline in the pages that already cover these nodes, with each screenshot next to the step it illustrates.
wait_timeparameter + screenshot in both thefilesearch-gptandvoice-filesearch-gptFunction Body stepswait_timeexceeds 300 secondsScreenshots were captured from a local Glific instance and follow the new
documentationskill:static/img/{feature}/, referenced with/img/..., no resizing, no GitHub CDN URLs. Verified withyarn build(includingBASE_URL=docs) — images resolve and the cross-link anchor exists.One drive-by: the
assistant_idbullet linked to Creating and modifying assistants in Glific, which #677 renamed; repointed at AI Assistants.🤖 Generated with Claude Code