Hi @Toatzin_Padilla Thanks for reaching out! Very strange that it broke I don't see any known branch block issues (a similar workflow is working on my side), but maybe this is an edge case. Could we see the branch logic? or could you share an export of the workflow?
+1
Any updates? The problem is still accuring
We should have a fix soon! I will post here when I see that it has been shipped
Is this fixed ?
Any update? This becomes really an issue
+1, waiting for the fix
I'm see the same error. Is there a fix?
The bug fix shipped to Cloud! Are folks still seeing issues?
@Tess, I am personally still having this issue indeed,
-
We call the workflow as follows
-
The workflow runs for 20+ Seconds
-
The (workflowhere).isFetching method finishes in less than a second and our logs show the same; despite the workflow still running
Version reference
Hi @Chris_Firgaira,
Thanks for reaching out. I haven't been able to reproduce this yet. Can you also share an export of the workflow or a screenshot of the return block?
Just to confirm, the workflow logs show that the return block successfully returns valid json?
Hey @Tess
Do you have an email I can send the workflow too? Just mindful we haven't utilised variables just yet and are probably exposing some passwords that I need to tidy up before sharing
Where should I take a screenshot of the return block sorry?
This is an example of a button we pressed that invokes a workflow, it returns .6 seconds and the following data in console
Subsequently we can see the workflow ran for 150 seconds
Also, we're not asking our workflow to return a JSON presently, was just wondering to monitor for it's state to be complete so we can provide a notification to user of
- When the workflow is still running
- When it completes
- Trigger a query to run
What screenshots would you like me to share to better support this process? Also, any tips on where we should store our API passwords to remove them from our workflow for sharing?
Hi @Chris_Firgaira,
You are welcome to send me a direct message here on the forum! But without a JSON return block, the workflow will run in a "fire and forget" asynchronous manner, and will not wait for the workflow to finish before returning completed to the App.
You could return some dummy data in your workflow in order to accomplish your use case
Thanks so much Tess!
I wonder if others were as clueless as me! I needed to create a "response" block. Much appreciated, had no idea that would have been the cause of "Fire and forget" operation, much to learn over here many thanks again!