Matthew
Matthew2mo ago

Hume AI

Hey guys for Hume AI Expression-Measurement, My app front end requries me to upload the urls via api, however since the node has a call back, when uplaoding the yalm its empty. Due to i assuem it not having a result. Is there anyway around this? I tried taking out the callback url, and putting everything in one flow but when i do that, it doesnt wait for the job to be done causing invalid data to be passed through
1 Reply
AI Support
AI Support2mo ago
It sounds like you're dealing with an issue related to asynchronous processing and callbacks when using the Hume AI Expression-Measurement node in BuildShip. Since the node has a callback mechanism, the result might not be immediately available, causing issues with subsequent steps in your workflow. To address this, you might want to explore options like: 1. Using Triggers: Configure a trigger that waits for the callback to be executed before proceeding with the next steps in your workflow. 2. Handling Asynchronous Data: Ensure that your workflow is designed to handle asynchronous data by waiting for the callback to complete before moving forward. For detailed guidance on how to set up triggers and handle asynchronous data, please refer to the relevant sections in the BuildShip documentation: - Triggers - Asynchronous Data Handling If you need further assistance, please submit your query via the in-app support button.