Custom app bug
When I create a custom app and add it to a workflow, if I modify it after (to add an action, for example), when I use the app in the same workflow, in never comes back with results and runs forever. I'll try to reproduce and show a printscreen
Hum this time I took the exact same app name and even on the first use in the workflow it never comes back
It has been like this for 3 minutes now:

And I don't see anything "red" in the console, only "yellow" :P
I created the same app (imported from an export of the previous one) but changed the name and I have the same problem
So when a workflow doesn't finish at all, that usually means there's been a bug somewhere with the app. We're currently developing a fix for it, which checks logs if the app is valid and has crashed, but that's not in place yet. I did get some alerts about issues for apps yesterday, and will be looking into the root cause today :)
Update: there was an issue with the code generator for certain actions, generating bad python code without a warning. It's been fixed, and should be fixed for the next deployment tomorrow :)
Thanks!
Hey I don't know if it's linked, but today I have a bug in the repeat back to be app where I have a huge HTML document. It doesn't comeback
Hey I don't know if it's linked, but today I have a bug in the repeat back to be app where I have a huge HTML document. It doesn't comeback
Heyo! Working on a fix for something similar. Found environment variables being too big from parameters and output being a problem, and digging into it for both cloud and onprem rn
Ok, thanks!