EnVau
EnVau
BBuildShip
Created by EnVau on 1/20/2025 in #❓・buildship-help
Is there a way to unship workflows without deleting them?
Is there a way to unship workflows without deleting them?
4 replies
BBuildShip
Created by EnVau on 1/16/2025 in #❓・buildship-help
Issue Converting Workflows from FlowBuilder 1.0 to 2.0
I’m experiencing an issue when trying to convert workflows from FlowBuilder 1.0 to version 2.0. Despite following the proper steps – including shipping and changing the endpoint name – I always encounter the following error: "Failed to create a v2 workflow" I haven’t been able to identify the root cause and would greatly appreciate your assistance in resolving this issue. Thank you in advance for your help.
6 replies
BBuildShip
Created by EnVau on 1/16/2025 in #❓・buildship-help
JSON Output in Flowbuilder 2.0
I am currently working with the Flowbuilder 2.0 and have encountered an issue that I cannot resolve on my own. It concerns the configuration of the output in the "Edit Output" section. My goal is to generate a JSON output like this: { "body": "EntwurfGruppe/XYZ123", "status": "200" } However, the label I am required to specify in the "Edit Output" section is automatically added as an additional key in the JSON output. This results in a nested structure like this: { "body": { "label": "EntwurfGruppe/XYZ123" }, "status": "200" } Here is what I have tried so far to achieve the desired result: 1. Adjusting the label (e.g., changing it to body or other names). 2. Switching the output type from "Text" to "JavaScript" to work with template literals. 3. Reviewing the documentation and forums for any way to disable or bypass the mandatory label. Unfortunately, despite my efforts, I have been unable to produce the desired JSON output. Since this functionality is essential for my workflow, I kindly ask if there is a way to remove the label from the output or if there is a workaround that I might have missed. Thank you very much in advance for your support.
4 replies
BBuildShip
Created by EnVau on 11/26/2024 in #❓・buildship-help
Issue with Exporting Workflows
Hi everyone, I’m having trouble exporting my workflows. In the export section, I can’t seem to export all my current workflows. Instead, I only see random folders or workflows that no longer even exist. Could this issue be related to the transition to v2 or the recent updates? Has anyone experienced something similar or found a solution? Would appreciate any insights! Thanks Niklas
5 replies
BBuildShip
Created by EnVau on 11/15/2024 in #❓・buildship-help
Copy-paste multiple nodes simultaneously?
Is it possible to copy and paste multiple nodes simultaneously in BuildShip?
5 replies
BBuildShip
Created by EnVau on 11/14/2024 in #❓・buildship-help
Optimizing BuildShip's performance
Hi everyone, I’m experiencing significant lag with BuildShip, especially when working with larger workflows. Does anyone have effective tips to improve performance in this situation? Are there additional ways, beyond collapsing sections I don’t currently need, to reduce the load? Additionally, would enhancements like using a LAN cable or upgrading my graphics card make a noticeable difference? Any insights would be greatly appreciated!
6 replies
BBuildShip
Created by EnVau on 11/5/2024 in #❓・buildship-help
Execution time dimensioning
Just to be sure, if I make an API call to a third party API and wait, say, 10 minutes and then do an API get query, will I be charged for 10+ minutes of execution time or what exactly counts towards the execution time?
4 replies
BBuildShip
Created by EnVau on 10/30/2024 in #❓・buildship-help
How to Stop Workflow Execution Based on Boolean Value in Request Body
Hey Community! I'm looking for the simplest way to stop a workflow if a boolean in the request body is set to false. Is there a module or any method to terminate the workflow right at this point so no further nodes are executed?
6 replies