Build Server How To's
How to's for the Build Server guide.
How To Run The Build Server Command
- Open a project that includes flow or script content.
- Go to the Run tab in the top menu.
- Click on Build Server.
- Wait for the process to complete.
- Review results in the Output Panel.
How To Fix Server Build Errors
- Run Build Server.
- Open the Output Panel to see detailed error logs.
- Locate:
Invalid script syntax
Incorrect flow references
Missing assignments or steps - Navigate to the relevant workflow or script.
- Apply corrections and rebuild.
How To Validate Only Flows Without Building The UI
- Skip the Build Project or Build Client options.
- Open a project containing flows or scripts.
- Use Run > Build Server.
- This will validate backend logic only, saving time during testing.
How To Enable The Build Server Option If Disabled
- Make sure a project is open in the IDE.
- Verify that the project contains flow or script content.
- Confirm you have permission to modify workflows.
- Wait until any background process (e.g., publish) is complete.
How To Use The Output Panel For Server Build Issues
- After starting a server build, focus on the Output Panel.
- Errors will show exact line numbers and flow/script names.
- Warnings will suggest corrections or missing links.
- Use click-to-navigate support to jump directly to the source.