Brian
Brian
BBuildShip
Created by Brian on 12/13/2024 in #❓・buildship-help
Can't set local variables within parallel
@Gaurav Chadha Hello everyone I've sent an in app request about this earlier today, but I wanted to share this here for the community as well since I think this is a more critical bug that affects everyone: If you set a local variable within a parallel node it won't be set. If you log it directly after it will log "undefined". I tried this also in a clean new workflow.
7 replies
BBuildShip
Created by Brian on 12/10/2024 in #❓・buildship-help
Cron Job that runs several times a day but only in-between certain time frames
I would like to have a minutely cron job which should only run between 7 a.m. and 8p.m. is that possible to setup? In theory I could check the time after the cron job started but every node being run costs credits now so I would like to not do that.
4 replies
BBuildShip
Created by Brian on 12/9/2024 in #❓・buildship-help
"Execute Workflow"s node "Trigger ID"
The new V2 "Execute Workflow" needs a "Trigger ID". Where do I find that?
6 replies
BBuildShip
Created by Brian on 12/6/2024 in #❓・buildship-help
Node library is gone
Since we moved some workflows to v2 we experienced more and more trouble with our library nodes. I already posted a bug report to this some weeks ago. Saving the nodes in the library does not work at all right now. Sometimes the nodes forget that they are saved on the library and furthermore do they often have the wrong version number. I even saw a version 0.0.1 already. I didn't get any update on this yet. And there is a new big problem. It seems like all our library nodes are gone. I can't see any nodes in my library anymore except one that I created today.
7 replies
BBuildShip
Created by Brian on 11/25/2024 in #❓・buildship-help
"Failed at building workflow" probably due to node update breaks
@Gaurav Chadha Hi, I can't build my workflow due to the error message mentioned in the title. I just changed the code of one node a little bit ( that I already had in my library ) and then it did not work anymore. There are two more strange bugs. After I changed the node I wanted to save it to my library as an Update, but BuildShip thinks it's a new node suddenly and I can't save it either because the ID already exists. I also cannot check the checkbox in the in App support for including the Workflow so I can't show anything.
6 replies
BBuildShip
Created by Brian on 11/25/2024 in #❓・buildship-help
"Can't migrate the workflow. The workflow contains a switch node."
Can we really not migrate workflows to v2.0 if they contain a switch node? I have a super big Workflow where I can't just simply move everything out of the switch node. Any suggestions?
5 replies
BBuildShip
Created by Brian on 11/22/2024 in #❓・buildship-help
Access table outside of BuildShip
How can I do a simple GET request on a rowy table outside of Buildship? Basically what the "Get Document" node is doing, but as a Rest API fetch Request.
6 replies
BBuildShip
Created by Brian on 11/20/2024 in #❓・buildship-help
All Workflows down
@Gaurav Chadha Hey, all our workflows show this error right now: "Unexpected token 'W', "Workflow n"...is not a valid JSON". This happens for every user and in every browser. I've sent a support ticket but even the ticket ID is missing.
20 replies
BBuildShip
Created by Brian on 11/19/2024 in #❓・buildship-help
V2: What happens if node uses unrequired Input and this variable is not set
Let's say I have a "text" as one of many inputs and I set it to NOT required. Now another node uses this input for its own input. What happens there? Would the node fail (because that was the case in v1)?
5 replies
BBuildShip
Created by Brian on 11/19/2024 in #❓・buildship-help
Unused New Line characters
Hey, I am prompting ChatGPT with a complex system prompt. It is quite relevant to have new lines in there. When I press enter in Buildship the cursor jumps to the next line, but this is actually not being used in the input of the node. I can also see in the OpenAI thread that there are no new lines at all. Do I have to specifically set "\n" for a newline or something?
5 replies
BBuildShip
Created by Brian on 9/25/2024 in #❓・buildship-help
Return or Save the whole BuildShip Log
I have a workflow that is pretty complex which potentially increases the chances of failing somewhere. I would like to save/send the buildship logs to another server (via REST API call) in any case - if it fails and if it succeeds. Is that possible?
5 replies
BBuildShip
Created by Brian on 9/17/2024 in #❓・buildship-help
Returning both OpenAI Stream and TTS Elevenlabs stream back
I am calling my endpoint with a text message. This message is used as an input for the OpenAI Assistant (Stream Response) node. The resulting stream is then fed into the Stream TTS Audio Node. How do I return both the OpenAI and the Elevenlabs stream back to my frontend?
6 replies
BBuildShip
Created by Brian on 9/16/2024 in #❓・buildship-help
When does BuildShip TimeOut a node?
Hi, I was looking forward to implementing a CloudConvert node: https://cloudconvert.com/api/v2#overview In this case they state that we should use Webhooks because the conversion could take quite a while. Does BuildShip ever time out a connection in this case? Bonus question: The SDK supports an await for the webhook job. Would this work in BuildShip?
4 replies
BBuildShip
Created by Brian on 9/13/2024 in #❓・buildship-help
"undefined's stream has ended" in OpenAI Assistant (Stream Response)
No description
9 replies
BBuildShip
Created by Brian on 9/13/2024 in #❓・buildship-help
Rowy integration delay?
I was starting to work around with the OpenAI Assistant (Stream Response) node. This AI shall use personality parameters that are saved externally (in my case on Directus). Now I might not want to fetch a request every time a message is sent to that endpoint, so I was wondering if I should rather save these parameters in rowy and use Buildship's integrated Nodes. Though I am not sure if it would have the same latency compared to my Directus GET request. Does BuildShip internally also use REST API calls to fetch data from Rowy? I never used Rowy before and do not really understand the code behind the such nodes
4 replies
BBuildShip
Created by Brian on 9/10/2024 in #❓・buildship-help
Cannot access looped Node items if they were failing (undefined)
No description
22 replies
BBuildShip
Created by Brian on 9/5/2024 in #❓・buildship-help
Checking Endpoint Version
When a workflow is being shipped, I can see various Version numbers. Though they are not iterating when doing a new ship. Is this intended? I would like to setup a separate workflow with a cronjob that checks if the other endpoint has a new version so I can send some automated Update Notifications. Is this possible? This would be my solution for a hacky " Trigger" for a new shipment version. (Buildship really needs a shipment trigger 😢)
14 replies
BBuildShip
Created by Brian on 9/5/2024 in #❓・buildship-help
Using Switches/Branches Variables after their expression
No description
13 replies
BBuildShip
Created by Brian on 9/4/2024 in #❓・buildship-help
How does Priority Support work?
Hi, our team just recently upgraded to Buildship Pro and I was wondering how the Priority Support is being handled. Does this count for all workspace members or just the owner etc.?
6 replies